aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 13:33:18 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 13:33:18 +0800
commit3a77e610336f7d84c5210c9dc3cdd997c6525972 (patch)
tree48944d970a662b49f3a5cc229dda33608e310a26 /openbsc/include/openbsc/bsc_nat.h
parentf0945408f56336093def24f3cf11ab2740c5908e (diff)
nat: Keep track of the MSC handling the connection.
In the future we might have multiple MSCs connected and need to dispatch it to the right one.
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 50be1dfec..c5a9258f6 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -120,6 +120,7 @@ struct sccp_connections {
struct llist_head list_entry;
struct bsc_connection *bsc;
+ struct bsc_msc_connection *msc_con;
struct sccp_source_reference real_ref;
struct sccp_source_reference patched_ref;