Commit f8037ab6 authored by Raphael Defosseux's avatar Raphael Defosseux

DOC: added link to feature list in README

     align folder structure in README w/ 5G-NR new folders
Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 0b472675
...@@ -13,6 +13,7 @@ Please see [NOTICE](NOTICE.md) file for third party software that is included in ...@@ -13,6 +13,7 @@ Please see [NOTICE](NOTICE.md) file for third party software that is included in
# Where to Start # # Where to Start #
* [The implemented features](./doc/FEATURE_SET.md)
* [How to build](./doc/BUILD.md) * [How to build](./doc/BUILD.md)
* [How to run the modems](./doc/RUNMODEM.md) * [How to run the modems](./doc/RUNMODEM.md)
...@@ -22,38 +23,51 @@ The OpenAirInterface (OAI) software is composed of the following parts: ...@@ -22,38 +23,51 @@ The OpenAirInterface (OAI) software is composed of the following parts:
<pre> <pre>
openairinterface5g openairinterface5g
├── ci-scripts: Meta-scripts used by the OSA CI process. Contains also configuration files used day-to-day by CI. ├── 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 ├── 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 ├── common : Some common OAI utilities, other tools can be found at openair2/UTILS.
├── doc : Contains an up-to-date feature set list ├── doc : Contains an up-to-date feature set list and starting tutorials.
├── LICENSE ├── executables : Top-level executable source files.
├── maketags : Script to generate emacs tags ├── LICENSE : License file.
├── nfapi : Contains the NFAPI code. A local Readme file provides more details. ├── maketags : Script to generate emacs tags.
├── openair1 : 3GPP LTE Rel-10/12 PHY layer + PHY RF simulation. A local Readme file provides more details. ├── nfapi : Contains the NFAPI code. A local Readme file provides more details.
├── openair2 : 3GPP LTE Rel-10 RLC/MAC/PDCP/RRC/X2AP + LTE Rel-14 M2AP implementation. ├── openair1 : 3GPP LTE Rel-10/12 PHY layer / 3GPP NR Rel-15 layer. A local Readme file provides more details.
├── COMMON │   ├── PHY
├── DOCS │   ├── SCHED
├── ENB_APP │   ├── SCHED_NBIOT
├── LAYER2/RLC/ with the following subdirectories: UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0. │   ├── SCHED_NR
├── LAYER2/PDCP/PDCP_v10.1.0. │   ├── SCHED_NR_UE
├── NETWORK_DRIVER │   ├── SCHED_UE
├── PHY_INTERFACE │   └── SIMULATION : PHY RF simulation.
├── RRC/LITE ├── 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.
├── UTIL │   ├── COMMON
├── X2AP │   ├── DOCS
├── M2AP │   ├── ENB_APP
├── MCE_APP │   ├── F1AP
├── openair3: 3GPP LTE Rel10 for S1AP, NAS GTPV1-U for both ENB and UE. │   ├── GNB_APP
├── COMMON │   ├── LAYER2/RLC/ : with the following subdirectories: UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0.
├── DOCS │   ├── LAYER2/PDCP/PDCP_v10.1.0
├── GTPV1-U │   ├── M2AP
├── NAS │   ├── MCE_APP
├── S1AP │   ├── NETWORK_DRIVER
├── M3AP │   ├── NR_PHY_INTERFACE
├── SCTP │   ├── NR_UE_PHY_INTERFACE
├── SECU │   ├── PHY_INTERFACE
├── UDP │   ├── RRC
├── UTILS │   ├── UTIL
└── 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. │   └── 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.
</pre> </pre>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment