fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/35738?usp=email )


Change subject: mobile: disable TCH/F14.4 (not implemented)
......................................................................

mobile: disable TCH/F14.4 (not implemented)

Change-Id: Ia8dff81d4b56c9d6599059f3a5a2964d3cd95829
Related: OS#4396, OS#6346
---
M doc/examples/mobile/default.cfg
M src/host/layer23/src/common/support.c
2 files changed, 17 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/38/35738/1

diff --git a/doc/examples/mobile/default.cfg b/doc/examples/mobile/default.cfg
index 3b46a85..676c76f 100644
--- a/doc/examples/mobile/default.cfg
+++ b/doc/examples/mobile/default.cfg
@@ -53,6 +53,12 @@
   full-speech-v1
   full-speech-v2
   half-speech-v1
+  no full-data-14400
+  full-data-9600
+  full-data-4800
+  half-data-4800
+  full-data-2400
+  half-data-2400
   min-rxlev -106
   dsc-max 90
   no skip-max-per-band
diff --git a/src/host/layer23/src/common/support.c 
b/src/host/layer23/src/common/support.c
index ed51465..a31b456 100644
--- a/src/host/layer23/src/common/support.c
+++ b/src/host/layer23/src/common/support.c
@@ -99,7 +99,7 @@
        sup->half_v3 = 0;

        /* CSD modes */
-       sup->csd_tch_f144 = 1;
+       sup->csd_tch_f144 = 0;
        sup->csd_tch_f96 = 1;
        sup->csd_tch_f48 = 1;
        sup->csd_tch_h48 = 1;

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/35738?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Ia8dff81d4b56c9d6599059f3a5a2964d3cd95829
Gerrit-Change-Number: 35738
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to