docker-playground/ttcn3-bts-test/osmo-bsc.cfg

248 lines
5.4 KiB
INI
Raw Normal View History

2018-03-01 14:05:15 +00:00
!
! OsmoBSC (1.1.2.236-5f22) configuration saved from vty
!!
password foo
!
log gsmtap 172.18.9.10
logging level set-all debug
logging filter all 1
!
log stderr
logging filter all 1
logging color 1
logging print category 1
logging timestamp 1
logging print extended-timestamp 1
logging print file 1
logging level set-all notice
logging level rll info
logging level rsl debug
logging level msc debug
logging level filter debug
logging level pcu debug
logging level lctrl info
logging level lsccp info
2018-03-01 14:05:15 +00:00
!
stats interval 5
!
line vty
no login
bind 0.0.0.0
2018-03-01 14:05:15 +00:00
!
e1_input
e1_line 0 driver ipa
e1_line 0 port 0
no e1_line 0 keepalive
ipa bind 0.0.0.0
cs7 instance 0
point-code 0.23.3
asp asp-clnt-msc-0 2905 0 m3ua
as as-clnt-msc-0 m3ua
asp asp-clnt-msc-0
routing-key 2 0.23.3
network
network country code 1
mobile network code 1
encryption a5 0
neci 1
paging any use tch 0
handover 0
handover1 window rxlev averaging 10
handover1 window rxqual averaging 1
handover1 window rxlev neighbor averaging 10
handover1 power budget interval 6
handover1 power budget hysteresis 3
handover1 maximum distance 9999
timer t3212 30
2018-03-01 14:05:15 +00:00
bts 0
type sysmobts
band DCS1800
cell_identity 0
location_area_code 1
dtx uplink force
dtx downlink
base_station_id_code 63
ms max power 15
cell reselection hysteresis 4
rxlev access min 0
radio-link-timeout 32
channel allocator ascending
rach tx integer 9
rach max transmission 7
channel-descrption attach 1
channel-descrption bs-pa-mfrms 5
channel-descrption bs-ag-blks-res 1
early-classmark-sending forbidden
early-classmark-sending-3g allowed
ip.access unit_id 1234 0
ip.access rsl-ip 172.18.9.10
oml ip.access stream_id 255 line 0
neighbor-list mode manual-si5
neighbor-list add arfcn 100
neighbor-list add arfcn 200
si5 neighbor-list add arfcn 10
si5 neighbor-list add arfcn 20
codec-support fr
gprs mode gprs
gprs routing area 0
gprs network-control-order nc0
gprs cell bvci 1234
gprs cell timer blocking-timer 3
gprs cell timer blocking-retries 3
gprs cell timer unblocking-retries 3
gprs cell timer reset-timer 3
gprs cell timer reset-retries 3
gprs cell timer suspend-timer 10
gprs cell timer suspend-retries 3
gprs cell timer resume-timer 10
gprs cell timer resume-retries 3
gprs cell timer capability-update-timer 10
gprs cell timer capability-update-retries 3
gprs nsei 1234
gprs ns timer tns-block 3
gprs ns timer tns-block-retries 3
gprs ns timer tns-reset 3
gprs ns timer tns-reset-retries 3
gprs ns timer tns-test 30
gprs ns timer tns-alive 3
gprs ns timer tns-alive-retries 10
gprs nsvc 0 nsvci 1234
gprs nsvc 0 local udp port 23000
gprs nsvc 0 remote udp port 23000
gprs nsvc 0 remote ip 0.0.0.0
2018-03-01 14:05:15 +00:00
no force-combined-si
trx 0
rf_locked 0
arfcn 871
nominal power 50
2018-03-01 14:05:15 +00:00
max_power_red 20
rsl e1 tei 0
timeslot 0
phys_chan_config CCCH+SDCCH4
hopping enabled 0
timeslot 1
phys_chan_config TCH/F
hopping enabled 0
timeslot 2
phys_chan_config TCH/F
hopping enabled 0
timeslot 3
phys_chan_config TCH/F_PDCH
2018-03-01 14:05:15 +00:00
hopping enabled 0
timeslot 4
phys_chan_config TCH/F_TCH/H_PDCH
2018-03-01 14:05:15 +00:00
hopping enabled 0
timeslot 5
phys_chan_config TCH/H
hopping enabled 0
timeslot 6
phys_chan_config SDCCH8
hopping enabled 0
timeslot 7
phys_chan_config PDCH
hopping enabled 0
trx 1
rf_locked 0
arfcn 873
nominal power 50
max_power_red 20
rsl e1 tei 1
timeslot 0
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/F
hopping enabled 0
timeslot 1
phys_chan_config SDCCH8
hopping enabled 0
timeslot 2
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 3
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/F_TCH/H_PDCH
hopping enabled 0
timeslot 4
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/F_PDCH
hopping enabled 0
timeslot 5
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config SDCCH8
hopping enabled 0
timeslot 6
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 7
phys_chan_config PDCH
hopping enabled 0
trx 2
rf_locked 0
arfcn 875
nominal power 50
max_power_red 20
rsl e1 tei 2
timeslot 0
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/H
hopping enabled 0
timeslot 1
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 2
phys_chan_config SDCCH8
hopping enabled 0
timeslot 3
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 4
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config SDCCH8
hopping enabled 0
timeslot 5
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/F
hopping enabled 0
timeslot 6
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 7
phys_chan_config PDCH
hopping enabled 0
trx 3
rf_locked 0
arfcn 877
nominal power 50
max_power_red 20
rsl e1 tei 3
timeslot 0
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 1
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/H
hopping enabled 0
timeslot 2
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/H
hopping enabled 0
timeslot 3
phys_chan_config SDCCH8
hopping enabled 0
timeslot 4
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 5
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config TCH/F
hopping enabled 0
timeslot 6
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config PDCH
hopping enabled 0
timeslot 7
ttcn3-bts-test/osmo-bsc.cfg: change pchan config for TRX#1..3 The new physical channel configuration will be used in the upcoming multi-transceiver test cases. Rather than having the same logical channel combinations configured for all transceivers, it makes sense to test more deviations. TRX#0 has kept unchanged. == Physical channel configuration == +-------+------------------+------------------+------------------+------------------+ | # / # | TRX#0 | TRX#1 | TRX#2 | TRX#3 | +-------+------------------+------------------+------------------+------------------+ | TS0 | CCCH+SDCCH4 | TCH/F | TCH/H | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS1 | TCH/F | SDCCH8+CBCH | PDCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS2 | TCH/F | PDCH | SDCCH8+CBCH | TCH/H | +-------+------------------+------------------+------------------+------------------+ | TS3 | TCH/F_PDCH | TCH/F_TCH/H_PDCH | PDCH | SDCCH8+CBCH | +-------+------------------+------------------+------------------+------------------+ | TS4 | TCH/F_TCH/H_PDCH | TCH/F_PDCH | SDCCH8 | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS5 | TCH/H | SDCCH8 | TCH/F | TCH/F | +-------+------------------+------------------+------------------+------------------+ | TS6 | SDCCH8 | PDCH | PDCH | PDCH | +-------+------------------+------------------+------------------+------------------+ | TS7 | PDCH | PDCH | PDCH | SDCCH8 | +-------+------------------+------------------+------------------+------------------+ Change-Id: Ib27704dcba3979d69e44065c472b1452eaa11a7a Related: SYS#4868, OS#4546
2020-07-06 08:25:27 +00:00
phys_chan_config SDCCH8
hopping enabled 0
2018-03-01 14:05:15 +00:00
msc 0
codec-list fr1 fr2 fr3
allow-emergency allow
amr-config 12_2k forbidden
amr-config 10_2k forbidden
amr-config 7_95k forbidden
amr-config 7_40k forbidden
amr-config 6_70k forbidden
amr-config 5_90k allowed
amr-config 5_15k forbidden
amr-config 4_75k forbidden
bsc
mid-call-timeout 0
no missing-msc-text