Commit be8d63c3 authored by Raphael Defosseux's avatar Raphael Defosseux

fix(sctp): simple fix for SCTP NG deconnection / shutdown

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 2e3e5ba2
......@@ -225,7 +225,7 @@ int sctp_server::sctp_read_from_socket(int sd, uint32_t ppid) {
//------------------------------------------------------------------------------
int sctp_server::sctp_handle_com_down(sctp_assoc_id_t assoc_id) {
app_->handle_sctp_shutdown(assoc_id);
return 0;
return SCTP_RC_DISCONNECT;
}
//------------------------------------------------------------------------------
......
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