increased max radio failure timeout

This commit is contained in:
Ismael Gomez 2017-06-02 16:28:31 +02:00
parent 5b974e5f7a
commit b7996e58c2
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ nof_ctrl_symbols = 2
#nof_phy_threads = 2
#pregenerate_signals = false
#tx_amplitude = 0.8
#link_failure_nof_err = 10
#link_failure_nof_err = 50
#rrc_inactivity_timer = 5000
#max_prach_offset_us = 30

View file

@ -160,7 +160,7 @@ void parse_args(all_args_t *args, int argc, char* argv[]) {
"Number of PHY threads")
("expert.link_failure_nof_err",
bpo::value<int>(&args->expert.mac.link_failure_nof_err)->default_value(10),
bpo::value<int>(&args->expert.mac.link_failure_nof_err)->default_value(50),
"Number of PUSCH failures after which a radio-link failure is triggered")
("expert.max_prach_offset_us",