aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-22 00:02:56 +0200
committerHolger Freyther <holger@freyther.de>2016-05-22 11:11:53 +0000
commitf929e625252c8943339bf909553118f8b484c3c2 (patch)
tree8b199926fbed8964d5df6e1416910da24c7f2b3b /src/bts.cpp
parent4acb6b72513e63f5a9b874fe26c38788e9d980d1 (diff)
introduce new counter rlc_sent_control
Counts control messages (UL/DL assignment, UL ACKs or page requests) Change-Id: Ib41031d430beddfb48d54470e632436f2c99c360 Reviewed-on: https://gerrit.osmocom.org/99 Reviewed-by: Holger Freyther <holger@freyther.de> Tested-by: Jenkins Builder
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 d1636b6..fdae1f0 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -72,6 +72,7 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "rlc.rel.timedout", "RLC Release Timeout "},
{ "rlc.late-block", "RLC Late Block "},
{ "rlc.sent_dummy", "RLC Sent Dummy "},
+ { "rlc.sent_control", "RLC Sent Control "},
{ "decode.errors", "Decode Errors "},
{ "sba.allocated", "SBA Allocated "},
{ "sba.freed", "SBA Freed "},