srsenb.conf.tmpl: reduce RRC inactivity timer to 5s

the default value of 60s is too long to trigger errors in the handling
of this timer. So a 5s timer is more likely to reveal potential issues
during the test execution

Change-Id: Id7a6739487c7875c4f26a47d05978c9ea9f33873
This commit is contained in:
Andre Puschmann 2020-05-31 12:21:15 +02:00
parent f7915a8509
commit 8eeea7f991
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ nof_phy_threads = 1
#pregenerate_signals = false
#tx_amplitude = 0.6
#link_failure_nof_err = 50
#rrc_inactivity_timer = 60000
rrc_inactivity_timer = 5000
#max_prach_offset_us = 30
#eea_pref_list = EEA0, EEA2, EEA1
#eia_pref_list = EIA2, EIA1, EIA0