m3ua_core: handle shutdown_comp SCTP evnt
diff --git a/src/m3ua_core.erl b/src/m3ua_core.erl
index ef443ae..9a596e6 100644
--- a/src/m3ua_core.erl
+++ b/src/m3ua_core.erl
@@ -162,6 +162,9 @@
 		comm_lost ->
 			send_prim_to_user(LoopDat, osmo_util:make_prim('M','SCTP_RELEASE',indication)),
 			LoopDat2 = reconnect_sctp(LoopDat);
+		shutdown_comp ->
+			send_prim_to_user(LoopDat, osmo_util:make_prim('M','SCTP_RELEASE',indication)),
+			LoopDat2 = reconnect_sctp(LoopDat);
 		addr_unreachable ->
 			LoopDat2 = reconnect_sctp(LoopDat)
 	end,