laforge has submitted this change. ( 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(-)
Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/src/sccp_scoc.c b/src/sccp_scoc.c index 4165ca0..c977110 100644 --- a/src/sccp_scoc.c +++ b/src/sccp_scoc.c @@ -1603,7 +1603,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) */