Skip to content

Commit

Permalink
Increased default inactivity timer to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
ismagom committed Jul 6, 2018
1 parent 493706e commit 1aa9951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srsenb/enb.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ nof_ctrl_symbols = 3
#pregenerate_signals = false
#tx_amplitude = 0.6
#link_failure_nof_err = 50
#rrc_inactivity_timer = 10000
#rrc_inactivity_timer = 60000
#max_prach_offset_us = 30
#enable_mbsfn = false

Expand Down
2 changes: 1 addition & 1 deletion srsenb/src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void parse_args(all_args_t *args, int argc, char* argv[]) {
"Chooses the coefficients for the 3-tap channel estimator centered filter.")

("expert.rrc_inactivity_timer",
bpo::value<uint32_t>(&args->expert.rrc_inactivity_timer)->default_value(10000),
bpo::value<uint32_t>(&args->expert.rrc_inactivity_timer)->default_value(60000),
"Inactivity timer in ms")

("expert.enable_mbsfn",
Expand Down

0 comments on commit 1aa9951

Please sign in to comment.