From f76565a0076a484f781aba3fffa976be6e13c3f3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 27 Jul 2013 15:50:56 +0800 Subject: sctp_m2ua: don't suppress any ASP_UP events from becoming visible to user --- src/sctp_m2ua.erl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sctp_m2ua.erl b/src/sctp_m2ua.erl index f955e11..dfa3796 100644 --- a/src/sctp_m2ua.erl +++ b/src/sctp_m2ua.erl @@ -80,9 +80,6 @@ prim_up(#primitive{subsystem='M', gen_name = 'ASP_UP', spec_name = confirm}, Sta Asp = LoopDat#m2ua_state.asp_pid, gen_fsm:send_event(Asp, osmo_util:make_prim('M','ASP_ACTIVE',request)), {ignore, LoopDat}; -prim_up(#primitive{subsystem='M', gen_name = 'ASP_UP', spec_name = indication}, State, LoopDat) -> - % indication in case of passive/listen mode - {ignore, LoopDat}; prim_up(Prim, State, LoopDat) -> % default: forward all primitives to the user -- cgit v1.2.3