Commit 076411c2 authored by yangjian's avatar yangjian

fix paging bug

parent 8764fb14
......@@ -203,7 +203,6 @@ void amf_app::handle_itti_message(
paging_msg->ran_ue_ngap_id = itti_msg.ran_ue_ngap_id;
paging_msg->amf_ue_ngap_id = itti_msg.amf_ue_ngap_id;
paging_msg->plmn = itti_msg.plmn;
std::shared_ptr<itti_paging> i =
std::shared_ptr<itti_paging>(paging_msg);
......
......@@ -465,6 +465,7 @@ void amf_n2::handle_itti_message(itti_initial_ue_message& init_ue_msg) {
if (init_ue_msg.initUeMsg->getUserLocationInfoNR(cgi, tai)) {
itti_msg->cgi = cgi;
itti_msg->tai = tai;
unc.get()->tai = tai;
} else {
Logger::amf_n2().error("Missing Mandatory IE UserLocationInfoNR");
return;
......
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