aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-06-19 15:03:17 +0200
committerlaforge <laforge@gnumonks.org>2019-06-21 09:33:05 +0000
commit9f1ae081d514824ef5c4edeb51626d31e1b4a756 (patch)
tree216c5eed5f143f17c9b33390f5948c40f0e06948 /openbsc
parent6887ffff18d4fbc5ed08593fe8d70573745e3811 (diff)
bsc-nat: Remove whitespace at the end of CTR descriptions
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_utils.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c b/openbsc/src/osmo-bsc_nat/bsc_nat_utils.c
index 223ef349e..c4fe0d399 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 = {