aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-27 10:34:31 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:12 +0100
commit1997787c52292942280db28ad3a3fc2ac19f20ed (patch)
tree3ca50b743715e0080d9f4bd09cd0d0d1d0ee9d51 /src/bts.cpp
parentb98dd9e24085bf6838b5f2a5717c3345d54acb51 (diff)
llc: Count timedout and silently dropped frames
A DL tbf can be discarded and then the already queued LLCs will be silently dropped. Count this event.
Diffstat (limited to 'src/bts.cpp')
-rw-r--r--src/bts.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index 3f9b24ac..07e97def 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -57,6 +57,8 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "sba.allocated", "SBA Allocated "},
{ "sba.freed", "SBA Freed "},
{ "sba.timedout", "SBA Timeout "},
+ { "llc.timeout", "Timedout Frames "},
+ { "llc.dropped", "Dropped Frames "},
};
static const struct rate_ctr_group_desc bts_ctrg_desc = {