From efbd8c2e807818686fb51d8f0bffb28ce917e02a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 17 Jan 2011 20:21:45 +0100 Subject: stp: Allow to forward all ISUP messages without any modification --- src/main_stp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main_stp.c') 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; -- cgit v1.2.3