aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 18:31:18 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 18:31:18 +0800
commit71d36b3d044c7112d43eac8ae4f54134022fbd3a (patch)
treec93f87314ab70c53dd9f4afa4fa074768a739726 /openbsc
parent8330c1c386b5a2ec78124316508c3a94bdf763d3 (diff)
nat: Add spaces to the desc to align it properly on the vty output
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/nat/bsc_nat_utils.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/openbsc/src/nat/bsc_nat_utils.c b/openbsc/src/nat/bsc_nat_utils.c
index ca235bfbc..a96cd019d 100644
--- a/openbsc/src/nat/bsc_nat_utils.c
+++ b/openbsc/src/nat/bsc_nat_utils.c
@@ -40,11 +40,11 @@
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_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. "},
};
static const struct rate_ctr_group_desc bsc_cfg_ctrg_desc = {