pespin has uploaded this change for review.

View Change

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,

To view, visit change 40686. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I1a2390f5e5f8168093e281611a8aab905bf1d511
Gerrit-Change-Number: 40686
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>