This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: SCRC: Print NOTICE log message if we attempt to use (missing) GT routing
......................................................................
SCRC: Print NOTICE log message if we attempt to use (missing) GT routing
Change-Id: I4dc954cc3f10860dea518f95e53f72c6a9a3de95
---
M src/sccp_scrc.c
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified
diff --git a/src/sccp_scrc.c b/src/sccp_scrc.c
index f9df075..4491ce6 100644
--- a/src/sccp_scrc.c
+++ b/src/sccp_scrc.c
@@ -267,6 +267,7 @@
 	if (translated.ri != OSMO_SCCP_RI_SSN_PC &&
 	    translated.ri != OSMO_SCCP_RI_SSN_IP) {
 		/* TODO: GT Routing */
+		LOGP(DLSCCP, LOGL_NOTICE, "GT Routing not implemented yet\n");
 		/* Node 7 (Sheet 5) */
 		return scrc_node_7(inst, xua, called);
 	}
-- 
To view, visit https://gerrit.osmocom.org/2297
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4dc954cc3f10860dea518f95e53f72c6a9a3de95
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder