aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-12 10:45:52 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-13 09:47:22 +0200
commitb829eac9bc6c6dddcc0814d85ac560c6c48c36e1 (patch)
treefb221a11be427430f93839ed9459b04282bfbc4f /openbsc/include/openbsc/gsm_data.h
parent7b1719327d4b1183c45ab076e31ccfb70436ad25 (diff)
[statistics] Keep track of OML/RSL failures of the BTS.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index d7ddca715..50a172042 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -566,6 +566,10 @@ struct gsmnet_stats {
struct counter *rf_fail;
struct counter *rll_err;
} chan;
+ struct {
+ struct counter *oml_fail;
+ struct counter *rsl_fail;
+ } bts;
};
enum gsm_auth_policy {