From 4e699a9cbf418518265dc7b8b6b7fe250d87222d Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 5 Jul 2016 11:04:27 +0200 Subject: sgsn: add statistics counter for LLC packets new counters are: llc.dl_bytes llc.ul_bytes llc.dl_packets llc.ul_packets The ip payload bytes are waiting for payload compression because those data are known then. Change-Id: I068376d35e84283cb98523cd3097a12c55cdb709 --- openbsc/include/openbsc/sgsn.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/include/openbsc/sgsn.h') diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h index 59126fe9b..19496cbf8 100644 --- a/openbsc/include/openbsc/sgsn.h +++ b/openbsc/include/openbsc/sgsn.h @@ -22,6 +22,10 @@ enum sgsn_auth_policy { enum sgsn_rate_ctr_keys { + CTR_LLC_DL_BYTES, + CTR_LLC_UL_BYTES, + CTR_LLC_DL_PACKETS, + CTR_LLC_UL_PACKETS, CTR_GPRS_ATTACH_REQUEST, CTR_GPRS_ATTACH_ACKED, CTR_GPRS_ATTACH_REJECTED, -- cgit v1.2.3