aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_data.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-24 09:30:28 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-24 09:12:57 +0000
commitbe86caacdfba412e60e2441e8a98fb4bd5c36e4e (patch)
tree7fb35cbd2cfcf72fc63693b7e62755b62f10c3f8 /src/osmo-bsc/gsm_data.c
parent744886ae96d74cb60ef03bb209d46b250af54612 (diff)
keep per-BTS stat_items about RACH busy / RACH access percentage
Diffstat (limited to 'src/osmo-bsc/gsm_data.c')
-rw-r--r--src/osmo-bsc/gsm_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bsc/gsm_data.c b/src/osmo-bsc/gsm_data.c
index 88690a749..5942fba47 100644
--- a/src/osmo-bsc/gsm_data.c
+++ b/src/osmo-bsc/gsm_data.c
@@ -380,6 +380,8 @@ bool classmark_is_r99(struct gsm_classmark *cm)
static const struct osmo_stat_item_desc bts_stat_desc[] = {
{ "chanloadavg", "Channel load average.", "%", 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 },
};
static const struct osmo_stat_item_group_desc bts_statg_desc = {