Skip to content

Commit

Permalink
[sgwc] teardown sess if pfcp errors-out (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersevilla committed Jan 24, 2024
1 parent 5494612 commit 6c3c9f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sgwc/sxa-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,9 @@ void sgwc_sxa_handle_session_deletion_response(
ogs_gtp_send_error_message(
gtp_xact, teid, gtp_message->h.type, cause_value);
}
if (sess) {
sgwc_sess_remove(sess);
}
return;
}

Expand Down

0 comments on commit 6c3c9f7

Please sign in to comment.