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
This commit is contained in:
Harald Welte 2020-03-30 17:27:49 +02:00
parent 1bccbb8a66
commit cf2e72b6e7
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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