pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40300?usp=email )
Change subject: sccp_scoc.c: Log SCRC Routing Failure return cause
......................................................................
sccp_scoc.c: Log SCRC Routing Failure return cause
Change-Id: I75ce13de26c443ca5b496a00618f44e82fcf1cfa
---
M src/sccp_scoc.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/00/40300/1
diff --git a/src/sccp_scoc.c b/src/sccp_scoc.c
index 4086d34..48c0845 100644
--- a/src/sccp_scoc.c
+++ b/src/sccp_scoc.c
@@ -1577,7 +1577,8 @@
uint32_t conn_id;
struct sccp_connection *conn;
- LOGPSCI(inst, LOGL_NOTICE, "SCRC Routing Failure for message %s\n",
+ LOGPSCI(inst, LOGL_NOTICE, "SCRC Routing Failure (%s) for message %s\n",
+ osmo_sccp_return_cause_name(return_cause),
xua_hdr_dump(xua, &xua_dialect_sua));
/* try to dispatch to connection FSM (if any) */
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/40300?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: I75ce13de26c443ca5b496a00618f44e82fcf1cfa
Gerrit-Change-Number: 40300
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>