sctp_m2ua: don't suppress any ASP_UP events from becoming visible to user
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 @@
 	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