From 893392e476e00fb0c606e968f694497c792030e1 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Wed, 24 Jul 2019 15:36:35 +0200 Subject: [PATCH] DOC: minor: update basic-sim --- doc/BASIC_SIM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/BASIC_SIM.md b/doc/BASIC_SIM.md index a9d76b0b1e9..ab4c3489d9a 100644 --- a/doc/BASIC_SIM.md +++ b/doc/BASIC_SIM.md @@ -86,6 +86,8 @@ $ sudo -E ./lte-uesoftmodem -C 2625000000 -r 25 --ue-rxgain 140 --basicsim [--no The `-r 25` is to use if in the conf file of the eNB you use N_RB_DL=25. Use 50 if you have N_RB_DL=50 and 100 if you have N_RB_DL=100. +The `-C 2625000000` is the downlink frequency. Use the same value as `downlink_frequency` in the eNB configuration file. + The `--noS1` is mandatory if you started the eNB in that mode. # 3. Testing the data plane -- GitLab