handover vty doc: explain rxqual values

Change-Id: I4f9d6b59c4f4a0550fb6a386342be55dcd777de8
This commit is contained in:
Neels Hofmeyr 2020-11-11 19:57:51 +01:00
parent eb77a2971b
commit 4d8a469cd4
2 changed files with 9 additions and 6 deletions

View File

@ -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, \

View File

@ -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 ?