aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-19 17:09:37 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-19 17:09:37 +0100
commitc70aae4697871f7b50369634e57c36c5d081df4d (patch)
treeee2a8d020d2b9d7bbf5d2adf50e8677a698510e8 /src/bts.cpp
parent937e2a6919f59b892d3e667a82d920550b3db345 (diff)
rlc: Count the window stalls on the RLC level
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 b261ea45..818530b0 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -56,6 +56,7 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "tbf.reused", "TBF Reused "},
{ "rlc.sent", "RLC Sent "},
{ "rlc.resent", "RLC Resent "},
+ { "rlc.stalled", "RLC Stalled "},
{ "decode.errors", "Decode Errors "},
{ "sba.allocated", "SBA Allocated "},
{ "sba.freed", "SBA Freed "},