Change in docker-playground[master]: ttcn3-bsc-test: Enable CBSP tests

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

laforge gerrit-no-reply at lists.osmocom.org
Mon Mar 30 18:01:06 UTC 2020


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

Change subject: ttcn3-bsc-test: Enable CBSP tests
......................................................................

ttcn3-bsc-test: Enable CBSP tests

for some strange reason, the tests developed + merged in September 2019
are not yet automatically executed.  Let's fix that.

"latest" should work fine, the BSC side code was already present in 1.6.0

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

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



diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 4a08617..a27d099 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -23,9 +23,14 @@
 	sio := '83'O,
 	rctx := 1
 };
+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 };
+BSC_Tests_CBSP.mp_cgi_bts3 := { '001'H, '01'H, 3, 3 };
 
 [MAIN_CONTROLLER]
 
 [EXECUTE]
 BSC_Tests.control
 BSC_Tests_LCLS.control
+BSC_Tests_CBSP.control
diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg
index 4f8fdc2..ba3676c 100644
--- a/ttcn3-bsc-test/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/osmo-bsc.cfg
@@ -400,3 +400,8 @@
  access-list-name bsc-list
 ctrl
  bind 0.0.0.0
+cbc
+ remote-ip 172.18.2.203
+ remote-port 48049
+ listen-ip 172.18.2.20
+ listen-port 48050

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4408265d1be900359256f5cab553893d03cc8362
Gerrit-Change-Number: 17677
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20200330/ec6dce30/attachment.htm>


More information about the gerrit-log mailing list