aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/bsc/handover_cfg.h7
-rw-r--r--tests/handover_cfg.vty8
2 files changed, 9 insertions, 6 deletions
diff --git a/include/osmocom/bsc/handover_cfg.h b/include/osmocom/bsc/handover_cfg.h
index f174aad77..342d5e458 100644
--- a/include/osmocom/bsc/handover_cfg.h
+++ b/include/osmocom/bsc/handover_cfg.h
@@ -206,8 +206,11 @@ static inline const char *tdma2a(bool val)
"handover2 ", "min rxqual", "<0-7>", atoi, "%d", as_is, \
HO_CFG_STR_HANDOVER2 \
HO_CFG_STR_MIN \
- "How bad may RxQual of an MS become before triggering HO\n" \
- "minimum RxQual\n") \
+ "How bad may RxQual of an MS become before triggering HO," \
+ " where 0 is the best quality (bit error rate < 0.2%) and" \
+ " 7 is the worst quality (bit error rate > 12.8%)," \
+ " see 3GPP TS 45.008 8.2.4.\n" \
+ "worst acceptable RxQual\n") \
\
HO_CFG_ONE_MEMBER(int, hodec2_afs_bias_rxlev, 0, \
"handover2 ", "afs-bias rxlev", "<0-20>", atoi, "%d", as_is, \
diff --git a/tests/handover_cfg.vty b/tests/handover_cfg.vty
index 8fdaf1f08..4bafd7225 100644
--- a/tests/handover_cfg.vty
+++ b/tests/handover_cfg.vty
@@ -341,14 +341,14 @@ OsmoBSC(config-net)# handover2 tdma-measurement ?
OsmoBSC(config-net)# handover2 min ?
rxlev How weak may RxLev of an MS become before triggering HO
- rxqual How bad may RxQual of an MS become before triggering HO
+ rxqual How bad may RxQual of an MS become before triggering HO, where 0 is the best quality (bit error rate < 0.2%) and 7 is the worst quality (bit error rate > 12.8%), see 3GPP TS 45.008 8.2.4.
OsmoBSC(config-net)# handover2 min rxlev ?
<-110--50> minimum RxLev (dBm; note: negative values)
default Use default (-100), remove explicit setting on this node
OsmoBSC(config-net)# handover2 min rxqual ?
- <0-7> minimum RxQual
+ <0-7> worst acceptable RxQual
default Use default (5), remove explicit setting on this node
OsmoBSC(config-net)# handover2 afs-bias ?
@@ -559,14 +559,14 @@ OsmoBSC(config-net-bts)# handover2 tdma-measurement ?
OsmoBSC(config-net-bts)# handover2 min ?
rxlev How weak may RxLev of an MS become before triggering HO
- rxqual How bad may RxQual of an MS become before triggering HO
+ rxqual How bad may RxQual of an MS become before triggering HO, where 0 is the best quality (bit error rate < 0.2%) and 7 is the worst quality (bit error rate > 12.8%), see 3GPP TS 45.008 8.2.4.
OsmoBSC(config-net-bts)# handover2 min rxlev ?
<-110--50> minimum RxLev (dBm; note: negative values)
default Use default (-100), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 min rxqual ?
- <0-7> minimum RxQual
+ <0-7> worst acceptable RxQual
default Use default (5), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 afs-bias ?