[MERGED] docker-playground[master]: bsc + msc: Add missing BSSAP_Configuration.transport field

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Apr 23 20:12:21 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: bsc + msc: Add missing BSSAP_Configuration.transport field
......................................................................


bsc + msc: Add missing BSSAP_Configuration.transport field

After merging Change-Id: Ie844c4de62e0ef5d5c4c366185968211a7f6d676
in osmo-ttcn3-hacks, the module parameters for BSSAP configuration
require one extra argument.

Change-Id: I2a0011bc6f7bdf013005d1ea36da591673344eed
Related: OS#2544
---
M ttcn3-bsc-test/BSC_Tests.cfg
M ttcn3-msc-test/MSC_Tests.cfg
2 files changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 29cca8c..5f29a27 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -12,6 +12,7 @@
 BSC_Tests.mp_bsc_ip   := "172.18.2.20";
 BSC_Tests.mp_test_ip   := "172.18.2.203";
 BSC_Tests.mp_bssap_cfg := {
+	transport := BSSAP_TRANSPORT_AoIP,
 	sccp_service_type := "mtp3_itu",
 	sctp_addr := { 23905, "172.18.2.203", 2905, "172.18.2.200" },
 	own_pc := 185,
diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index 72fc1c6..2ce2b8c 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -11,6 +11,7 @@
 # connection to STP
 MSC_Tests.mp_bssap_cfg := {
 	{
+		transport := BSSAP_TRANSPORT_AoIP,
 		sccp_service_type := "mtp3_itu",
 		sctp_addr := { 23906, "172.18.1.103", 2905, "172.18.1.200" },
 		own_pc := 193,	/* 0.24.1 */
@@ -21,6 +22,7 @@
 		rctx := 0
 	},
 	{
+		transport := BSSAP_TRANSPORT_AoIP,
 		sccp_service_type := "mtp3_itu",
 		sctp_addr := { 23907, "172.18.1.103", 2905, "172.18.1.200" },
 		own_pc := 194,	/* 0.24.2 */

-- 
To view, visit https://gerrit.osmocom.org/7865
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2a0011bc6f7bdf013005d1ea36da591673344eed
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list