pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40686?usp=email )
Change subject: sccp: MTP-TRANSFER.req: Allow dpc 0.0.0 ......................................................................
sccp: MTP-TRANSFER.req: Allow dpc 0.0.0
Change-Id: I1a2390f5e5f8168093e281611a8aab905bf1d511 --- M src/sccp_scrc.c 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/86/40686/1
diff --git a/src/sccp_scrc.c b/src/sccp_scrc.c index e28e584..4f9996a 100644 --- a/src/sccp_scrc.c +++ b/src/sccp_scrc.c @@ -161,11 +161,6 @@
if (called->presence & OSMO_SCCP_ADDR_T_PC) xua->mtp.dpc = called->pc; - if (!xua->mtp.dpc) { - LOGPSCI(inst, LOGL_ERROR, "MTP-TRANSFER.req from SCCP without DPC?!? called=%s\n", - osmo_sccp_addr_dump(called)); - return -1; - }
rtlabel = (struct osmo_ss7_route_label){ .opc = xua->mtp.opc,