From 31b7d7c432e162212892446689adcecd30ead8b2 Mon Sep 17 00:00:00 2001 From: Robert Schmidt <robert.schmidt@openairinterface.org> Date: Wed, 5 Jul 2023 07:01:28 +0000 Subject: [PATCH] !2173: Favor --rfsimulator.serveraddr "server" over RFSIMULATOR=server --- openair2/E2AP/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openair2/E2AP/README.md b/openair2/E2AP/README.md index 822880f2b2..2ff52e8605 100644 --- a/openair2/E2AP/README.md +++ b/openair2/E2AP/README.md @@ -131,13 +131,13 @@ By default the service model libraries will be installed in the path /usr/local/ * start the gNB ```bash 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 ```bash 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 -- 2.26.2