aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-25 17:58:22 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-25 17:58:22 +0800
commitee8849649b6854ebf32a132ccfec3df074a4cbaa (patch)
treedb3228b9126a3481d0dbbc92a5ab4714e8d178a8 /openbsc/include/openbsc/bsc_nat.h
parent520c1f12efb6cf5f270704e679d8b8ab6582dc39 (diff)
nat: Keep track of how many connections we reject
Keep track of how many connections we reject due the IMSI filter itself or due not being able to parse the message.
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index f988a8f67..3abf231cf 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -96,6 +96,9 @@ enum bsc_cfg_ctr {
BCFG_CTR_NET_RECONN,
BCFG_CTR_DROPPED_SCCP,
BCFG_CTR_DROPPED_CALLS,
+ BCFG_CTR_REJECTED_CR,
+ BCFG_CTR_REJECTED_MSG,
+ BCFG_CTR_ILL_PACKET,
};
/**