rohit.gupta created page: DeveloperMeeting20160712 authored by Fabrice Nabet's avatar Fabrice Nabet
...@@ -115,6 +115,7 @@ You should now have the `oai0` interface with IP address 10.0.1.1 netmask 255.25 ...@@ -115,6 +115,7 @@ You should now have the `oai0` interface with IP address 10.0.1.1 netmask 255.25
The command of running the eNB should be as follow: The command of running the eNB should be as follow:
**Note: The downlink_frequency paramter for eNB Config $OPENAIR_TARGETS/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf needs to be changed to 2660000000L**
```shell ```shell
cd cmake_targets cd cmake_targets
sudo -E ./lte_noS1_build_oai/build/lte-softmodem-nos1 -d -O $OPENAIR_TARGETS/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf 2>&1 | tee ENB.log sudo -E ./lte_noS1_build_oai/build/lte-softmodem-nos1 -d -O $OPENAIR_TARGETS/PROJECTS/GENERIC-LTE-EPC/CONF/enb.band7.tm1.usrpb210.conf 2>&1 | tee ENB.log
...@@ -151,7 +152,7 @@ The command of running the UE should be as follow: ...@@ -151,7 +152,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 -C2680000000 -r25 --ue-scan-carrier --ue-txgain 70 --ue-rxgain 80 -d >&1 | tee UE.log sudo -E ./lte_noS1_build_oai/build/lte-softmodem-nos1 -U -C2680000000 -r25 --ue-scan-carrier --ue-txgain 90 --ue-rxgain 125 -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.
... ...
......