ho cfg: fix unit strings

Change-Id: Ie98a68de207aea69befd24af3f302b6ef9e6f8e4
This commit is contained in:
Neels Hofmeyr 2018-07-19 16:50:14 +02:00 committed by Harald Welte
parent bb7ea61725
commit 16dd64a078
2 changed files with 21 additions and 21 deletions

View File

@ -126,8 +126,8 @@ static inline const char *tdma2a(bool val)
"handover1 ", "power budget hysteresis", "<0-999>", atoi, "%u", as_is, \
HO_CFG_STR_HANDOVER1 \
HO_CFG_STR_POWER_BUDGET \
"How many dBm stronger must a neighbor be to become a HO candidate\n" \
"Neighbor's strength difference in dBm\n") \
"How many dB stronger must a neighbor be to become a HO candidate\n" \
"Neighbor's strength difference in dB\n") \
\
HO_CFG_ONE_MEMBER(unsigned int, hodec1_max_distance, 9999, \
"handover1 ", "maximum distance" , "<0-9999>", atoi, "%u", as_is, \
@ -172,8 +172,8 @@ static inline const char *tdma2a(bool val)
"handover2 ", "power budget hysteresis", "<0-999>", atoi, "%u", as_is, \
HO_CFG_STR_HANDOVER2 \
HO_CFG_STR_POWER_BUDGET \
"How many dBm stronger must a neighbor be to become a HO candidate\n" \
"Neighbor's strength difference in dBm\n") \
"How many dB stronger must a neighbor be to become a HO candidate\n" \
"Neighbor's strength difference in dB\n") \
\
HO_CFG_ONE_MEMBER(unsigned int, hodec2_max_distance, 9999, \
"handover2 ", "maximum distance" , "<0-9999>", atoi, "%u", as_is, \
@ -208,21 +208,21 @@ static inline const char *tdma2a(bool val)
HO_CFG_STR_HANDOVER2 \
HO_CFG_STR_MIN \
"How bad may RxQual of an MS become before triggering HO\n" \
"minimum RxQual (dBm)\n") \
"minimum RxQual\n") \
\
HO_CFG_ONE_MEMBER(int, hodec2_afs_bias_rxlev, 0, \
"handover2 ", "afs-bias rxlev", "<0-20>", atoi, "%d", as_is, \
HO_CFG_STR_HANDOVER2 \
HO_CFG_STR_AFS_BIAS \
"RxLev improvement bias for AFS over other codecs\n" \
"Virtual RxLev improvement (dBm)\n") \
"Virtual RxLev improvement (dB)\n") \
\
HO_CFG_ONE_MEMBER(int, hodec2_afs_bias_rxqual, 0, \
"handover2 ", "afs-bias rxqual", "<0-7>", atoi, "%d", as_is, \
HO_CFG_STR_HANDOVER2 \
HO_CFG_STR_AFS_BIAS \
"RxQual improvement bias for AFS over other codecs\n" \
"Virtual RxQual improvement (dBm)\n") \
"Virtual RxQual improvement\n") \
\
HO_CFG_ONE_MEMBER(int, hodec2_tchf_min_slots, 0, \
"handover2 ", "min-free-slots tch/f", "<0-9999>", atoi, "%d", as_is, \

View File

@ -264,14 +264,14 @@ OsmoBSC(config-net)# handover1 power ?
OsmoBSC(config-net)# handover1 power budget ?
interval How often to check for a better cell (SACCH frames)
hysteresis How many dBm stronger must a neighbor be to become a HO candidate
hysteresis How many dB stronger must a neighbor be to become a HO candidate
OsmoBSC(config-net)# handover1 power budget interval ?
<1-99> Check for stronger neighbor every N number of SACCH frames
default Use default (6), remove explicit setting on this node
OsmoBSC(config-net)# handover1 power budget hysteresis ?
<0-999> Neighbor's strength difference in dBm
<0-999> Neighbor's strength difference in dB
default Use default (3), remove explicit setting on this node
OsmoBSC(config-net)# handover1 maximum ?
@ -312,14 +312,14 @@ OsmoBSC(config-net)# handover2 power ?
OsmoBSC(config-net)# handover2 power budget ?
interval How often to check for a better cell (SACCH frames)
hysteresis How many dBm stronger must a neighbor be to become a HO candidate
hysteresis How many dB stronger must a neighbor be to become a HO candidate
OsmoBSC(config-net)# handover2 power budget interval ?
<1-99> Check for stronger neighbor every N number of SACCH frames
default Use default (6), remove explicit setting on this node
OsmoBSC(config-net)# handover2 power budget hysteresis ?
<0-999> Neighbor's strength difference in dBm
<0-999> Neighbor's strength difference in dB
default Use default (3), remove explicit setting on this node
OsmoBSC(config-net)# handover2 maximum ?
@ -348,7 +348,7 @@ OsmoBSC(config-net)# handover2 min rxlev ?
default Use default (-100), remove explicit setting on this node
OsmoBSC(config-net)# handover2 min rxqual ?
<0-7> minimum RxQual (dBm)
<0-7> minimum RxQual
default Use default (5), remove explicit setting on this node
OsmoBSC(config-net)# handover2 afs-bias ?
@ -356,11 +356,11 @@ OsmoBSC(config-net)# handover2 afs-bias ?
rxqual RxQual improvement bias for AFS over other codecs
OsmoBSC(config-net)# handover2 afs-bias rxlev ?
<0-20> Virtual RxLev improvement (dBm)
<0-20> Virtual RxLev improvement (dB)
default Use default (0), remove explicit setting on this node
OsmoBSC(config-net)# handover2 afs-bias rxqual ?
<0-7> Virtual RxQual improvement (dBm)
<0-7> Virtual RxQual improvement
default Use default (0), remove explicit setting on this node
OsmoBSC(config-net)# handover2 min-free-slots ?
@ -482,14 +482,14 @@ OsmoBSC(config-net-bts)# handover1 power ?
OsmoBSC(config-net-bts)# handover1 power budget ?
interval How often to check for a better cell (SACCH frames)
hysteresis How many dBm stronger must a neighbor be to become a HO candidate
hysteresis How many dB stronger must a neighbor be to become a HO candidate
OsmoBSC(config-net-bts)# handover1 power budget interval ?
<1-99> Check for stronger neighbor every N number of SACCH frames
default Use default (6), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover1 power budget hysteresis ?
<0-999> Neighbor's strength difference in dBm
<0-999> Neighbor's strength difference in dB
default Use default (3), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover1 maximum ?
@ -530,14 +530,14 @@ OsmoBSC(config-net-bts)# handover2 power ?
OsmoBSC(config-net-bts)# handover2 power budget ?
interval How often to check for a better cell (SACCH frames)
hysteresis How many dBm stronger must a neighbor be to become a HO candidate
hysteresis How many dB stronger must a neighbor be to become a HO candidate
OsmoBSC(config-net-bts)# handover2 power budget interval ?
<1-99> Check for stronger neighbor every N number of SACCH frames
default Use default (6), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 power budget hysteresis ?
<0-999> Neighbor's strength difference in dBm
<0-999> Neighbor's strength difference in dB
default Use default (3), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 maximum ?
@ -566,7 +566,7 @@ OsmoBSC(config-net-bts)# handover2 min rxlev ?
default Use default (-100), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 min rxqual ?
<0-7> minimum RxQual (dBm)
<0-7> minimum RxQual
default Use default (5), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 afs-bias ?
@ -574,11 +574,11 @@ OsmoBSC(config-net-bts)# handover2 afs-bias ?
rxqual RxQual improvement bias for AFS over other codecs
OsmoBSC(config-net-bts)# handover2 afs-bias rxlev ?
<0-20> Virtual RxLev improvement (dBm)
<0-20> Virtual RxLev improvement (dB)
default Use default (0), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 afs-bias rxqual ?
<0-7> Virtual RxQual improvement (dBm)
<0-7> Virtual RxQual improvement
default Use default (0), remove explicit setting on this node
OsmoBSC(config-net-bts)# handover2 min-free-slots ?