From 7b1719327d4b1183c45ab076e31ccfb70436ad25 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 12 Apr 2010 10:36:06 +0200 Subject: [statistics] Keep track of rf failures and rll release failures Add two new counters to count the RF Failures and the RLL Release failure and make them available via the vty interface. --- openbsc/include/openbsc/gsm_data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index 4645ecc33..d7ddca715 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -562,6 +562,10 @@ struct gsmnet_stats { struct counter *alerted; /* we alerted the other end */ struct counter *connected;/* how many calls were accepted */ } call; + struct { + struct counter *rf_fail; + struct counter *rll_err; + } chan; }; enum gsm_auth_policy { -- cgit v1.2.3