Skip to content

Commit

Permalink
[SMF] Gy: Tear down session when CCR-Update is rejected by OCS
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin committed Mar 19, 2024
1 parent f66c65b commit 5a0d60e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/smf/gy-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ void smf_gy_handle_cca_update_request(
if (gy_message->result_code != ER_DIAMETER_SUCCESS) {
ogs_warn("Gy CCA Update Diameter failure: res=%u err=%u",
gy_message->result_code, *gy_message->err);
// TODO: generate new gtp_xact from sess here? */
//ogs_assert(OGS_OK ==
// smf_epc_pfcp_send_session_deletion_request(sess, gtp_xact));
ogs_assert(OGS_OK ==
smf_epc_pfcp_send_session_deletion_request(sess, NULL));
return;
}

Expand Down

0 comments on commit 5a0d60e

Please sign in to comment.