FredericLeroy created page: how to run oaisim with multiple ue authored by Gabriel's avatar Gabriel
......@@ -89,7 +89,7 @@ Please refer to [AutoBuild](AutoBuild) if you run into problems.
## 2. Running OAI eNB and OAI UE without S1 Interface
The setup should be started with running the OAI eNB first before running
the OAI UE. Both OAI eNB and OAI UE are running on LTE FDD Band 5 (DL: 875MHz, UL: 830MHz).
the OAI UE. Both OAI eNB and OAI UE are running on LTE FDD Band 7 (DL: 2660MHz, UL: 2540MHz).
### 2.1 Run eNB on 1st Ubuntu Machine
......@@ -104,6 +104,7 @@ source ./cmake_targets/tools/init_nas_nos1 eNB
```
You should now have the `oai0` interface with IP address 10.0.1.1 netmask 255.255.255.0.
(ifconfig to verify)
**Note:** In case that you are not able to load the `nasmesh.ko`, please make sure that `OPENAIR_DIR` is correctly set in the script.
......
......