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]
M3UA_Emulation.tsp_logVerbose := true;
# connection to STP
BSSAP_Adapter.mp_own_pc := 193; /* 0.23.3 */
BSSAP_Adapter.mp_peer_pc := 185; /* 0.23.1 */
BSSAP_Adapter.mp_sctp_addr := { 23906, "172.18.1.103", 2905, "172.18.1.200" };
MSC_Tests.mp_bssap_cfg := {
sccp_service_type := "mtp3_itu",
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
Osmocom_VTY_Functions.mp_prompt_prefix := "OsmoMSC";
# remote (IUT) side