aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index df62493..6fb5b26 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -39,6 +39,7 @@
struct bsc_data;
struct snmp_mtp_session;
+struct mtp_m2ua_transport;
/**
* Struct holding the BSC to MSC forwarding state.
@@ -155,6 +156,9 @@ struct bsc_data {
/* MSC related data... currently only one is supported */
struct bsc_msc_forward msc_forward;
+
+ /* m2ua code */
+ struct sctp_m2ua_transport *m2ua_trans;
};
/* bsc related functions */