Change in docker-playground[master]: ttcn3-bsc-tests: enable Lb routing between BSC <-> virtual SMLC

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/.

neels gerrit-no-reply at lists.osmocom.org
Thu Oct 1 05:03:56 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/20376 )


Change subject: ttcn3-bsc-tests: enable Lb routing between BSC <-> virtual SMLC
......................................................................

ttcn3-bsc-tests: enable Lb routing between BSC <-> virtual SMLC

Change-Id: Ic296291886ce18fd3ff34d45c519de605ba827cc
---
M ttcn3-bsc-test/BSC_Tests.cfg
M ttcn3-bsc-test/osmo-stp.cfg
2 files changed, 20 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/76/20376/1

diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index c1a5b81..74e74b6 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -49,6 +49,16 @@
 		rctx := 3
 	}
 };
+BSC_Tests.mp_bssap_le_cfg := {
+	sccp_service_type := "mtp3_itu",
+	sctp_addr := { 23908, "172.18.2.203", 2905, "172.18.2.200" },
+	own_pc := 190,	/* 0.23.6 SMLC emulation */
+	own_ssn := 252,	/* SMLC side SSN */
+	peer_pc := 187, /* 0.23.3 osmo-bsc */
+	peer_ssn := 250, /* BSC side SSN */
+	sio := '83'O,
+	rctx := 6
+};
 BSC_Tests_CBSP.mp_cgi_bts0 := { '001'H, '01'H, 1, 0 };
 BSC_Tests_CBSP.mp_cgi_bts1 := { '001'H, '01'H, 1, 1 };
 BSC_Tests_CBSP.mp_cgi_bts2 := { '001'H, '01'H, 2, 1 };
diff --git a/ttcn3-bsc-test/osmo-stp.cfg b/ttcn3-bsc-test/osmo-stp.cfg
index 764df58..b3b136e 100644
--- a/ttcn3-bsc-test/osmo-stp.cfg
+++ b/ttcn3-bsc-test/osmo-stp.cfg
@@ -66,10 +66,20 @@
   asp virt-msc2-0
   routing-key 3 0.0.3
 
+ asp virt-smlc-0 23908 2905 m3ua
+  local-ip 172.18.2.200
+  local-ip fd02:db8:2::200
+  remote-ip 172.18.2.203
+  remote-ip fd02:db8:2::203
+ as virt-smlc m3ua
+  asp virt-smlc-0
+  routing-key 6 0.23.6
+
  route-table system
   update route 0.23.1 7.255.7 linkset virt-msc0
   update route 0.0.2 7.255.7 linkset virt-msc1
   update route 0.0.3 7.255.7 linkset virt-msc2
+  update route 0.23.6 7.255.7 linkset virt-smlc
  listen m3ua 2905
   accept-asp-connections dynamic-permitted
   local-ip 172.18.2.200

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic296291886ce18fd3ff34d45c519de605ba827cc
Gerrit-Change-Number: 20376
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201001/2cb0a0ba/attachment.htm>


More information about the gerrit-log mailing list