Coder Social home page Coder Social logo

helm-charts's Introduction

GW Tester

License GitHub Super-Linter

Summary

This project provides instructions required to setup the demo described by Yoshiyuki Kurauchi in this post.

Architecture

Concepts

  • User Equipment (UE): This is the device that requests connectivity to the network and downloads/uploads any data.
  • Evolved UMTS Terrestrial Radio Access Network (E-UTRAN): The network of antennas or Evolved Node B (EnodeB), gives radio access to the UE anywhere there is coverage.
  • Public Data Network (PDN): It is a shared network that is accessed by users that belong to different organizations.
  • Evolved Packet Core (EPC): It validates the session request from the UE, generates a PDP context and gives access to the PDN.
    • Mobility Management Entity (MME): It does all the signaling for the mobile devices but does not process any user data traffic. An MME will provide session and mobility management for users. In addition, it tracks the location of the UE and selects the S-GW and P-GW that should serve this UE.
    • Serving Gateway (S-GW): In order to eliminate any effect on user data while the UE moves between different eNodeBs, the S-GW works as an anchor point for the user data of the UE, while the UE is moving between different eNodeBs.
    • PDN Gateway (P-GW): This is the node that connects between the LTE network and the PDN.

LTE EPC Network Interfaces

  • S1-U: Interface for S1 user plane data for each bearer between the EnodeB and S-GW. Provides non guaranteed data delivery of user plane Protocol Data Units (PDUs).
  • S1-MME: Responsible for delivering signaling protocols between the EnodeB and the MME. Consists of a Stream Control Transmission Protocol (SCTP) over IP. The application signaling protocol is an S1-AP (Application Protocol).
  • S11: Interface defined between the MME and S-GW for EPS management.
  • S5/S8:: Provides user plane tunneling and tunnel management function between the S-GW and P-GW. It enables S-GW to connect to multiple P-GWs for providing different IP services to the UE. Also used for S-GW relocation associated with the UE mobility. In principle S5 and S8 is the same interface, the difference being that S8 is used when roaming between different operators while S5 is network internal.
  • SGi: Interface is used between P-GW and intranet or internet.

Parameters

The following table lists the configurable parameters of the GW Tester chart and their default values.

Global parameters

Parameter Description Default
s11.name S11 Network name lte-s11
s11.interface S11 Network interface net1
s1u.name S1 User Plane Network name lte-s1u
s1u.interface S1 User Plane Network interface net2
s1c.name S1 Control Plane Network name lte-s1c
s1c.interface S1 Control Plane Network interface net2
s5u.name S5 User Plane Network name lte-s5u
s5u.interface S5 User Plane Network interface net3
s5c.name S5 Control Plane Network name lte-s5c
s5c.interface S5 Control Plane Network interface net4
sgi.name SGi Network name lte-sgi
sgi.interface SGi Network interface net5
sgi.subnet SGi Subnet 10.0.1.0/24
euu.name EU User plane Network name lte-euu
euu.interface EU User plane Network interface net1

helm-charts's People

Contributors

electrocucaracha avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.