set default RRC timeout to 30s

master
Ismael Gomez 8 years ago
parent f5e4cc3805
commit d5524b2a34

@ -143,7 +143,7 @@ nof_ctrl_symbols = 2
#pregenerate_signals = false #pregenerate_signals = false
#tx_amplitude = 0.8 #tx_amplitude = 0.8
#link_failure_nof_err = 50 #link_failure_nof_err = 50
#rrc_inactivity_timer = 5000 #rrc_inactivity_timer = 30000
#max_prach_offset_us = 30 #max_prach_offset_us = 30
##################################################################### #####################################################################

@ -176,7 +176,7 @@ void parse_args(all_args_t *args, int argc, char* argv[]) {
"Chooses the coefficients for the 3-tap channel estimator centered filter.") "Chooses the coefficients for the 3-tap channel estimator centered filter.")
("expert.rrc_inactivity_timer", ("expert.rrc_inactivity_timer",
bpo::value<uint32_t>(&args->expert.rrc_inactivity_timer)->default_value(5000), bpo::value<uint32_t>(&args->expert.rrc_inactivity_timer)->default_value(30000),
"Inactivity timer in ms") "Inactivity timer in ms")

Loading…
Cancel
Save