Commit 414ae195 authored by jperaldi's avatar jperaldi

bug #126504 - TC 9.2.1.1.2_VT_ENABLED_SECU_SSMODE1: ASN1 Fatal error in Paging msg

parent 77d51086
......@@ -1569,11 +1569,9 @@ static void sys_handle_paging_req(struct PagingTrigger_Type *pagingRequest, ss_s
break;
case SQN_PagingUE_Identity_imsi:
p_record_msg->ue_paging_identity.presenceMask = UE_PAGING_IDENTITY_imsi;
memcpy(&(p_record_msg->ue_paging_identity.choice.imsi),
&(p_sdl_msg->ue_Identity.v.imsi),
sizeof(s1ap_imsi_t));
break;
p_record_msg->ue_paging_identity.choice.imsi.length = p_sdl_msg->ue_Identity.v.imsi.d;
memcpy(&(p_record_msg->ue_paging_identity.choice.imsi.buffer[0]),p_sdl_msg->ue_Identity.v.imsi.v, p_sdl_msg->ue_Identity.v.imsi.d);
break;
case SQN_PagingUE_Identity_ng_5G_S_TMSI_r15:
case SQN_PagingUE_Identity_fullI_RNTI_r15:
case SQN_PagingUE_Identity_UNBOUND_VALUE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment