Fixing a small error authored by Luis Felipe Ariza Vesga's avatar Luis Felipe Ariza Vesga
...@@ -243,7 +243,7 @@ Be aware that two additional `TUN` interfaces will be created: `oaitun_enm1` and ...@@ -243,7 +243,7 @@ Be aware that two additional `TUN` interfaces will be created: `oaitun_enm1` and
#### eNB #### eNB
```bash ```bash
$ cd cmake_targets $ cd cmake_targets
$ sudo ran_build/build/lte-softmodem -O O ../ci-scripts/conf_files/enb.band17.tm1.mbms.25PRB.usrpb210.conf --noS1 --nokrnmod 1 $ sudo ran_build/build/lte-softmodem -O ../ci-scripts/conf_files/enb.band17.tm1.mbms.25PRB.usrpb210.conf --noS1 --nokrnmod 1
--eNBs.[0].component_carriers.[0].eutra_band 7 --eNBs.[0].component_carriers.[0].eutra_band 7
--eNBs.[0].component_carriers.[0].downlink_frequency 2680000000 --eNBs.[0].component_carriers.[0].downlink_frequency 2680000000
--eNBs.[0].component_carriers.[0].uplink_frequency_offset -120000000 --eNBs.[0].component_carriers.[0].uplink_frequency_offset -120000000
... ...
......