laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/42715?usp=email )
Change subject: nokia bts-reset-timer: raise the maximum to 300 s ......................................................................
nokia bts-reset-timer: raise the maximum to 300 s
The previous vty tuning range for this timer (allowing up to 100 s) is not sufficient for Flexi Multiradio BTS, where we need 120 s minimum or 130 s for some margin. Raise the upper limit for vty config of this parameter to 5 min, which should be long enough to not require further revisiting.
Change-Id: Ie5b784c9cce56e27800084471a7fb0b867cc0c69 --- M src/osmo-bsc/bts_vty.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c index d289bcf..3afa0cc 100644 --- a/src/osmo-bsc/bts_vty.c +++ b/src/osmo-bsc/bts_vty.c @@ -431,7 +431,7 @@
DEFUN_ATTR(cfg_bts_nokia_site_bts_reset_timer_cnf, cfg_bts_nokia_site_bts_reset_timer_cnf_cmd, - "nokia_site bts-reset-timer <15-100>", + "nokia_site bts-reset-timer <15-300>", NOKIA_STR "The amount of time between BTS_RESET is sent " "and the BTS is being bootstrapped\n"