![](https://i.imgur.com/JORnn3y.png =150x)@NTUST, Taiwan Email: crg@gapps.ntust.edu.tw # OAI-CU Installation Reference: - [SA setup with COTS UE](https://gitlab.eurecom.fr/oai/openairinterface5g/-/blob/NR_F1C_F1U_extensions/doc/TESTING_5GSA_setup.md#gnb-configuration-in-cudu-split-mode) - [SA: OAI DU & CU](https://hackmd.io/@Tony-Chen/HytpdIe1F/https%3A%2F%2Fhackmd.io%2Fb85qFck2Tl6cELF_rUHuGw) ### Introduction #### Virtual Machine Spesification - 16 GB Ram - 8 Cores Processor #### Topology ![](https://hackmd.io/_uploads/Hyf_oqPNh.png) #### Prerequisite OpenAirInterface preparation. ```shell= git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git cd openairinterface5g git checkout F1C_extensions_develop source oaienv cd cmake_targets ./build_oai -I ## Build up UE simulator and gNB ./build_oai --gNB --nrUE -w SIMU ``` If ```./build_oai --gNB --nrUE -w SIMU``` failed, check your hardware spesification and make sure it's compability. #### gNB configuration in CU/DU split mode CU and DU configurations need to corresponds each other. To make sure, do: - CU Configuration ``` shell= cd openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF sudo nano cu_gnb.conf ``` ![](https://hackmd.io/_uploads/rJtgblUrh.png) - DU Configuration ``` shell= cd openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF sudo nano du_gnb.conf ``` ![](https://hackmd.io/_uploads/B1aCfeIH3.png)