aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 18:29:42 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-17 18:29:42 +0800
commit8330c1c386b5a2ec78124316508c3a94bdf763d3 (patch)
treed93cd77332a9d9b8e939707394c63161c1c6e303 /openbsc/include/openbsc/bsc_nat.h
parentb2c38ebb1f2e9f670b3a59caca9e6195277b62be (diff)
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...
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index bb2d5df95..50be1dfec 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -150,6 +150,8 @@ enum bsc_cfg_ctr {
BCFG_CTR_SCCP_CONN,
BCFG_CTR_SCCP_CALLS,
BCFG_CTR_NET_RECONN,
+ BCFG_CTR_DROPPED_SCCP,
+ BCFG_CTR_DROPPED_CALLS,
};
/**