From afb2674dd09d2f39fc5414edf10579ff0d6a14c9 Mon Sep 17 00:00:00 2001 From: Francisco Paisana Date: Mon, 24 Aug 2020 17:35:55 +0100 Subject: [PATCH] update enb.conf.example option for inactivity_timer --- srsenb/enb.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srsenb/enb.conf.example b/srsenb/enb.conf.example index a1f87b2a3..d01417f8d 100644 --- a/srsenb/enb.conf.example +++ b/srsenb/enb.conf.example @@ -277,7 +277,7 @@ pusch_max_mcs = 16 # metrics_csv_filename: File path to use for CSV metrics. # pregenerate_signals: Pregenerate uplink signals after attach. Improves CPU performance. # tx_amplitude: Transmit amplitude factor (set 0-1 to reduce PAPR) -# rrc_inactivity_timer Inactivity timeout used to remove UE context from RRC (in milliseconds). With -1 the timeout is automatically derived. +# rrc_inactivity_timer Inactivity timeout used to remove UE context from RRC (in milliseconds). # max_prach_offset_us: Maximum allowed RACH offset (in us) # eea_pref_list: Ordered preference list for the selection of encryption algorithm (EEA) (default: EEA0, EEA2, EEA1). # eia_pref_list: Ordered preference list for the selection of integrity algorithm (EIA) (default: EIA2, EIA1, EIA0). @@ -292,7 +292,7 @@ pusch_max_mcs = 16 #metrics_csv_filename = /tmp/enb_metrics.csv #pregenerate_signals = false #tx_amplitude = 0.6 -#rrc_inactivity_timer = -1 +#rrc_inactivity_timer = 30000 #max_prach_offset_us = 30 #eea_pref_list = EEA0, EEA2, EEA1 #eia_pref_list = EIA2, EIA1, EIA0