* oaisim: `./build_oai --oaisim` (build oaisim with S1 support)
* oaisim_nos1: `./build_oai --oaisim --noS1` (build oaisim without S1 support)
These will create directories under `cmake_targets` corresponding to the different targets. These are the main directories:
* lte_noS1_build_oai (see notes below for further building instructions) : L1/L2 + Linux IP interface (i.e. no S1 interface). This is a target which will work with and OAI eNB and OAI UE only.
* oaisim_build_oai : oaisim with S1
* lte_build_oai: eNB/UE build with S1/NAS
...
...
@@ -38,6 +41,7 @@ These will create directories under `cmake_targets` corresponding to the differe
* oaisim_noS1_build_oai: oaisim without S1
Notes:
* Add `-x` to enable xforms (soft scope)
* Add `-V` to enable VCD file generation
* Add `-K /tmp/itti_enb.log` for itti logs
...
...
@@ -51,6 +55,10 @@ cmake ..
make lte-softmodem -j4
```
### Build OpenAirInterface System Emulation (oaisim)
Refer to [OpenAirLTEEmulation](OpenAirLTEEmulation).