Change in docker-playground[master]: bsc: 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 15 02:50:49 UTC 2020


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

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

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

Notably LCS tests are still disabled, just routing BSSMAP-LE/SCCP via STP to
the virtual SMLC is now possible.

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

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



diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 6e527ff..9460f47 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -50,6 +50,16 @@
 	}
 };
 BSC_Tests.mp_enable_lcs_tests := false;
+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: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201015/1cd351cb/attachment.htm>


More information about the gerrit-log mailing list