Commit a3f0eb72 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Fix typo

parent a2081e43
......@@ -1366,7 +1366,7 @@ void amf_n2::handle_itti_message(itti_ue_context_release_complete& itti_msg) {
if (nc != nullptr) {
// Do nothing in case of old NAS Context (Service Request handling)
if (nc->old_amf_ue_ngap_id == INVALID_AMF_UE_NGAP_ID) {
if (nc->old_amf_ue_ngap_id != INVALID_AMF_UE_NGAP_ID) {
Logger::amf_n2().debug("UE Context Release Complete for the old context");
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