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

Change-Id: Ia8dff81d4b56c9d6599059f3a5a2964d3cd95829
Related: OS#4396, OS#6346
This commit is contained in:
Vadim Yanitskiy 2024-01-27 05:15:28 +07:00
parent 21d63cd6c5
commit 45a11442e6
2 changed files with 7 additions and 1 deletions

View File

@ -53,6 +53,12 @@ ms 1
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

View File

@ -99,7 +99,7 @@ void gsm_support_init(struct osmocom_ms *ms)
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;