From cf2e72b6e7ae17a85b32d35e0b29b38889b3d9a3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 30 Mar 2020 17:27:49 +0200 Subject: [PATCH] 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 --- ttcn3-bsc-test/BSC_Tests.cfg | 5 +++++ ttcn3-bsc-test/osmo-bsc.cfg | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg index 4a08617d..a27d0994 100644 --- a/ttcn3-bsc-test/BSC_Tests.cfg +++ b/ttcn3-bsc-test/BSC_Tests.cfg @@ -23,9 +23,14 @@ BSC_Tests.mp_bssap_cfg := { 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 4f8fdc29..ba3676c0 100644 --- a/ttcn3-bsc-test/osmo-bsc.cfg +++ b/ttcn3-bsc-test/osmo-bsc.cfg @@ -400,3 +400,8 @@ bsc 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