BSC_Tests.cfg for SCCPlite: adjust cfg for multiple MSCs

Forgot to also adjust the SCCPlite structure in previous commit
c7b52048e6, which broke SCCPlite testing.

Change-Id: I923e398ccd4bdd31c8325de1a850fe4c3236db79
This commit is contained in:
Neels Hofmeyr 2020-05-13 02:59:38 +02:00
parent c7b52048e6
commit 7a8e34981c
1 changed files with 11 additions and 9 deletions

View File

@ -13,15 +13,17 @@ BSC_Tests.mp_bsc_ip := "172.18.12.20";
BSC_Tests.mp_test_ip := "172.18.12.203";
BSC_Tests.mp_enable_osmux_test := true;
BSC_Tests.mp_bssap_cfg := {
transport := BSSAP_TRANSPORT_SCCPlite_SERVER,
sccp_service_type := "mtp3_itu",
sctp_addr := { 5000, "172.18.12.203", -1, "" },
own_pc := 185,
own_ssn := 254,
peer_pc := 187,
peer_ssn := 254,
sio := '83'O,
rctx := 0
{
transport := BSSAP_TRANSPORT_SCCPlite_SERVER,
sccp_service_type := "mtp3_itu",
sctp_addr := { 5000, "172.18.12.203", -1, "" },
own_pc := 185, /* 0.23.1 first MSC emulation */
own_ssn := 254,
peer_pc := 187, /* 0.23.3 osmo-bsc */
peer_ssn := 254,
sio := '83'O,
rctx := 0
}
};
[MAIN_CONTROLLER]