Change addressing configuration to match libosmo-sigtran m3ua_test
diff --git a/SCCP_Test/SCCP_Testcases.cfg b/SCCP_Test/SCCP_Testcases.cfg
index ce35486..5ba8c60 100644
--- a/SCCP_Test/SCCP_Testcases.cfg
+++ b/SCCP_Test/SCCP_Testcases.cfg
@@ -28,21 +28,21 @@
 SCCP_Testcases.tsp_address :=
 {
   local_sctp_port   := 2905,
-  local_ip_addr  := "10.6.70.19",
+  local_ip_addr  := "127.0.0.1",
   remote_sctp_port  := 2905,
-  remote_ip_addr := "159.107.193.33"
+  remote_ip_addr := "127.0.0.2"
 }
 
 
 SCCP_Testcases.tsp_own_GT := '14377760'H
 SCCP_Testcases.tsp_remote_GT := '14375760'H
-SCCP_Testcases.tsp_SSN := 8 //8:MSC 5:MAP see 3.4.2.2/Q.713
+SCCP_Testcases.tsp_SSN := 1 //8:MSC 5:MAP see 3.4.2.2/Q.713
 SCCP_Testcases.tsp_SIO := '83'O //SCCP national
-SCCP_Testcases.tsp_own_SPC := 2351
-SCCP_Testcases.tsp_remote_SPC := 2300// max value on 14 bits
+SCCP_Testcases.tsp_own_SPC := 23
+SCCP_Testcases.tsp_remote_SPC := 1// max value on 14 bits
 SCCP_Testcases.tsp_SLS := 0
 #[tsp_sccp_serviceType := "mtp3_itu" |"mtp3b_itu"|"mtp3_ansi"|"mtp3b_ansi"|  "mtp3b_tcc"]
-SCCP_Testcases.tsp_sccp_serviceType := "mtp3_ttc"
+SCCP_Testcases.tsp_sccp_serviceType := "mtp3_itu"
 
 #for mtp3_itu/gti0011 or mtp3_ansi/gti0001 :
 #tsp_translationType := 7
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,