From d69f34514eefcf88d27b9c0f944d271777c427d2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 12 Apr 2017 12:18:28 +0200 Subject: Change addressing configuration to match libosmo-sigtran m3ua_test --- SCCP_Test/SCCP_Testcases.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SCCP_Test/SCCP_Testcases.ttcn') diff --git a/SCCP_Test/SCCP_Testcases.ttcn b/SCCP_Test/SCCP_Testcases.ttcn index 0cf1c7a0..b659fc6b 100644 --- a/SCCP_Test/SCCP_Testcases.ttcn +++ b/SCCP_Test/SCCP_Testcases.ttcn @@ -194,7 +194,7 @@ function setAddresses_gti0001() runs on MTC_CT pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0001'B, - routingIndicator := '0'B + routingIndicator := '1'B },//addressIndicator signPointCode := SCCP_SPC_int2bit(tsp_remote_SPC, tsp_sccp_serviceType, tsp_SIO), // see SCCP.ttcn subsystemNumber := tsp_SSN, @@ -212,7 +212,7 @@ function setAddresses_gti0001() runs on MTC_CT pointCodeIndic := '1'B, ssnIndicator := '1'B, globalTitleIndic := '0001'B, - routingIndicator := '0'B + routingIndicator := '1'B },//addressIndicator signPointCode := SCCP_SPC_int2bit(tsp_own_SPC, tsp_sccp_serviceType, tsp_SIO), // see SCCP.ttcn subsystemNumber := tsp_SSN, -- cgit v1.2.3