aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-23 01:01:19 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-23 01:01:19 +0100
commit092478f294fedd4dc285ff817143679d3068242d (patch)
treefadd13cc7d80e323ed9b1c21ab4afb620ff4b790 /src/bts.cpp
parent5a7f636ce4288060d98d6aa1a1a2cd6e1c5f7571 (diff)
rlc: Count nacked frames in the statistics too
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 818530b0..43098c1f 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -57,6 +57,7 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "rlc.sent", "RLC Sent "},
{ "rlc.resent", "RLC Resent "},
{ "rlc.stalled", "RLC Stalled "},
+ { "rlc.nacked", "RLC Nacked "},
{ "decode.errors", "Decode Errors "},
{ "sba.allocated", "SBA Allocated "},
{ "sba.freed", "SBA Freed "},