Commit 31b7d7c4 authored by Robert Schmidt's avatar Robert Schmidt

!2173: Favor --rfsimulator.serveraddr "server" over RFSIMULATOR=server

parent bb3d8b82
...@@ -131,13 +131,13 @@ By default the service model libraries will be installed in the path /usr/local/ ...@@ -131,13 +131,13 @@ By default the service model libraries will be installed in the path /usr/local/
* start the gNB * start the gNB
```bash ```bash
cd oai/cmake_targets/ran_build/build cd oai/cmake_targets/ran_build/build
sudo ./nr-softmodem RFSIMULATOR=server -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf --gNBs.[0].min_rxtxtime 6 --rfsim --sa sudo ./nr-softmodem -O ../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.106PRB.usrpb210.conf --gNBs.[0].min_rxtxtime 6 --rfsim --sa --rfsimulator.serveraddr server
``` ```
* start the nrUE * start the nrUE
```bash ```bash
cd oai/cmake_targets/ran_build/build cd oai/cmake_targets/ran_build/build
sudo RFSIMULATOR=127.0.0.1 ./nr-uesoftmodem -r 106 --numerology 1 --band 78 -C 3619200000 --nokrnmod --rfsim --sa --uicc0.imsi 001010000000001 sudo ./nr-uesoftmodem -r 106 --numerology 1 --band 78 -C 3619200000 --rfsim --sa --uicc0.imsi 001010000000001 --rfsimulator.serveraddr 127.0.0.1
``` ```
* start the nearRT-RIC * start the nearRT-RIC
......
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