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-06-15 20:24:15 +0800
commit62e5843a61ffde9788513447cec6909c3466c685 (patch)
tree94c8c6d0314875eb8615dcd897627ba5cbb90c20 /openbsc/include/openbsc/bsc_nat.h
parentb5513caaf8a683c082ccf3daa61682ca5a25bbf1 (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;