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/srsue.conf.tmpl b/src/osmo_gsm_tester/templates/srsue.conf.tmpl
index 3a43f17..05c6c55 100644
--- a/src/osmo_gsm_tester/templates/srsue.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsue.conf.tmpl
@@ -293,7 +293,7 @@
 #                                   refs:  use difference between noise references and noiseless (after filtering)
 #                                   empty: use empty subcarriers in the boarder of pss/sss signal
 # pdsch_max_its:        Maximum number of turbo decoder iterations (Default 4)
-# 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)
 # equalizer_mode:       Selects equalizer mode. Valid modes are: "mmse", "zf" or any
 #                       non-negative real number to indicate a regularized zf coefficient.
 #                       Default is MMSE.
@@ -331,9 +331,7 @@
 #snr_ema_coeff       = 0.1
 #snr_estim_alg       = refs
 #pdsch_max_its       = 8    # These are half iterations
-% if ue.get('rf_dev_type') == 'zmq':
-nof_phy_threads = 1
-% endif
+#nof_phy_threads     = 3
 #equalizer_mode      = mmse
 #sfo_ema             = 0.1
 #sfo_correct_period  = 10