Commit 551751d3 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix ue statistic information to avoid confusion

parent d0392a27
......@@ -754,7 +754,7 @@ void amf_n1::identity_response_handle(
stacs.update_ue_info(ueItem);
set_5gmm_state(nc, _5GMM_COMMON_PROCEDURE_INITIATED);
stacs.display();
// stacs.display();
string supi = "imsi-" + nc.get()->imsi;
Logger::amf_n1().debug(
......@@ -1084,7 +1084,7 @@ void amf_n1::registration_request_handle(
stacs.update_ue_info(ueItem);
set_5gmm_state(nc, _5GMM_COMMON_PROCEDURE_INITIATED);
stacs.display();
// stacs.display();
string supi = "imsi-" + nc.get()->imsi;
Logger::amf_n1().debug(
......
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