aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 16:43:26 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 16:43:26 +0100
commitb3d5ee2934f930e611cd4447b90dce6723340062 (patch)
treea6776f5f9a7568abee98556316617903a35cefe0 /src/bts.cpp
parent51e093bd1cbe6d91278f72c82fbd54711e4a9ede (diff)
bts: Count the number of llc frames that were "scheduled" to be sent
This does not mean that they have been successfully transferred to the SGSN/MS but at least that they have reached a certain point in the message flow.
Diffstat (limited to 'src/bts.cpp')
-rw-r--r--src/bts.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index e4c4bfa9..409b5d39 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -60,6 +60,7 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "sba.timedout", "SBA Timeout "},
{ "llc.timeout", "Timedout Frames "},
{ "llc.dropped", "Dropped Frames "},
+ { "llc.scheduled", "Scheduled Frames "},
{ "rach.requests", "RACH requests "},
};