FredericLeroy created page: how to run oaisim with multiple ue authored by Gabriel's avatar Gabriel
...@@ -149,7 +149,7 @@ The command of running the UE should be as follow: ...@@ -149,7 +149,7 @@ The command of running the UE should be as follow:
```shell ```shell
cd cmake_targets cd cmake_targets
sudo -E ./lte_noS1_build_oai/build/lte-softmodem-nos1 -U -C2660000000 -r25 --ue-scan-carrier --ue-txgain 90 --ue-rxgain 125 -d >&1 | tee UE.log sudo -E ./lte_noS1_build_oai/build/lte-softmodem-nos1 -U -C2660000000 -r25 --ue-scan-carrier --ue-txgain 90 --ue-rxgain 115 -d >&1 | tee UE.log
``` ```
By running UE with pipes `tee UE.log`, allow you to record the UE logging to be used for further investigation. By running UE with pipes `tee UE.log`, allow you to record the UE logging to be used for further investigation.
... ...
......