Commit cc787054 authored by prostako's avatar prostako

comment out PURGED scenario of Loss of Connectivity

parent b47c9e6a
......@@ -3094,11 +3094,12 @@ void amf_n1::ue_initiate_de_registration_handle(
supi.c_str());
event_sub.ue_loss_of_connectivity(supi, DEREGISTERED, 1, ran_ue_ngap_id, amf_ue_ngap_id);
// TODO: put once this scenario is implemented
// Trigger UE Loss of Connectivity Status Notify
Logger::amf_n1().debug(
"Signal the UE Loss of Connectivity Event notification for SUPI %s",
supi.c_str());
event_sub.ue_loss_of_connectivity(supi, PURGED, 1, ran_ue_ngap_id, amf_ue_ngap_id);
// Logger::amf_n1().debug(
// "Signal the UE Loss of Connectivity Event notification for SUPI %s",
// supi.c_str());
// event_sub.ue_loss_of_connectivity(supi, PURGED, 1, ran_ue_ngap_id, amf_ue_ngap_id);
if (nc.get()->is_stacs_available) {
stacs.update_5gmm_state(nc.get()->imsi, "5GMM-DEREGISTERED");
......
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