Change addressing configuration to match libosmo-sigtran m3ua_test

This commit is contained in:
Harald Welte 2017-04-12 12:18:28 +02:00
parent 0872b68e53
commit d69f34514e
2 changed files with 8 additions and 8 deletions

View File

@ -28,21 +28,21 @@ M3UA_Emulation.tsp_M3UA_Server_Mode := false;
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

View File

@ -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,