Commit 6c0c0aaf authored by Fang-WANG's avatar Fang-WANG

modify readme, no space between pre

parent b0bc472f
# OpenXG License # # OpenXG #
OpenXG is under OpenXG license. OpenXG is under OpenXG license.
The OpenAirInterface (OAI) software is composed of the following parts: The OpenXG software is composed of the following parts:
<pre> <pre>
openairinterface5g ran
├── cmake_targets : Build utilities to compile (simulation, emulation and real-time platforms), and generated build files. ├── build : Build utilities to compile (simulation, emulation and real-time platforms), and generated build files.
├── common : Some common utilities. ├── common : Some common utilities.
├── doc : Contains an up-to-date feature set list and starting tutorials. ├── doc : Contains an up-to-date feature set list and starting tutorials.
├── LICENSE : License file. ├── LICENSE : License file.
├── etc : Configuration files. ├── etc : Configuration files.
├── src : 3GPP NR Rel-15 DU files. ├── src : 3GPP NR Rel-15 DU files.
   ├── common : common files.    ├── common : Common files.
   ├── main : main function for DU.    ├── main : Main function for DU.
   ├── phy : phy laywer files.    ├── phy : PHY laywer files.
   ├── mac : mac laywer files.    ├── mac : MAC laywer files.
    ├── rlc : rlc laywer files.     ├── rlc : RLC laywer files.
   └── rfdriver : rf driver.    └── rfdriver : RF driver files.
</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