Changes
Page history
FredericLeroy created page: how to run oaisim with multiple ue
authored
Jan 20, 2017
by
Gabriel
Show whitespace changes
Inline
Side-by-side
HowToConnectOAIENBWithOAIUEWithoutS1Interface.md
View page @
17f8318d
...
...
@@ -149,7 +149,7 @@ The command of running the UE should be as follow:
```
shell
cd
cmake_targets
sudo
-E
./lte_noS1_build_oai/build/lte-softmodem-nos1
-U
-C2660000000
-r25
--ue-scan-carrier
--ue-txgain
90
--ue-rxgain
1
2
5
-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
1
1
5
-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.
...
...
...
...