pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/38551?usp=email )
Change subject: WIP: sccp: Send RELRE when CREQ is refused by peer ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1: This is current failing due to
File src/sccp_scoc.c:
https://gerrit.osmocom.org/c/libosmo-sigtran/+/38551/comment/f321e062_4df083... : PS1, Line 1091: xua_gen_relre_and_send(conn, SCCP_RELEASE_CAUSE_REMOTE_PROCEDURE_ERROR, NULL); This is currently failing due to:
sccp_scrc_rx_scoc_conn_msg: HDR=(CO:RELRE,V=0,LEN=0), PART(T=Routing Context,L=4,D=00000000), PART(T=Destination Reference,L=4,D=00000000), PART(T=Source Reference,L=4,D=00000001), PART(T=SCCP Cause,L=4,D=00000304) MTP-TRANSFER.req from SCCP without DPC?!? called=RI=0
The CREF we receive (at least in my test, need to check in deployed peer) contains no Calling/Called Address, so our stack is somehow probably not setting the DPC in the conn object.