aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-12 18:25:52 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-25 21:04:46 +0200
commite393f273e7c65edea09b12385ca648724c9c3825 (patch)
tree036424e1446d2e880023a5f70d1eeac6305ec2a5 /openbsc/include
parent3229f442f46480551479b987f2f6a1b5c360e4d6 (diff)
nat: Keep a ussd token in the config
We will have the USSD provider connecting to us and we will use the IPA protocol, including the auth mechanism.
Diffstat (limited to 'openbsc/include')
-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 61f19f27e..f718766a1 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -235,6 +235,8 @@ struct bsc_nat {
/* USSD messages we want to match */
char *ussd_lst_name;
char *ussd_query;
+ char *ussd_token;
+ char *ussd_local;
/* statistics */
struct bsc_nat_statistics stats;