Change addressing configuration to match libosmo-sigtran m3ua_test
diff --git a/SCCP_Test/SCCP_Testcases.ttcn b/SCCP_Test/SCCP_Testcases.ttcn
index 0cf1c7a..b659fc6 100644
--- a/SCCP_Test/SCCP_Testcases.ttcn
+++ b/SCCP_Test/SCCP_Testcases.ttcn
@@ -194,7 +194,7 @@
           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 @@
           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,