lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-iuh/+/15182
Change subject: iu_client: emit RANAP_IU_EVENT_LINK_INVALIDATED on SCCP
disconnect indication
......................................................................
iu_client: emit RANAP_IU_EVENT_LINK_INVALIDATED on SCCP disconnect indication
Change-Id: I168b5c67336c4d1cb9fcebb9c26a7cf2fc46e420
---
M src/iu_client.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/82/15182/1
diff --git a/src/iu_client.c b/src/iu_client.c
index 0c8f08e..de6bfa7 100644
--- a/src/iu_client.c
+++ b/src/iu_client.c
@@ -829,6 +829,8 @@
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 */
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/15182
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I168b5c67336c4d1cb9fcebb9c26a7cf2fc46e420
Gerrit-Change-Number: 15182
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-MessageType: newchange