From 072cf56720dc00baf01f86309e1d7e6176a85f7b Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Thu, 26 Jul 2018 11:37:36 +0200
Subject: [PATCH] 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.
---
 targets/ARCH/tcp_bridge/README.tcp_bridge_oai | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/ARCH/tcp_bridge/README.tcp_bridge_oai b/targets/ARCH/tcp_bridge/README.tcp_bridge_oai
index edc0c35690..05a520f6ae 100644
--- a/targets/ARCH/tcp_bridge/README.tcp_bridge_oai
+++ b/targets/ARCH/tcp_bridge/README.tcp_bridge_oai
@@ -28,7 +28,7 @@ The eNB needs an EPC.
 To run the UE, open a terminal and run:
     cd [openair top directory]
     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
 file of the eNB. (Same for -C which should match the value downlink_frequency
 in the configuration file.)
-- 
GitLab