From 10b3d70fea9628eecb58f07e1bce31f63823edfb Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 11 Sep 2019 02:31:12 +0200 Subject: gprs_ranap: send CommonId after receiving Security Mode Complete After Security Mode Complete, the sender has been authenticated. Send a CommonId to enable paging coordination between CS and PS. Change-Id: If195c26e87ba3054e159746671babf93a12e7013 --- src/sgsn/gprs_ranap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sgsn/gprs_ranap.c b/src/sgsn/gprs_ranap.c index 27b964155..cad848700 100644 --- a/src/sgsn/gprs_ranap.c +++ b/src/sgsn/gprs_ranap.c @@ -147,6 +147,7 @@ int sgsn_ranap_iu_event(struct ranap_ue_conn_ctx *ctx, enum ranap_iu_event_type REQUIRE_MM /* Continue authentication here */ mm->iu.ue_ctx->integrity_active = 1; + ranap_iu_tx_common_id(mm->iu.ue_ctx, mm->imsi); /* FIXME: remove gmm_authorize */ if (mm->pending_req != GSM48_MT_GMM_ATTACH_REQ) -- cgit v1.2.3