send a [new] signal in case of IPAC_DISCONNECT_INDication
diff --git a/openbsc/src/abis_rsl.c b/openbsc/src/abis_rsl.c
index a494ad3..f26e4c9 100644
--- a/openbsc/src/abis_rsl.c
+++ b/openbsc/src/abis_rsl.c
@@ -1345,6 +1345,8 @@
 		print_rsl_cause(TLVP_VAL(&tv, RSL_IE_CAUSE),
 				TLVP_LEN(&tv, RSL_IE_CAUSE));
 
+	dispatch_signal(SS_ABISIP, S_ABISIP_DISC_IND, msg->lchan);
+
 	return 0;
 }