Change in osmo-bsc[master]: stats: T3122 related: num_values 16 -> 60

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

osmith gerrit-no-reply at lists.osmocom.org
Wed Mar 17 15:32:52 UTC 2021


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


Change subject: stats: T3122 related: num_values 16 -> 60
......................................................................

stats: T3122 related: num_values 16 -> 60

Increase the number of values saved in the FIFO from 16 to 60, so there
is more time to read them out.

Related: SYS#4877
Change-Id: Ic5fd7c0fa030004fd88fee74f0028fb93c9f2d10
---
M src/osmo-bsc/bts.c
1 file changed, 20 insertions(+), 20 deletions(-)



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

diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c
index 1d0979d..950af5f 100644
--- a/src/osmo-bsc/bts.c
+++ b/src/osmo-bsc/bts.c
@@ -1132,83 +1132,83 @@
 	[BTS_STAT_CHAN_LOAD_AVERAGE] = \
 		{ "chanloadavg",
 		  "Channel load average",
-		  "%", 16, 0 },
+		  "%", 60, 0 },
 	[BTS_STAT_CHAN_CCCH_SDCCH4_USED] = \
 		{ "chan_ccch_sdcch4:used",
 		  "Number of CCCH+SDCCH4 channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_CCCH_SDCCH4_TOTAL] = \
 		{ "chan_ccch_sdcch4:total",
 		  "Number of CCCH+SDCCH4 channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_F_USED] = \
 		{ "chan_tch_f:used",
 		  "Number of TCH/F channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_F_TOTAL] = \
 		{ "chan_tch_f:total",
 		  "Number of TCH/F channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_H_USED] = \
 		{ "chan_tch_h:used",
 		  "Number of TCH/H channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_H_TOTAL] = \
 		{ "chan_tch_h:total",
 		  "Number of TCH/H channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_SDCCH8_USED] = \
 		{ "chan_sdcch8:used",
 		  "Number of SDCCH8 channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_SDCCH8_TOTAL] = \
 		{ "chan_sdcch8:total",
 		  "Number of SDCCH8 channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_F_PDCH_USED] = \
 		{ "chan_tch_f_pdch:used",
 		  "Number of TCH/F_PDCH channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_F_PDCH_TOTAL] = \
 		{ "chan_tch_f_pdch:total",
 		  "Number of TCH/F_PDCH channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_CCCH_SDCCH4_CBCH_USED] = \
 		{ "chan_ccch_sdcch4_cbch:used",
 		  "Number of CCCH+SDCCH4+CBCH channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_CCCH_SDCCH4_CBCH_TOTAL] = \
 		{ "chan_ccch_sdcch4_cbch:total",
 		  "Number of CCCH+SDCCH4+CBCH channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_SDCCH8_CBCH_USED] = \
 		{ "chan_sdcch8_cbch:used",
 		  "Number of SDCCH8+CBCH channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_SDCCH8_CBCH_TOTAL] = \
 		{ "chan_sdcch8_cbch:total",
 		  "Number of SDCCH8+CBCH channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_F_TCH_H_PDCH_USED] = \
 		{ "chan_tch_f_tch_h_pdch:used",
 		  "Number of TCH/F_TCH/H_PDCH channels used",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_CHAN_TCH_F_TCH_H_PDCH_TOTAL] = \
 		{ "chan_tch_f_tch_h_pdch:total",
 		  "Number of TCH/F_TCH/H_PDCH channels total",
-		  "", 16, 0 },
+		  "", 60, 0 },
 	[BTS_STAT_T3122] = \
 		{ "T3122",
 		  "T3122 IMMEDIATE ASSIGNMENT REJECT wait indicator",
-		  "s", 16, GSM_T3122_DEFAULT },
+		  "s", 60, GSM_T3122_DEFAULT },
 	[BTS_STAT_RACH_BUSY] = \
 		{ "rach_busy",
 		  "RACH slots with signal above threshold",
-		  "%", 16, 0 },
+		  "%", 60, 0 },
 	[BTS_STAT_RACH_ACCESS] = \
 		{ "rach_access",
 		  "RACH slots with access bursts in them",
-		  "%", 16, 0 },
+		  "%", 60, 0 },
 	[BTS_STAT_OML_CONNECTED] = \
 		{ "oml_connected",
 		  "Number of OML links connected",

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ic5fd7c0fa030004fd88fee74f0028fb93c9f2d10
Gerrit-Change-Number: 23391
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210317/388a7841/attachment.htm>


More information about the gerrit-log mailing list