From 41962f7bf55da558cfef3d8af3faa056a0d6116f Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 27 Mar 2018 13:34:17 +0200 Subject: [PATCH] ttcn3-bscc-test/osmo-bsc.cfg: Add TCH/H channels The configuration of osmo-bsc currently only supports halfrate traffic channels. In order to test assignments which contain half rate codecs we also have to have halfrate channels available. Change-Id: Ibcce03ab0c98545a1f316d88e1f3dd75e2ff65e1 Related: OS#3100 Related: OS#3095 --- ttcn3-bsc-test/osmo-bsc.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg index e75687ad..8b349046 100644 --- a/ttcn3-bsc-test/osmo-bsc.cfg +++ b/ttcn3-bsc-test/osmo-bsc.cfg @@ -154,7 +154,7 @@ network phys_chan_config TCH/F hopping enabled 0 timeslot 5 - phys_chan_config TCH/F + phys_chan_config TCH/H hopping enabled 0 timeslot 6 phys_chan_config PDCH @@ -244,7 +244,7 @@ network phys_chan_config TCH/F hopping enabled 0 timeslot 5 - phys_chan_config TCH/F + phys_chan_config TCH/H hopping enabled 0 timeslot 6 phys_chan_config PDCH @@ -334,7 +334,7 @@ network phys_chan_config TCH/F hopping enabled 0 timeslot 5 - phys_chan_config TCH/F + phys_chan_config TCH/H hopping enabled 0 timeslot 6 phys_chan_config PDCH