aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-17 07:48:45 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-17 07:48:45 +0200
commite8396c966336163fa5b4ab731ac253eaa4d9e7a0 (patch)
treec4f9ae0db0dc4b828198561f8559cf301d8de527 /openbsc/include/openbsc/bsc_nat.h
parent941839b3008a1bbd7f89180532f98a8303032ce3 (diff)
nat: Make the MSC configurable.
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 3754f25f0..54a13e218 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -205,6 +205,7 @@ struct bsc_nat {
/* msc things */
char *msc_ip;
+ int msc_port;
int first_contact;
struct bsc_endpoint *bsc_endpoints;