GithubHelp home page GithubHelp logo

abdoutlili / openairinterface5g-old Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onosproject/openairinterface5g

1.0 1.0 0.0 279.56 MB

ONF's mirror of https://gitlab.eurecom.fr/oai/openairinterface5g

Groovy 0.36% Awk 0.01% Shell 1.22% Python 1.91% XSLT 0.01% CMake 0.60% HTML 0.02% MATLAB 0.25% C 92.77% C++ 1.21% Makefile 0.28% M4 0.01% Objective-C 0.01% TeX 0.99% M 0.01% PostScript 0.23% Perl 0.01% Batchfile 0.01% PHP 0.06% CSS 0.05%

openairinterface5g-old's Introduction

OAI CU & DU

ONF's OAI CU & DU are O-RAN compliant disaggregated baseband units based on on OpenAirInterface. The CU contains both CU-C & CU-U functionality and supports PDCP,GTPU,RRC & S1AP protocols along with S1, F1 & E2 interfaces. The DU has High-PHY(FAPI), MAC, RLC & RRC (for handing RRC Config messages from CU) protocols along with F1 interface support. Both CU & DU implements O-RAN's E2AP interface with support for the below Service Models: - Key Performance Metrics (E2SM_KPM) - RAN Slicing (E2SM_RSM) This component is intended for use with OAI based RU/DU hardware or SDRAN-in-a-Box (RiaB).

RIC Agent

The RIC Agent is an ONF addition to OAI that adds support for interfacing the OAI CU & DU with a O-RAN Real-time Intelligent Controller (RIC) over the E2 interface. To build OAI with this support, enable the --build-ric-agent build option:

$ cd openairinterface5g
$ source oaienv
$ cd cmake_targets
$ ./build_oai -c -I --eNB --UE -w USRP -g --build-ric-agent

The top-level Makefile builds docker images that include the RIC Agent:

$ cd openairinterface5g
$ make images

RAN Slicing

ONF has implemented RAN Slicing service model to introduce Downlink (DL) & Uplink (UL) RAN Slicing functionality on the CU & DU and also to communicate with RSM xApp at the RIC. To build OAI with RAN slicing functionality, enable the --build-ran-slicing build option along with --build-ric-agent

$ cd openairinterface5g
$ source oaienv
$ cd cmake_targets
$ ./build_oai -c -I --eNB --UE -w USRP -g --build-ric-agent --build-ran-slicing

OpenAirInterface

OpenAirInterface License

OpenAirInterface is under OpenAirInterface Software Alliance license.

It is distributed under OAI Public License V1.1.

The license information is distributed under LICENSE file in the same directory.

Please see NOTICE file for third party software that is included in the sources.

Where to Start

OpenAirInterface repository structure

The OpenAirInterface (OAI) software is composed of the following parts:

openairinterface5g
├── ci-scripts        : Meta-scripts used by the OSA CI process. Contains also configuration files used day-to-day by CI.
├── cmake_targets     : Build utilities to compile (simulation, emulation and real-time platforms), and generated build files.
├── common            : Some common OAI utilities, other tools can be found at openair2/UTILS.
├── doc               : Contains an up-to-date feature set list and starting tutorials.
├── executables       : Top-level executable source files.
├── LICENSE           : License file.
├── maketags          : Script to generate emacs tags.
├── nfapi             : Contains the NFAPI code. A local Readme file provides more details.
├── openair1          : 3GPP LTE Rel-10/12 PHY layer / 3GPP NR Rel-15 layer. A local Readme file provides more details.
│   ├── PHY
│   ├── SCHED
│   ├── SCHED_NBIOT
│   ├── SCHED_NR
│   ├── SCHED_NR_UE
│   ├── SCHED_UE
│   └── SIMULATION    : PHY RF simulation.
├── openair2          : 3GPP LTE Rel-10 RLC/MAC/PDCP/RRC/X2AP + LTE Rel-14 M2AP implementation. Also 3GPP NR Rel-15 RLC/MAC/PDCP/RRC/X2AP.
│   ├── COMMON
│   ├── DOCS
│   ├── ENB_APP
│   ├── F1AP
│   ├── GNB_APP
│   ├── LAYER2/RLC/   : with the following subdirectories: UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0.
│   ├── LAYER2/PDCP/PDCP_v10.1.0
│   ├── M2AP
│   ├── MCE_APP
│   ├── NETWORK_DRIVER
│   ├── NR_PHY_INTERFACE
│   ├── NR_UE_PHY_INTERFACE
│   ├── PHY_INTERFACE
│   ├── RIC_AGENT     : E2 client to interface with O-RAN compliant RIC
│   ├── RRC
│   ├── UTIL
│   └── X2AP
├── openair3          : 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE.
│   ├── COMMON
│   ├── DOCS
│   ├── GTPV1-U
│   ├── M3AP
│   ├── MME_APP
│   ├── NAS
│   ├── S1AP
│   ├── SCTP
│   ├── SECU
│   ├── TEST
│   ├── UDP
│   └── UTILS
└── targets           : Top-level wrappers for unitary simulation for PHY channels, system-level emulation (eNB-UE with and without S1), and realtime eNB and UE and RRH GW.

openairinterface5g-old's People

Contributors

cedricrouxeurecom avatar raymondknopp avatar lionelgo avatar kaltenbe avatar defosseu avatar nikaein avatar laurentthomas avatar donganyuan avatar frtabu avatar fredericleroy avatar gabriel-couturier avatar shadansari avatar kroempa avatar ssandeepkumar avatar thomas-schlichter avatar jmorgade avatar gperrone-oai avatar kushal2705 avatar mongazon avatar theonij91 avatar rakesh-mundlamuri avatar ray-milkey avatar woojoong88 avatar brchiu avatar nimakris avatar mohamed-said avatar inv4lidn4m3 avatar hogostan avatar onos-builder avatar rajeevga avatar

Stargazers

 avatar

Watchers

James Cloos 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.