Change in osmo-bsc[master]: stats: Remove dots from the end of stats descriptions.

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/.

ipse gerrit-no-reply at lists.osmocom.org
Thu May 7 13:21:38 UTC 2020


ipse has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18101 )


Change subject: stats: Remove dots from the end of stats descriptions.
......................................................................

stats: Remove dots from the end of stats descriptions.

Change-Id: I4e66b3c864f6c54332fd6dabb0ec549c3590a1f2
---
M src/osmo-bsc/gsm_data.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/01/18101/1

diff --git a/src/osmo-bsc/gsm_data.c b/src/osmo-bsc/gsm_data.c
index 6d71442..3a97b7a 100644
--- a/src/osmo-bsc/gsm_data.c
+++ b/src/osmo-bsc/gsm_data.c
@@ -370,7 +370,7 @@
 }
 
 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 @@
 	{ "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 },
 };

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4e66b3c864f6c54332fd6dabb0ec549c3590a1f2
Gerrit-Change-Number: 18101
Gerrit-PatchSet: 1
Gerrit-Owner: ipse <Alexander.Chemeris at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200507/f4ebbadc/attachment.htm>


More information about the gerrit-log mailing list