aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-11-05 02:49:57 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-11-06 20:01:53 +0000
commit5a5c7fd428701fb55d3bfde8c29e8970c1cf48e8 (patch)
treedebeed2cecf393c46d6ca0f79b9a497c11af1d7f /src
parentf0e20d6483de4d4e63d46d5b1f94df1dc3ef694c (diff)
vty doc: drop "(HO algo 2 only)" strings
These indicators are a legacy of early handover_decision_2.c work, where there were no separate handover1 and handover2 config commands. No need to restate the abundantly obvious anymore. Change-Id: Id4d29542f7dd5bd125d6f10c7783569f13092612
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bsc/handover_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/handover_vty.c b/src/osmo-bsc/handover_vty.c
index 51e448e03..79795115e 100644
--- a/src/osmo-bsc/handover_vty.c
+++ b/src/osmo-bsc/handover_vty.c
@@ -106,7 +106,7 @@ static inline const char *congestion_check_interval2a(int val)
DEFUN(cfg_net_ho_congestion_check_interval, cfg_net_ho_congestion_check_interval_cmd,
"handover2 congestion-check (disabled|<1-999>|now)",
HO_CFG_STR_HANDOVER2
- "Configure congestion check interval" HO_CFG_STR_2
+ "Configure congestion check interval\n"
"Disable congestion checking, do not handover based on cell overload\n"
"Congestion check interval in seconds (default "
OSMO_STRINGIFY_VAL(HO_CFG_CONGESTION_CHECK_DEFAULT) ")\n"