bsc: Ensure osmo-bsc.fg + BSC_Tests_CBSP.ttcn defaults match

We want to make sure that the tests + config match

Change-Id: I9d6ed0aed34bb983c8db225c7762ceffa642decd
This commit is contained in:
Harald Welte 2020-03-30 20:13:32 +02:00 committed by laforge
parent 36aa07cb89
commit 49a61e66cb
2 changed files with 16 additions and 12 deletions

View File

@ -42,14 +42,14 @@ modulepar {
integer mp_cbc_port := 48049;
integer mp_bsc_cbsp_port := 48050;
/* BTS 0: 262-42-1-0 with CBCH
* BTS 1: 262-42-1-1 with CBCH
* BTS 2: 262-42-2-1 with CBCH
* BTS 3: 262-42-2-3 without CBCH */
GsmCgiAbstract mp_cgi_bts0 := { '262'H, '42'H, 1, 0 };
GsmCgiAbstract mp_cgi_bts1 := { '262'H, '42'H, 1, 1 };
GsmCgiAbstract mp_cgi_bts2 := { '262'H, '42'H, 2, 1 };
GsmCgiAbstract mp_cgi_bts3 := { '262'H, '42'H, 2, 3 };
/* BTS 0: 001-01-1-0 with CBCH
* BTS 1: 001-01-1-1 with CBCH
* BTS 2: 001-01-2-1 with CBCH
* BTS 3: 001-01-2-3 without CBCH */
GsmCgiAbstract mp_cgi_bts0 := { '001'H, '01'H, 1, 0 };
GsmCgiAbstract mp_cgi_bts1 := { '001'H, '01'H, 1, 1 };
GsmCgiAbstract mp_cgi_bts2 := { '001'H, '01'H, 2, 1 };
GsmCgiAbstract mp_cgi_bts3 := { '001'H, '01'H, 2, 3 };
}
private type record GsmCgiAbstract {

View File

@ -134,7 +134,7 @@ network
max_power_red 20
rsl e1 tei 0
timeslot 0
phys_chan_config CCCH+SDCCH4
phys_chan_config CCCH+SDCCH4+CBCH
hopping enabled 0
timeslot 1
phys_chan_config TCH/F
@ -224,7 +224,7 @@ network
max_power_red 20
rsl e1 tei 0
timeslot 0
phys_chan_config CCCH+SDCCH4
phys_chan_config CCCH+SDCCH4+CBCH
hopping enabled 0
timeslot 1
phys_chan_config TCH/F
@ -314,7 +314,7 @@ network
max_power_red 20
rsl e1 tei 0
timeslot 0
phys_chan_config CCCH+SDCCH4
phys_chan_config CCCH+SDCCH4+CBCH
hopping enabled 0
timeslot 1
phys_chan_config TCH/F
@ -341,7 +341,7 @@ network
type sysmobts
band DCS1800
cell_identity 3
location_area_code 3
location_area_code 2
# re-use bts 2's ARFCN 871 and BSIC 12 (to test handover config)
base_station_id_code 12
trx 0
@ -387,3 +387,7 @@ bsc
mid-call-timeout 0
no missing-msc-text
access-list-name bsc-list
cbc
remote-ip 127.0.0.1
remote-port 48049
listen-port 48050