aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 19:05:14 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 19:05:14 +0800
commite5981edf6a8af5d58154f0ea09b831a3fd9fcaf7 (patch)
tree6aa19715ffe4a45b008799e9dab5052dc4ad4d72 /openbsc/include/openbsc/bsc_nat.h
parent93cc16ae4f85c8712f50881f094c1ac6882f99f3 (diff)
[nat] Add option to forbid the paging to the BSC.
This can be done for testing purposes and to allow making a BTS crash that can not handle paging requests properly.
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 040d39374..353cf0809 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -146,6 +146,8 @@ struct bsc_config {
char *imsi_deny;
regex_t imsi_deny_re;
+ int forbid_paging;
+
/* backpointer */
struct bsc_nat *nat;