aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bsc/gsm_data.c')
-rw-r--r--src/osmo-bsc/gsm_data.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/osmo-bsc/gsm_data.c b/src/osmo-bsc/gsm_data.c
index 497e1b836..8b50805e3 100644
--- a/src/osmo-bsc/gsm_data.c
+++ b/src/osmo-bsc/gsm_data.c
@@ -370,28 +370,28 @@ 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 },
- { "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 },
- { "chan_tch_f_total", "Number of TCH/F channels total.", "", 16, 0 },
- { "chan_tch_h_used", "Number of TCH/H channels used.", "", 16, 0 },
- { "chan_tch_h_total", "Number of TCH/H channels total.", "", 16, 0 },
- { "chan_sdcch8_used", "Number of SDCCH8 channels used.", "", 16, 0 },
- { "chan_sdcch8_total", "Number of SDCCH8 channels total.", "", 16, 0 },
- { "chan_tch_f_pdch_used", "Number of TCH/F_PDCH channels used.", "", 16, 0 },
- { "chan_tch_f_pdch_total", "Number of TCH/F_PDCH channels total.", "", 16, 0 },
- { "chan_ccch_sdcch4_cbch_used", "Number of CCCH+SDCCH4+CBCH channels used.", "", 16, 0 },
- { "chan_ccch_sdcch4_cbch_total", "Number of CCCH+SDCCH4+CBCH channels total.", "", 16, 0 },
- { "chan_sdcch8_cbch_used", "Number of SDCCH8+CBCH channels used.", "", 16, 0 },
- { "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 },
+ { "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 },
+ { "chan_tch_f:total", "Number of TCH/F channels total", "", 16, 0 },
+ { "chan_tch_h:used", "Number of TCH/H channels used", "", 16, 0 },
+ { "chan_tch_h:total", "Number of TCH/H channels total", "", 16, 0 },
+ { "chan_sdcch8:used", "Number of SDCCH8 channels used", "", 16, 0 },
+ { "chan_sdcch8:total", "Number of SDCCH8 channels total", "", 16, 0 },
+ { "chan_tch_f_pdch:used", "Number of TCH/F_PDCH channels used", "", 16, 0 },
+ { "chan_tch_f_pdch:total", "Number of TCH/F_PDCH channels total", "", 16, 0 },
+ { "chan_ccch_sdcch4_cbch:used", "Number of CCCH+SDCCH4+CBCH channels used", "", 16, 0 },
+ { "chan_ccch_sdcch4_cbch:total", "Number of CCCH+SDCCH4+CBCH channels total", "", 16, 0 },
+ { "chan_sdcch8_cbch:used", "Number of SDCCH8+CBCH channels used", "", 16, 0 },
+ { "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 },
{ "rach_busy", "RACH slots with signal above threshold", "%", 16, 0 },
{ "rach_access", "RACH slots with access bursts in them", "%", 16, 0 },
- { "num_oml_connected", "Number of OML links connected", "", 16, 0 },
- { "num_rsl_connected", "Number of RSL links connected", "", 16, 0 },
+ { "oml_connected", "Number of OML links connected", "", 16, 0 },
+ { "rsl_connected", "Number of RSL links connected", "", 16, 0 },
};
static const struct osmo_stat_item_group_desc bts_statg_desc = {