diff options
author | Andre Puschmann <andre@softwareradiosystems.com> | 2020-12-27 21:55:48 +0100 |
---|---|---|
committer | Andre Puschmann <andre@softwareradiosystems.com> | 2021-01-07 20:43:48 +0100 |
commit | 4cb9ab56715ac69c659eccada59bf9c6356416e1 (patch) | |
tree | bdfd51d81c594c086973b6fdfa73e3e05db68399 | |
parent | 9c7fd618d226dc532b9408c329cfc2380de4850a (diff) |
this executed the PRACH search in the main thread so
PHY workers and PRACH processing don't diverge in loaded
scenarios
Change-Id: I97eddb5f9ca682251ded1f73093c2d0a49462bd6
-rw-r--r-- | src/osmo_gsm_tester/templates/srsenb.conf.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl index 5df432b..7ac75bb 100644 --- a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl +++ b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl @@ -271,6 +271,9 @@ snr = ${enb.dl_awgn_snr} # ##################################################################### [expert] +% if enb.rf_dev_type == 'zmq': +nof_prach_threads = 0 +% endif #pusch_max_its = 8 # These are half iterations #pusch_8bit_decoder = false #nof_phy_threads = 3 |