From lynxis lazus <lynxis(a)fe80.eu>eu>:
lynxis lazus has uploaded a new change for review.
https://gerrit.osmocom.org/67
Change subject: bts/counter: remove trailing white spaces from descriptions
......................................................................
bts/counter: remove trailing white spaces from descriptions
Change-Id: Id852f3671d76a32df903f7a936b348b0d856d9c2
---
M src/bts.cpp
1 file changed, 29 insertions(+), 29 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/67/67/1
diff --git a/src/bts.cpp b/src/bts.cpp
index 715fb51..ccc433b 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -50,35 +50,35 @@
* the code below.
*/
static const struct rate_ctr_desc bts_ctr_description[] = {
- { "tbf.dl.alloc", "TBF DL Allocated "},
- { "tbf.dl.freed", "TBF DL Freed "},
- { "tbf.dl.aborted", "TBF DL Aborted "},
- { "tbf.ul.alloc", "TBF UL Allocated "},
- { "tbf.ul.freed", "TBF UL Freed "},
- { "tbf.ul.aborted", "TBF UL Aborted "},
- { "tbf.reused", "TBF Reused "},
- { "tbf.alloc.algo-a", "TBF Alloc Algo A "},
- { "tbf.alloc.algo-b", "TBF Alloc Algo B "},
+ { "tbf.dl.alloc", "TBF DL Allocated" },
+ { "tbf.dl.freed", "TBF DL Freed" },
+ { "tbf.dl.aborted", "TBF DL Aborted" },
+ { "tbf.ul.alloc", "TBF UL Allocated" },
+ { "tbf.ul.freed", "TBF UL Freed" },
+ { "tbf.ul.aborted", "TBF UL Aborted" },
+ { "tbf.reused", "TBF Reused" },
+ { "tbf.alloc.algo-a", "TBF Alloc Algo A" },
+ { "tbf.alloc.algo-b", "TBF Alloc Algo B" },
{ "tbf.failed.egprs-only", "TBF Failed EGPRS-only"},
- { "rlc.sent", "RLC Sent "},
- { "rlc.resent", "RLC Resent "},
- { "rlc.restarted", "RLC Restarted "},
- { "rlc.stalled", "RLC Stalled "},
- { "rlc.nacked", "RLC Nacked "},
- { "rlc.ass.timedout", "RLC Assign Timeout "},
- { "rlc.ass.failed", "RLC Assign Failed "},
- { "rlc.ack.timedout", "RLC Ack Timeout "},
- { "rlc.ack.failed", "RLC Ack Failed "},
- { "rlc.rel.timedout", "RLC Release Timeout "},
- { "rlc.late-block", "RLC Late Block "},
- { "decode.errors", "Decode Errors "},
- { "sba.allocated", "SBA Allocated "},
- { "sba.freed", "SBA Freed "},
- { "sba.timedout", "SBA Timeout "},
- { "llc.timeout", "Timedout Frames "},
- { "llc.dropped", "Dropped Frames "},
- { "llc.scheduled", "Scheduled Frames "},
- { "rach.requests", "RACH requests "},
+ { "rlc.sent", "RLC Sent" },
+ { "rlc.resent", "RLC Resent" },
+ { "rlc.restarted", "RLC Restarted" },
+ { "rlc.stalled", "RLC Stalled" },
+ { "rlc.nacked", "RLC Nacked" },
+ { "rlc.ass.timedout", "RLC Assign Timeout" },
+ { "rlc.ass.failed", "RLC Assign Failed" },
+ { "rlc.ack.timedout", "RLC Ack Timeout" },
+ { "rlc.ack.failed", "RLC Ack Failed" },
+ { "rlc.rel.timedout", "RLC Release Timeout" },
+ { "rlc.late-block", "RLC Late Block" },
+ { "decode.errors", "Decode Errors" },
+ { "sba.allocated", "SBA Allocated" },
+ { "sba.freed", "SBA Freed" },
+ { "sba.timedout", "SBA Timeout" },
+ { "llc.timeout", "Timedout Frames" },
+ { "llc.dropped", "Dropped Frames" },
+ { "llc.scheduled", "Scheduled Frames" },
+ { "rach.requests", "RACH requests" },
};
static const struct rate_ctr_group_desc bts_ctrg_desc = {
@@ -90,7 +90,7 @@
};
static const struct osmo_stat_item_desc bts_stat_item_description[] = {
- { "ms.present", "MS Present ",
+ { "ms.present", "MS Present",
OSMO_STAT_ITEM_NO_UNIT, 4, 0},
};
--
To view, visit
https://gerrit.osmocom.org/67
To unsubscribe, visit
https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id852f3671d76a32df903f7a936b348b0d856d9c2
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>