pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40687?usp=email )
Change subject: sccp: MTP-TRANSFER.req: Trigger Routing Failure if no route available
......................................................................
sccp: MTP-TRANSFER.req: Trigger Routing Failure if no route available
Change-Id: I78b3ae84b5844d91d0c20e78df0bb1e792426f17
---
M src/sccp_scrc.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/87/40687/1
diff --git a/src/sccp_scrc.c b/src/sccp_scrc.c
index 4f9996a..ecd2a78 100644
--- a/src/sccp_scrc.c
+++ b/src/sccp_scrc.c
@@ -173,6 +173,7 @@
char buf[256];
LOGPSCI(inst, LOGL_ERROR, "MTP-TRANSFER.req from SCCP for %s: no route!\n",
ss7_route_label_to_str(buf, sizeof(buf), inst->ss7, &rtlabel));
+ sccp_rout_fail_enqueue(inst, xua, SCCP_RETURN_CAUSE_MTP_FAILURE, xua->hdr.msg_class
== SUA_MSGC_CO);
return -1;
}
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40687?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I78b3ae84b5844d91d0c20e78df0bb1e792426f17
Gerrit-Change-Number: 40687
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>