aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-15 00:14:58 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:19 +0800
commite635dab52fd8351cb3af2e120580374ae6a38065 (patch)
treed7227333b651953f2fb23201dd3dc8253163bf31 /openbsc/include/openbsc/bsc_nat.h
parentf76e7ef5e1528a33a7f314e78a5b029a76ff2282 (diff)
[nat] Add a token to the nat config and handle ID GET
This allows to chain a nat with a nat by answering to the id get code and sending the token.
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 455e46e71..090eca8ef 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -219,6 +219,7 @@ struct bsc_nat {
int msc_port;
int first_contact;
struct bsc_msc_connection *msc_con;
+ char *token;
/* timeouts */
int auth_timeout;