neels has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/18849 )

Change subject: BSC_Tests.cfg for SCCPlite: adjust cfg for multiple MSCs
......................................................................

BSC_Tests.cfg for SCCPlite: adjust cfg for multiple MSCs

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

Change-Id: I923e398ccd4bdd31c8325de1a850fe4c3236db79
---
M ttcn3-bsc-test/sccplite/BSC_Tests.cfg
1 file changed, 11 insertions(+), 9 deletions(-)

Approvals:
  neels: Looks good to me, approved; Verified



diff --git a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg 
b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
index 6b72eec..5e0485c 100644
--- a/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/sccplite/BSC_Tests.cfg
@@ -13,15 +13,17 @@
 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]

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/18849
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I923e398ccd4bdd31c8325de1a850fe4c3236db79
Gerrit-Change-Number: 18849
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofm...@sysmocom.de>
Gerrit-Reviewer: neels <nhofm...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to