From ce5129467cd1a41a02b80389010cb38d8f951f04 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 21 Jul 2020 11:59:45 +0200 Subject: [PATCH] correct default value of PHY threads in eNB and UE examples --- srsenb/enb.conf.example | 2 +- srsue/ue.conf.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srsenb/enb.conf.example b/srsenb/enb.conf.example index c6ad72ac4..a1f87b2a3 100644 --- a/srsenb/enb.conf.example +++ b/srsenb/enb.conf.example @@ -271,7 +271,7 @@ pusch_max_mcs = 16 # # 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. diff --git a/srsue/ue.conf.example b/srsue/ue.conf.example index 81c41b0fa..da5238645 100644 --- a/srsue/ue.conf.example +++ b/srsue/ue.conf.example @@ -289,7 +289,7 @@ enable = false # empty: use empty subcarriers in the boarder of pss/sss signal # pdsch_max_its: Maximum number of turbo decoder iterations (Default 4) # pdsch_meas_evm: Measure PDSCH EVM, increases CPU load (default false) -# 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.