aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_gmm.c
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/gprs/gprs_gmm.c
parent30753e4a283398338f2eeabc5dbd11aaa1426276 (diff)
Iu RANAP event: add IU_EVENT_LINK_INVALIDATED
See in-code comment...
Diffstat (limited to 'openbsc/src/gprs/gprs_gmm.c')
-rw-r--r--openbsc/src/gprs/gprs_gmm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c
index b054a936d..40e0f2284 100644
--- a/openbsc/src/gprs/gprs_gmm.c
+++ b/openbsc/src/gprs/gprs_gmm.c
@@ -115,11 +115,11 @@ int sgsn_ranap_iu_event(struct ue_conn_ctx *ctx, enum iu_event_type type, void *
rc = sgsn_ranap_rab_ass_resp(mm, (RANAP_RAB_SetupOrModifiedItemIEs_t *)data);
break;
case IU_EVENT_IU_RELEASE:
- {
+ /* fall thru */
+ case IU_EVENT_LINK_INVALIDATED:
/* Clean up ue_conn_ctx here */
LOGMMCTXP(LOGL_INFO, mm, "IU release\n");
rc = 0;
- }
break;
case IU_EVENT_SECURITY_MODE_COMPLETE:
/* Continue authentication here */