• Robert Schmidt's avatar
    F1AP: Handle SCTP communication lost · ba0b63fe
    Robert Schmidt authored
    It can happen that SCTP communication is simply lost, e.g.
    
      [SCTP]   SCTP_ASSOC_CHANGE to SCTP_COMM_LOST
      [SCTP]   sctp_recvmsg (fd 104, len -1 ): Connection reset by peer:104
    
    The previous code only handled the SHUTDOWN event, but in abnormal
    situations, we should also handle the connection state change and signal
    to RRC that the endpoint is dead, which is now implemented.
    ba0b63fe
f1ap_cu_task.c 9.29 KB