aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/handover_vty.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-06-24 13:43:06 +0200
committerneels <nhofmeyr@sysmocom.de>2019-07-09 15:42:38 +0000
commit08371ecc01a996f552ecfd4be9b3b738a9809e05 (patch)
tree618aeb2345448d2c165d50cdb0e8fb7401583f85 /src/osmo-bsc/handover_vty.c
parent0fb9206c6a4032233a505267cc67d0e4f915a584 (diff)
doc/manuals, vty doc: more handover doc clarifications
Diffstat (limited to 'src/osmo-bsc/handover_vty.c')
-rw-r--r--src/osmo-bsc/handover_vty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osmo-bsc/handover_vty.c b/src/osmo-bsc/handover_vty.c
index 79795115e..e9333ec85 100644
--- a/src/osmo-bsc/handover_vty.c
+++ b/src/osmo-bsc/handover_vty.c
@@ -107,7 +107,8 @@ DEFUN(cfg_net_ho_congestion_check_interval, cfg_net_ho_congestion_check_interval
"handover2 congestion-check (disabled|<1-999>|now)",
HO_CFG_STR_HANDOVER2
"Configure congestion check interval\n"
- "Disable congestion checking, do not handover based on cell overload\n"
+ "Disable congestion checking, do not handover based on cell load. Note: there is one global congestion check"
+ " interval, i.e. contrary to other handover2 settings, this is not configurable per individual cell.\n"
"Congestion check interval in seconds (default "
OSMO_STRINGIFY_VAL(HO_CFG_CONGESTION_CHECK_DEFAULT) ")\n"
"Manually trigger a congestion check to run right now\n")