srs{ue,enb}.conf.tmpl: remove restriction of PHY threads for ZMQ

we now support any number of PHY threads also with ZMQ operation

Change-Id: I31abfce742f757179fbfe4099cd0a934db4e63d7
diff --git a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
index b58db53..81753d6 100644
--- a/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsenb.conf.tmpl
@@ -249,7 +249,7 @@
 #
 # pusch_max_its:        Maximum number of turbo decoder iterations (Default 4)
 # pusch_8bit_decoder:   Use 8-bit for LLR representation and turbo decoder trellis computation (Experimental)
-# nof_phy_threads:      Selects the number of PHY threads (maximum 4, minimum 1, default 2)
+# nof_phy_threads:      Selects the number of PHY threads (maximum 4, minimum 1, default 3)
 # metrics_period_secs:  Sets the period at which metrics are requested from the eNB.
 # metrics_csv_enable:   Write eNB metrics to CSV file.
 # metrics_csv_filename: File path to use for CSV metrics.
@@ -265,9 +265,7 @@
 [expert]
 #pusch_max_its        = 8 # These are half iterations
 #pusch_8bit_decoder   = false
-% if enb.get('rf_dev_type') == 'zmq':
-nof_phy_threads  = 1
-% endif
+#nof_phy_threads = 3
 #metrics_period_secs  = 1
 #metrics_csv_enable   = false
 #metrics_csv_filename = /tmp/enb_metrics.csv