aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index fdae1f05..03b0401b 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -71,8 +71,8 @@ static const struct rate_ctr_desc bts_ctr_description[] = {
{ "rlc.ack.failed", "RLC Ack Failed "},
{ "rlc.rel.timedout", "RLC Release Timeout "},
{ "rlc.late-block", "RLC Late Block "},
- { "rlc.sent_dummy", "RLC Sent Dummy "},
- { "rlc.sent_control", "RLC Sent Control "},
+ { "rlc.sent-dummy", "RLC Sent Dummy "},
+ { "rlc.sent-control", "RLC Sent Control "},
{ "decode.errors", "Decode Errors "},
{ "sba.allocated", "SBA Allocated "},
{ "sba.freed", "SBA Freed "},