aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/BSC_Tests.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-03-30 17:27:49 +0200
committerHarald Welte <laforge@osmocom.org>2020-03-30 20:00:31 +0200
commitcf2e72b6e7ae17a85b32d35e0b29b38889b3d9a3 (patch)
treeff3a3053e7a72587ebf9d3f072865b0d03390a3d /ttcn3-bsc-test/BSC_Tests.cfg
parent1bccbb8a6682ad74fe0d635d33890a2ad0e6656e (diff)
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
Diffstat (limited to 'ttcn3-bsc-test/BSC_Tests.cfg')
-rw-r--r--ttcn3-bsc-test/BSC_Tests.cfg5
1 files changed, 5 insertions, 0 deletions
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 @@ 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