[PATCH] libosmo-sccp[master]: SCRC: Print NOTICE log message if we attempt to use (missing...

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.org
Tue Apr 11 20:15:21 UTC 2017


Review at  https://gerrit.osmocom.org/2297

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/97/2297/1

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: newchange
Gerrit-Change-Id: I4dc954cc3f10860dea518f95e53f72c6a9a3de95
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list