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 <lafo...@gnumonks.org>