Commit 072cf567 authored by Cedric Roux's avatar Cedric Roux

basic simulator is now functional

The power estimation of the UE has to be debugged (calibrated?).
In the meantime, using "--ue-rxgain 140" lets the UE and eNB
talk to each other in the basic simulator.
parent acff8016
...@@ -28,7 +28,7 @@ The eNB needs an EPC. ...@@ -28,7 +28,7 @@ The eNB needs an EPC.
To run the UE, open a terminal and run: To run the UE, open a terminal and run:
cd [openair top directory] cd [openair top directory]
cd cmake_targets/basic_simulator/ue cd cmake_targets/basic_simulator/ue
sudo ./lte-uesoftmodem -C 2680000000 -r 25 sudo ./lte-uesoftmodem -C 2680000000 -r 25 --ue-rxgain 140
Adapt the value of -r, it has to match the value N_RB_DL in the configuration Adapt the value of -r, it has to match the value N_RB_DL in the configuration
file of the eNB. (Same for -C which should match the value downlink_frequency file of the eNB. (Same for -C which should match the value downlink_frequency
in the configuration file.) in the configuration file.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment