srsenb.conf.tmpl: set nof_of_prach_threds to 0 for ZMQ

this executed the PRACH search in the main thread so
PHY workers and PRACH processing don't diverge in loaded
scenarios

Change-Id: I97eddb5f9ca682251ded1f73093c2d0a49462bd6
This commit is contained in:
Andre Puschmann 2020-12-27 21:55:48 +01:00
parent 9c7fd618d2
commit 4cb9ab5671
1 changed files with 3 additions and 0 deletions

View File

@ -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