aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 15:53:06 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:37:50 +0100
commit9cf11bc1098671e06c7284babfa5a3327a40346e (patch)
tree5dbcf3375fa5f565b83d726c90d361c20b785fbe /include
parenta93b83bf9979f5a9e0a5591436f419eed744445c (diff)
stp: Create a M2UA link by hand and connect the SCCP routines
This is a hacked version that will just forward SCCP from one linkset to another one. It is missing configuration and ISUP.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 932b229..2cd0257 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -81,6 +81,7 @@ struct bsc_data {
int pcap_fd;
int udp_reset_timeout;
struct mtp_link_set *link_set;
+ struct mtp_link_set *m2ua_set;
const char *token;