aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-19 16:50:14 +0200
committerHarald Welte <laforge@gnumonks.org>2018-07-21 17:08:00 +0000
commit16dd64a078783fd9077b6b4f5cc36f0bd90df3d3 (patch)
tree388dfa193f8d7c23c612c87b7cc2afb820cf97fd /include
parentbb7ea617253a62cce0158ccd0749eacfacc6e662 (diff)
ho cfg: fix unit strings
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/handover_cfg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/osmocom/bsc/handover_cfg.h b/include/osmocom/bsc/handover_cfg.h
index 2321fcf52..865fab9bc 100644
--- a/include/osmocom/bsc/handover_cfg.h
+++ b/include/osmocom/bsc/handover_cfg.h
@@ -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, \