diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index 1c02cb642..22c94d4d1 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -70,7 +70,7 @@ const float T3101_MAX := 12.0; /* make sure to sync this with the osmo-bts.cfg you're using */ const integer NUM_TCHH_PER_BTS := 2; const integer NUM_TCHF_PER_BTS := 4; -const integer NUM_SDCCH_PER_BTS := 4; +const integer NUM_SDCCH_PER_BTS := 3; /* per-BTS state which we keep */ @@ -267,7 +267,24 @@ template SystemInformationConfig SystemInformationConfig_default := { re_not_allowed := true, acc := '0000010000000000'B }, - cbch_chan_desc := omit, + cbch_chan_desc := { + iei := '64'O, + v := { + chan_nr := { + u := { + sdcch4 := { + tag := '001'B, + sub_chan := 2 + } + }, + tn := 0 + }, + tsc := 2, + h := false, + arfcn := 871, + maio_hsn := omit + } + }, cbch_mobile_alloc := omit, rest_octets := { sel_params := { diff --git a/bsc/osmo-bsc.cfg b/bsc/osmo-bsc.cfg index a4c767a6b..cbadece53 100644 --- a/bsc/osmo-bsc.cfg +++ b/bsc/osmo-bsc.cfg @@ -140,7 +140,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 @@ -230,7 +230,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 @@ -320,7 +320,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