This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
dexter gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/7527
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
---
M ttcn3-bsc-test/osmo-bsc.cfg
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/27/7527/1
diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg
index e75687a..8b34904 100644
--- a/ttcn3-bsc-test/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/osmo-bsc.cfg
@@ -154,7 +154,7 @@
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 @@
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 @@
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
--
To view, visit https://gerrit.osmocom.org/7527
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibcce03ab0c98545a1f316d88e1f3dd75e2ff65e1
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>