[UPF] N4: Remove unnecessary assert (#1634)

This commit is contained in:
Pau Espin 2022-06-29 04:10:43 +02:00 committed by GitHub
parent 52d5c61794
commit b5956e5596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -467,11 +467,7 @@ void upf_n4_handle_session_deletion_request(
OGS_PFCP_CAUSE_SESSION_CONTEXT_NOT_FOUND, 0);
return;
}
ogs_assert(sess);
upf_pfcp_send_session_deletion_response(xact, sess);
upf_sess_remove(sess);
}