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
This commit is contained in:
Andre Puschmann 2020-07-21 12:01:01 +02:00
parent 25743bc482
commit a7b21a888b
2 changed files with 4 additions and 8 deletions

View File

@ -249,7 +249,7 @@ enable = false
#
# 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 @@ enable = false
[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

View File

@ -293,7 +293,7 @@ enable = false
# 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 @@ enable = false
#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