aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_stp.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 20:21:45 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:37:50 +0100
commitefbd8c2e807818686fb51d8f0bffb28ce917e02a (patch)
tree0cef33f8ad8a14b45d6b61c56a50394037d2038c /src/main_stp.c
parent1b6901ec4ae3effd0b017b2cbdb32b17646d3bc9 (diff)
stp: Allow to forward all ISUP messages without any modification
Diffstat (limited to 'src/main_stp.c')
-rw-r--r--src/main_stp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main_stp.c b/src/main_stp.c
index fb10ea3..4f93416 100644
--- a/src/main_stp.c
+++ b/src/main_stp.c
@@ -246,6 +246,10 @@ int main(int argc, char **argv)
bsc.m2ua_set->ni = 3;
bsc.m2ua_set->bsc = &bsc;
+ /* for both links we want to have all isup messages */
+ bsc.m2ua_set->pass_all_isup = 1;
+ bsc.link_set->pass_all_isup = 1;
+
lnk = sctp_m2ua_transp_create("0.0.0.0", 2904);
lnk->base.pcap_fd = -1;
lnk->base.the_link = bsc.m2ua_set;