From c1ae22694cef9a437aedaa5a359e058ea256dc0c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 27 Oct 2013 10:50:35 +0100 Subject: bts: Count the rach frames we receive --- src/bts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bts.h') diff --git a/src/bts.h b/src/bts.h index 259be205..50eb4341 100644 --- a/src/bts.h +++ b/src/bts.h @@ -159,6 +159,7 @@ public: CTR_SBA_TIMEDOUT, CTR_LLC_FRAME_TIMEDOUT, CTR_LLC_FRAME_DROPPED, + CTR_RACH_REQUESTS, }; BTS(); @@ -202,6 +203,7 @@ public: void sba_timedout(); void timedout_frame(); void dropped_frame(); + void rach_frame(); /* * Below for C interface for the VTY @@ -262,6 +264,7 @@ CREATE_COUNT_INLINE(sba_freed, CTR_SBA_FREED) CREATE_COUNT_INLINE(sba_timedout, CTR_SBA_TIMEDOUT) CREATE_COUNT_INLINE(timedout_frame, CTR_LLC_FRAME_TIMEDOUT); CREATE_COUNT_INLINE(dropped_frame, CTR_LLC_FRAME_DROPPED); +CREATE_COUNT_INLINE(rach_frame, CTR_RACH_REQUESTS); #undef CREATE_COUNT_INLINE -- cgit v1.2.3