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.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/osmo-bsc/gsm_data.c b/src/osmo-bsc/gsm_data.c
index 02541c7f3..497e1b836 100644
--- a/src/osmo-bsc/gsm_data.c
+++ b/src/osmo-bsc/gsm_data.c
@@ -371,9 +371,27 @@ 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 },
{ "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 },
};
static const struct osmo_stat_item_group_desc bts_statg_desc = {