sctp_m2ua: don't suppress any ASP_UP events from becoming visible to user

This commit is contained in:
Harald Welte 2013-07-27 15:50:56 +08:00
parent 799b2fca79
commit f76565a007
1 changed files with 0 additions and 3 deletions

View File

@ -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