<ahref="https://releases.ubuntu.com/20.04/"><imgsrc="https://img.shields.io/badge/OS-Ubuntu20-Green"alt="Supported OS Ubuntu 20"></a>
<ahref="https://releases.ubuntu.com/22.04/"><imgsrc="https://img.shields.io/badge/OS-Ubuntu22-Green"alt="Supported OS Ubuntu 22"></a>
<ahref="https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux"><imgsrc="https://img.shields.io/badge/OS-RHEL8-Green"alt="Supported OS RHEL8"></a>
<ahref="https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux"><imgsrc="https://img.shields.io/badge/OS-RHEL9-Green"alt="Supported OS RELH9"></a>
<ahref="https://getfedora.org/en/workstation/"><imgsrc="https://img.shields.io/badge/OS-Fedore37-Green"alt="Supported OS Fedora 37"></a>
├── nfapi : Contains the NFAPI code. A local Readme file provides more details.
├── nfapi : (n)FAPI code for MAC-PHY interface
├── openair1 : 3GPP LTE Rel-10/12 PHY layer / 3GPP NR Rel-15 layer. 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.
├── 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
│ ├── RRC
│ ├── UTIL
│ └── X2AP
├── openair3 : 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE.
├── openair3 : 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE.
│ ├── COMMON
├── openshift : OpenShift helm charts for some deployment options of OAI
│ ├── DOCS
├── radio : Drivers for various radios such as USRP, AW2S, RFsim, ...
│ ├── GTPV1-U
└── targets : Some configuration files; only historical relevance, and might be deleted in the future
│ ├── M3AP
│ ├── MME_APP
│ ├── NAS
│ ├── S1AP
│ ├── SCTP
│ ├── SECU
│ ├── TEST
│ ├── UDP
│ └── UTILS
├── radio : drivers for various radios such as USRP, AW2S, RFsim, ...
└── 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.