aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-10 17:29:20 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-25 21:04:45 +0200
commitd1effd835fb8ca5df7d32db0eeee82c1939e1ab9 (patch)
treef8090053ea61ce6f8dc07f8cc57354adffcf45d5 /openbsc/include/openbsc/bsc_nat.h
parent17870cf5333736f6829e0add942df5b26382d97e (diff)
nat: Provide a USSD access list to check for which to play HLR.
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 baa950ccb..678f1895f 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -232,6 +232,9 @@ struct bsc_nat {
/* filter */
char *acc_lst_name;
+ /* USSD messages we want to match */
+ char *ussd_lst_name;
+
/* statistics */
struct bsc_nat_statistics stats;
};