Skip to content
Success

Changes

Summary

  1. sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages) (details)
Commit c45aa8f5716ac8059b6dce69f5679a3c7773223c by Pau Espin Pedrol
sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages)

ITU Q.714 2.8:
"""
When an end node is informed of a routing failure, this information
is forwarded towards the SCCP user by using the N-DISCONNECT primitive
(refer to reason for release in 2.1.1.2.4/Q.711) or the N-NOTICE primitive
(refer to reason for return in 2.2.2.2.4/Q.711)
"""

We are already handling N-DISCONNECT.ind for CO messages, but
N-NOTICE.ind for CL messages was not being handled.

If CL messages are not arriving to the Lb peer, then reset the link
and mark the peer as disconnected, until a new RESET can successfully fo
through.

Related: OS#5917
Change-Id: I4bfea43a99c768162faefde06558941f697bd718
The file was modifiedsrc/osmo-smlc/sccp_lb_inst.c