• Robert Schmidt's avatar
    SCTP: avoid assert on partial SCTP message · ec60cc95
    Robert Schmidt authored
    The receive buffer for SCTP, as of this commit, 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.
    
    Closes: #920
    ec60cc95
sctp_eNB_task.c 36.7 KB