From 0a224539d98a4396932f2e1bc34a50dcfbb8c85b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 28 Jan 2012 14:43:52 +0100 Subject: [PATCH] sccp_routing: make sure route_cr_or_connectionless() actually terminates --- src/sccp_routing.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sccp_routing.erl b/src/sccp_routing.erl index f9a331c..6b1a140 100644 --- a/src/sccp_routing.erl +++ b/src/sccp_routing.erl @@ -225,13 +225,13 @@ route_cr_connless(Mtp3Msg, SccpMsg) when is_record(SccpMsg, sccp_msg) -> % Optional screening function % GTT needs to be performed ok - end, + end. % FIXME: handle UDTS/XUDTS/LUDTS messages (RI=0 check) of C.1/Q.714 (1/12) % FIXME: handle translation already performed == yes) case of C.1/Q.714 (1/12) - route_main(SccpMsg), + %route_main(SccpMsg), %LsName = ss7_routes:route_dpc(), - LsName = undefined, - {remote, SccpMsg, LsName}. + %LsName = undefined, + %{remote, SccpMsg, LsName}. % CR or connectionless message, coming in from MTP