aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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-05-15 00:14:58 +0800
commit317934a2ba0b674044095c7054dc8f01ee4398b3 (patch)
treeca20364ac82d5da3b2789c18199e0136fc0fcc91 /openbsc/include
parent565b355c8216bc4847b68ddcbd03aa4e813fca59 (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')
-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;