aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-02 13:59:01 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-09-03 15:28:37 +0200
commite581cd18c1d89efdeb3015286b6c1d13c67cc75c (patch)
tree6b343ad442b49e6bb2e8ae8e91bd74185f75eee2 /openbsc/include
parent1b9902c1280b3b1092b726695142a09a1edcb154 (diff)
nat/vty: Implement setting the local-call prefix and generate the regexp
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 635b12541..e25ee0054 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -324,6 +324,10 @@ struct bsc_nat {
struct osmo_fd ussd_listen;
struct bsc_nat_ussd_con *ussd_con;
+ /* Local Call-Control */
+ char *local_prefix;
+ regex_t local_prefix_regexp;
+
/* for maintainenance */
int blocked;