aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-10 01:47:54 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-19 22:11:39 +0200
commit95c9f296346d14e1362d95776b7339c02499610a (patch)
tree674ec288b55c36a4bfffe4398c403451ade76a00 /openbsc/src/osmo-cscn
parent30753e4a283398338f2eeabc5dbd11aaa1426276 (diff)
Iu RANAP event: add IU_EVENT_LINK_INVALIDATED
See in-code comment...
Diffstat (limited to 'openbsc/src/osmo-cscn')
-rw-r--r--openbsc/src/osmo-cscn/iucs_ranap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/osmo-cscn/iucs_ranap.c b/openbsc/src/osmo-cscn/iucs_ranap.c
index 078783f12..5db29c29e 100644
--- a/openbsc/src/osmo-cscn/iucs_ranap.c
+++ b/openbsc/src/osmo-cscn/iucs_ranap.c
@@ -88,6 +88,7 @@ int iucs_rx_ranap_event(struct gsm_network *network,
switch (type) {
case IU_EVENT_IU_RELEASE:
+ case IU_EVENT_LINK_INVALIDATED:
LOGP(DIUCS, LOGL_INFO, "IuCS release for %s\n",
subscr_name(conn->subscr));
msc_subscr_con_free(conn);