From 8330c1c386b5a2ec78124316508c3a94bdf763d3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Jun 2010 18:29:42 +0800 Subject: nat: Count the number of dropped SCCP and MGCP calls as well. Count the number of dropped calls and lost SCCP connections due the loss of a connection to the BSC... --- openbsc/src/nat/bsc_nat_utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/src/nat/bsc_nat_utils.c') diff --git a/openbsc/src/nat/bsc_nat_utils.c b/openbsc/src/nat/bsc_nat_utils.c index d21185361..ca235bfbc 100644 --- a/openbsc/src/nat/bsc_nat_utils.c +++ b/openbsc/src/nat/bsc_nat_utils.c @@ -43,6 +43,8 @@ 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."}, }; static const struct rate_ctr_group_desc bsc_cfg_ctrg_desc = { -- cgit v1.2.3