MTP2 LSC: pass-through of primitives from LSC into IAC during initial alignment
diff --git a/src/sctp_m2pa.erl b/src/sctp_m2pa.erl
index c42c16a..fc0a063 100644
--- a/src/sctp_m2pa.erl
+++ b/src/sctp_m2pa.erl
@@ -136,8 +136,9 @@
 	   LsMtp2 == si_po ->
 		gen_fsm:send_event(LoopDat#m2pa_state.lsc_pid, LsMtp2);
 	   LsMtp2 == si_n; LsMtp2 == si_e; LsMtp2 == si_o; LsMtp2 == si_os ->
-		gen_fsm:send_event(LoopDat#m2pa_state.lsc_pid, LsMtp2),
-		gen_fsm:send_event(LoopDat#m2pa_state.iac_pid, LsMtp2)
+		gen_fsm:send_event(LoopDat#m2pa_state.lsc_pid, LsMtp2)
+		% IAC will receive the event as pass-through from LSC
+		%gen_fsm:send_event(LoopDat#m2pa_state.iac_pid, LsMtp2)
 	end.
 
 % convert M2PA link state to MTP2