aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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-06-15 20:24:14 +0800
commit8139553962bfd60a0027b46ae3001b9996b536d5 (patch)
tree71cf8ef37ce5f29300a61916a1b10c2c4658f8ee /openbsc/include
parenta88742cf5ec7d398d39c7d0623a531d30e2f7189 (diff)
nat: Make the MSC configurable.
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 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;