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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: defaults.conf: use only TCH/F instead of dynamic channels
......................................................................
defaults.conf: use only TCH/F instead of dynamic channels
Let's opt for the oldest/simplest case by default.
Change-Id: I89d634cc51e13bdf6ec157ffb64baa80a469f4c8
---
M example/defaults.conf
1 file changed, 6 insertions(+), 6 deletions(-)
Approvals:
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified
diff --git a/example/defaults.conf b/example/defaults.conf
index 006ff7e..3685446 100644
--- a/example/defaults.conf
+++ b/example/defaults.conf
@@ -18,9 +18,9 @@
     timeslot_list:
     - phys_chan_config: CCCH+SDCCH4
     - phys_chan_config: SDCCH8
-    - phys_chan_config: TCH/F_TCH/H_PDCH
-    - phys_chan_config: TCH/F_TCH/H_PDCH
-    - phys_chan_config: TCH/F_TCH/H_PDCH
-    - phys_chan_config: TCH/F_TCH/H_PDCH
-    - phys_chan_config: TCH/F_TCH/H_PDCH
-    - phys_chan_config: TCH/F_TCH/H_PDCH
+    - phys_chan_config: TCH/F
+    - phys_chan_config: TCH/F
+    - phys_chan_config: TCH/F
+    - phys_chan_config: TCH/F
+    - phys_chan_config: TCH/F
+    - phys_chan_config: TCH/F
-- 
To view, visit https://gerrit.osmocom.org/2516
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I89d634cc51e13bdf6ec157ffb64baa80a469f4c8
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>