laforge submitted this change.
vty: fix description of 'nokia_site bts-reset-timer'
Change-Id: I9cd60b84e2f7e7d48e7e0a8167ee0e2ffbae0428
---
M src/osmo-bsc/bts_vty.c
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c
index c473e94..ca0cfda 100644
--- a/src/osmo-bsc/bts_vty.c
+++ b/src/osmo-bsc/bts_vty.c
@@ -433,10 +433,11 @@
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-100>",
NOKIA_STR
- "The amount of time (in sec.) between BTS_RESET is sent,\n"
- "and the BTS is being bootstrapped.\n",
+ "The amount of time between BTS_RESET is sent "
+ "and the BTS is being bootstrapped\n"
+ "Timer value (in seconds, default 15)\n",
CMD_ATTR_IMMEDIATE)
{
struct gsm_bts *bts = vty->index;
To view, visit change 29617. To unsubscribe, or for help writing mail filters, visit settings.