Merge remote-tracking branch 'origin/issue-920-fix-crash-sctp' into integration_2025_w12 (!3315)
SCTP: avoid assert on partial SCTP message The receive buffer for SCTP, before this branch, is 8192. If a message is larger, we receive only a partial message, which makes the gNB abort. Remove the abort to not be susceptible to a message intended to crash the gNB. also, increase the receive buffer to be more forgiving for large messages Closes: #920
Showing
Please register or sign in to comment