FredericLeroy created page: how to run oaisim with multiple ue authored by Gabriel's avatar Gabriel
...@@ -154,9 +154,6 @@ sudo -E ./lte_noS1_build_oai/build/lte-softmodem-nos1 -U -C2660000000 -r25 --ue ...@@ -154,9 +154,6 @@ sudo -E ./lte_noS1_build_oai/build/lte-softmodem-nos1 -U -C2660000000 -r25 --ue
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.
For the UE to able to sync with eNB, the timing advance needs to set 0 in FDD
Band 5. (openair_daq_vars.timing_advance = 0). That patch can be found at [\[1\]][1] and use `-A 0` for setting timing advance to 0.
### 2.3 Results of Successful UE attached to eNB ### 2.3 Results of Successful UE attached to eNB
If the user is successfully attached to the eNB, you should observe the If the user is successfully attached to the eNB, you should observe the
... ...
......