Change in ...openbsc[master]: bsc-nat: Remove whitespace at the end of CTR descriptions

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Jun 21 09:33:05 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/openbsc/+/14539 )

Change subject: bsc-nat: Remove whitespace at the end of CTR descriptions
......................................................................

bsc-nat: Remove whitespace at the end of CTR descriptions

Change-Id: Ia7ff352de1fb1997066f72e84a7d517c7642853a
---
M openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
1 file changed, 13 insertions(+), 13 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
index 223ef34..c4fe0d3 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
@@ -46,19 +46,19 @@
 #include <unistd.h>
 
 static const struct rate_ctr_desc bsc_cfg_ctr_description[] = {
-	[BCFG_CTR_SCCP_CONN]     = { "sccp:conn",      "SCCP Connections         "},
-	[BCFG_CTR_SCCP_CALLS]    = { "sccp:calls",     "SCCP Assignment Commands "},
-	[BCFG_CTR_NET_RECONN]    = { "net:reconnects", "Network reconnects       "},
-	[BCFG_CTR_DROPPED_SCCP]  = { "dropped:sccp",   "Dropped SCCP connections."},
-	[BCFG_CTR_DROPPED_CALLS] = { "dropped:calls",  "Dropped active calls.    "},
-	[BCFG_CTR_REJECTED_CR]   = { "rejected:cr",    "Rejected CR due filter   "},
-	[BCFG_CTR_REJECTED_MSG]  = { "rejected:msg",   "Rejected MSG due filter  "},
-	[BCFG_CTR_ILL_PACKET]    = { "rejected:ill",   "Rejected due parse error "},
-	[BCFG_CTR_CON_TYPE_LU]   = { "conn:lu",        "Conn Location Update     "},
-	[BCFG_CTR_CON_CMSERV_RQ] = { "conn:rq",        "Conn CM Service Req      "},
-	[BCFG_CTR_CON_PAG_RESP]  = { "conn:pag",       "Conn Paging Response     "},
-	[BCFG_CTR_CON_SSA]       = { "conn:ssa",       "Conn USSD                "},
-	[BCFG_CTR_CON_OTHER]     = { "conn:other",     "Conn Other               "},
+	[BCFG_CTR_SCCP_CONN]     = { "sccp:conn",      "SCCP Connections"	 },
+	[BCFG_CTR_SCCP_CALLS]    = { "sccp:calls",     "SCCP Assignment Commands"},
+	[BCFG_CTR_NET_RECONN]    = { "net:reconnects", "Network reconnects"	 },
+	[BCFG_CTR_DROPPED_SCCP]  = { "dropped:sccp",   "Dropped SCCP connections"},
+	[BCFG_CTR_DROPPED_CALLS] = { "dropped:calls",  "Dropped active calls."	 },
+	[BCFG_CTR_REJECTED_CR]   = { "rejected:cr",    "Rejected CR due filter"	 },
+	[BCFG_CTR_REJECTED_MSG]  = { "rejected:msg",   "Rejected MSG due filter" },
+	[BCFG_CTR_ILL_PACKET]    = { "rejected:ill",   "Rejected due parse error"},
+	[BCFG_CTR_CON_TYPE_LU]   = { "conn:lu",        "Conn Location Update"	 },
+	[BCFG_CTR_CON_CMSERV_RQ] = { "conn:rq",        "Conn CM Service Req"	 },
+	[BCFG_CTR_CON_PAG_RESP]  = { "conn:pag",       "Conn Paging Response"	 },
+	[BCFG_CTR_CON_SSA]       = { "conn:ssa",       "Conn USSD"		 },
+	[BCFG_CTR_CON_OTHER]     = { "conn:other",     "Conn Other"		 },
 };
 
 static const struct rate_ctr_group_desc bsc_cfg_ctrg_desc = {

-- 
To view, visit https://gerrit.osmocom.org/c/openbsc/+/14539
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Change-Id: Ia7ff352de1fb1997066f72e84a7d517c7642853a
Gerrit-Change-Number: 14539
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190621/bcd48561/attachment.htm>


More information about the gerrit-log mailing list