run_lte: fix UE/eNB args

* remove PHY thread limitation
* set rx_gain for UE to avoid starting AGC thread for ZMQ
This commit is contained in:
Andre Puschmann 2020-09-02 18:16:46 +02:00
parent 655c7ae8ae
commit 33bb8388a5
1 changed files with 1 additions and 2 deletions

View File

@ -302,13 +302,12 @@ enb_args="$build_path/../srsenb/enb.conf.example \
--enb_files.drb_config=$build_path/../srsenb/drb.conf.example \
--rf.device_name=zmq \
--log.all_level=info \
--expert.nof_phy_threads=1 \
--enb.n_prb=$nof_prb \
--log.filename=./${nof_prb}prb_enb.log"
ue_args="$build_path/../srsue/ue.conf.example \
--rf.device_name=zmq \
--phy.nof_phy_threads=1 \
--rf.rx_gain 60 \
--stack.have_tti_time_stats=false \
--gw.netns=$ue_netns \
--log.all_level=info \