aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 19:36:57 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-13 19:36:57 +0100
commite9429b5d3ecb3176eaee45352d9b7d1d57fed1c5 (patch)
tree13cb50b276696f9333e144239503d3449d788311 /src/bts.cpp
parent55cf994c29754fb18852fffee96f00c436d70ee3 (diff)
rlc: Count the sent and resent RLC blocks
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 409b5d39..b261ea45 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -54,6 +54,8 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "tbf.ul.alloc", "TBF UL Allocated "},
{ "tbf.ul.freed", "TBF UL Freed "},
{ "tbf.reused", "TBF Reused "},
+ { "rlc.sent", "RLC Sent "},
+ { "rlc.resent", "RLC Resent "},
{ "decode.errors", "Decode Errors "},
{ "sba.allocated", "SBA Allocated "},
{ "sba.freed", "SBA Freed "},