aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-24 11:09:20 +0200
committerHolger Freyther <holger@freyther.de>2016-05-24 10:18:07 +0000
commitc8fd4b7c42b85be63b5412f47a995c4f6f532531 (patch)
tree20dedeff117b07e65b74bca70a686ad391d9d908
parentf929e625252c8943339bf909553118f8b484c3c2 (diff)
bts/counter: replace '_' with '-' in counter names
Conform to the convention. Change-Id: I6162694aae8d354aba318cc1acfdac108239fef0 Reviewed-on: https://gerrit.osmocom.org/103 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
-rw-r--r--src/bts.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index fdae1f0..03b0401 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 "},