ttcn3-msc-test: Update MSC_Tests.cfg (moduleparm changes)

This commit is contained in:
Harald Welte 2018-02-14 10:08:01 +01:00
parent edcda6b2f3
commit d0fa0b0c41
1 changed files with 9 additions and 3 deletions

View File

@ -32,9 +32,15 @@ LoggerPlugins := { JUnitLogger := "libjunitlogger2" }
[MODULE_PARAMETERS] [MODULE_PARAMETERS]
M3UA_Emulation.tsp_logVerbose := true; M3UA_Emulation.tsp_logVerbose := true;
# connection to STP # connection to STP
BSSAP_Adapter.mp_own_pc := 193; /* 0.23.3 */ MSC_Tests.mp_bssap_cfg := {
BSSAP_Adapter.mp_peer_pc := 185; /* 0.23.1 */ sccp_service_type := "mtp3_itu",
BSSAP_Adapter.mp_sctp_addr := { 23906, "172.18.1.103", 2905, "172.18.1.200" }; sctp_addr := { 23906, "172.18.1.103", 2905, "172.18.1.200" },
own_pc := 193, /* 0.23.3 */
own_ssn := 254,
peer_pc := 185, /* 0.23.1 */
peer_ssn := 254,
sio := '83'O
};
# VTY prompt prefix # VTY prompt prefix
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoMSC"; Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoMSC";
# remote (IUT) side # remote (IUT) side