srs_andre has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/22041 )


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

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
---
M src/osmo_gsm_tester/templates/srsenb.conf.tmpl
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester 
refs/changes/41/22041/1

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

--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/22041
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I97eddb5f9ca682251ded1f73093c2d0a49462bd6
Gerrit-Change-Number: 22041
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <an...@softwareradiosystems.com>
Gerrit-MessageType: newchange

Reply via email to