Giter Site home page Giter Site logo

openair-spgwu-tiny's Introduction

OAI


                         OPENAIR-CN
An implementation of the Evolved Packet Core network.

License

Openair-cn is an implementation of the 3GPP specifications concerning the Evolved Packet Core Networks, that means it contains the implementation of the following network elements:

  • MME,
  • HSS,
  • S-GW+P-GW.

Each element implementation has its own repository: this repository (openair-spgwu-tiny) is meant for SPGW-U.

openair-spgwu-tiny

In the Control / User Planes Separation (a.k.a. CUPS) of SPGW, only the SPGW-U (User Plane) implementation is available in this repo.

This component can be deployed:

  • As first intended as 4G-LTE Core Network User Plane function.
  • But now also as a 5G Core Network User Plane function (a.k.a. UPF)

It is distributed under OAI Public License V1.1. See OAI Website for more details.

The text for OAI Public License V1.1 is also available under LICENSE file in the same directory.

Where to start

The Openair-cn SPGW-U code is written, executed, and tested on UBUNTU server bionic version.

It is also built and tested on RHEL8 platform (such as Openshift).

More details on the deployment options and the supported feature set is available on this page.

Collaborative work

This source code is managed through a GITHUB, a collaborative development platform

Process is explained in CONTRIBUTING file.

Directory structure

openair-spgwu-tiny
├── build :       Build directory, contains targets and object files generated by compilation of network functions. 
│   ├── log :     Directory containing build log files.
│   ├── scripts : Directory containing scripts for building network functions.
│   └── spgw_u :  Directory containing CMakefile.txt and object files generated by compilation of SPGW-U network function. 
├── ci-scripts :  Directory containing scripts for the CI process.
├── docker :      Directory containing dockerfiles to create images.
├── docs :        Directory containing documentation on the supported feature set.
│   └── images :  Directory containing images for the documentation.
├── etc :         Directory containing the configuration files to be deployed for each network function.
├── openshift :   Directory containing YAML files for build within OpenShift context.
├── scripts :     Directory containing entrypoint script for container images.
└── src :         Source files of network functions.
    ├── common :    Common header files
    │   ├── msg :   ITTI messages definitions.
    │   └── utils : Common utilities.
    ├── gtpv1u :    Generic GTPV1-U stack implementation
    ├── gtpv2c :    Generic GTPV2-C stack implementation
    ├── itti :      Inter task interface 
    ├── oai_spgwu : SPGW-U main directory, contains the "main" CMakeLists.txt file.
    │   └── simpleswitch : Very Basic Switch implementation.
    ├── pfcp :      Generic PFCP stack implementation.
    └── udp :       UDP server implementation.

openair-spgwu-tiny's People

Contributors

rdefosse avatar lionelgo avatar orion-belt avatar thinhnt1983 avatar arora-sagar avatar mismail820 avatar dreibh 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.