diff mbox

osmo-pcu[master]: bts/counter: replace '_' with '-' in counter names

Message ID gerrit.1464081041023.I6162694aae8d354aba318cc1acfdac108239fef0@gerrit.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 24, 2016, 9:10 a.m. UTC
Review at  https://gerrit.osmocom.org/103

bts/counter: replace '_' with '-' in counter names

Conform to the convention.

Change-Id: I6162694aae8d354aba318cc1acfdac108239fef0
---
M src/bts.cpp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/03/103/1

Comments

gerrit-no-reply@lists.osmocom.org May 24, 2016, 10:18 a.m. UTC | #1
Patch Set 1: Code-Review+2
diff mbox

Patch

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 @@ 
 	{ "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            "},