aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2020-05-07 16:17:24 +0300
committeripse <Alexander.Chemeris@gmail.com>2020-05-08 20:25:54 +0000
commit669f87955d873249597f1fb69c7b8842293159c1 (patch)
tree87c1afd2787b42bd7336fe945f983b8fbe725d63
parentb091def16eb1044c5c87cdaa1569b8dff92eb3f1 (diff)
stats: Remove dots from the end of stats descriptions.
-rw-r--r--src/osmo-bsc/gsm_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bsc/gsm_data.c b/src/osmo-bsc/gsm_data.c
index 8852efa7d..8b4cd4c41 100644
--- a/src/osmo-bsc/gsm_data.c
+++ b/src/osmo-bsc/gsm_data.c
@@ -370,7 +370,7 @@ void gsm_bts_set_radio_link_timeout(struct gsm_bts *bts, int value)
}
static const struct osmo_stat_item_desc bts_stat_desc[] = {
- { "chanloadavg", "Channel load average.", "%", 16, 0 },
+ { "chanloadavg", "Channel load average", "%", 16, 0 },
{ "chan_ccch_sdcch4:used", "Number of CCCH+SDCCH4 channels used", "", 16, 0 },
{ "chan_ccch_sdcch4:total", "Number of CCCH+SDCCH4 channels total", "", 16, 0 },
{ "chan_tch_f:used", "Number of TCH/F channels used", "", 16, 0 },
@@ -387,7 +387,7 @@ static const struct osmo_stat_item_desc bts_stat_desc[] = {
{ "chan_sdcch8_cbch:total", "Number of SDCCH8+CBCH channels total", "", 16, 0 },
{ "chan_tch_f_tch_h_pdch:used", "Number of TCH/F_TCH/H_PDCH channels used", "", 16, 0 },
{ "chan_tch_f_tch_h_pdch:total", "Number of TCH/F_TCH/H_PDCH channels total", "", 16, 0 },
- { "T3122", "T3122 IMMEDIATE ASSIGNMENT REJECT wait indicator.", "s", 16, GSM_T3122_DEFAULT },
+ { "T3122", "T3122 IMMEDIATE ASSIGNMENT REJECT wait indicator", "s", 16, GSM_T3122_DEFAULT },
{ "rach_busy", "RACH slots with signal above threshold", "%", 16, 0 },
{ "rach_access", "RACH slots with access bursts in them", "%", 16, 0 },
};