From 89d7834e83b5e5880bf9e9922cf16a4280f2dc4a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 13 Aug 2019 17:42:50 +0200 Subject: iu_client: emit RANAP_IU_EVENT_LINK_INVALIDATED on SCCP disconnect indication Change-Id: I168b5c67336c4d1cb9fcebb9c26a7cf2fc46e420 --- src/iu_client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iu_client.c b/src/iu_client.c index 42bb102..a0c0b8e 100644 --- a/src/iu_client.c +++ b/src/iu_client.c @@ -813,6 +813,8 @@ static int sccp_sap_up(struct osmo_prim_hdr *oph, void *_scu) rc = 0; if (msgb_l2len(oph->msg)) rc = ranap_cn_rx_co(cn_ranap_handle_co, ue, msgb_l2(oph->msg), msgb_l2len(oph->msg)); + + global_iu_event_cb(ue, RANAP_IU_EVENT_LINK_INVALIDATED, NULL); break; case OSMO_PRIM(OSMO_SCU_PRIM_N_DATA, PRIM_OP_INDICATION): /* connection-oriented data received */ -- cgit v1.2.3