Skip to content

Commit

Permalink
[UPF] N4: Remove unnecessary assert (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin committed Jun 29, 2022
1 parent 52d5c61 commit b5956e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/upf/n4-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit b5956e5

Please sign in to comment.