Commit 57f7e60c authored by Vaibhav Shrivastava's avatar Vaibhav Shrivastava

9.2.1.1.2 test case fix Changes

parent 26ec3a6f
......@@ -1319,9 +1319,10 @@ static void sys_handle_paging_req(struct PagingTrigger_Type *pagingRequest, ss_s
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));
p_record_msg->ue_paging_identity.choice.imsi.length = p_sdl_msg->ue_Identity.v.imsi.d;
for(int j=0;j<p_record_msg->ue_paging_identity.choice.imsi.length;j++) {
p_record_msg->ue_paging_identity.choice.imsi.buffer[j] = p_sdl_msg->ue_Identity.v.imsi.v[j];
}
break;
case SQN_PagingUE_Identity_ng_5G_S_TMSI_r15:
case SQN_PagingUE_Identity_fullI_RNTI_r15:
......
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