Change in osmo-bsc[master]: handover vty doc: explain rxqual values

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 17 09:37:36 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21187 )

Change subject: handover vty doc: explain rxqual values
......................................................................

handover vty doc: explain rxqual values

Change-Id: I4f9d6b59c4f4a0550fb6a386342be55dcd777de8
---
M include/osmocom/bsc/handover_cfg.h
M tests/handover_cfg.vty
2 files changed, 9 insertions(+), 6 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/include/osmocom/bsc/handover_cfg.h b/include/osmocom/bsc/handover_cfg.h
index f174aad..342d5e4 100644
--- a/include/osmocom/bsc/handover_cfg.h
+++ b/include/osmocom/bsc/handover_cfg.h
@@ -206,8 +206,11 @@
 		"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 8fdaf1f..4bafd72 100644
--- a/tests/handover_cfg.vty
+++ b/tests/handover_cfg.vty
@@ -341,14 +341,14 @@
 
 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 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 ?

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/21187
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4f9d6b59c4f4a0550fb6a386342be55dcd777de8
Gerrit-Change-Number: 21187
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201117/95705f24/attachment.htm>


More information about the gerrit-log mailing list