summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/common/settings.c')
-rw-r--r--src/host/layer23/src/common/settings.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/host/layer23/src/common/settings.c b/src/host/layer23/src/common/settings.c
index 395d2394..10ae1d9e 100644
--- a/src/host/layer23/src/common/settings.c
+++ b/src/host/layer23/src/common/settings.c
@@ -100,6 +100,14 @@ int gsm_settings_init(struct osmocom_ms *ms)
set->ch_cap = sup->ch_cap;
set->min_rxlev_dbm = sup->min_rxlev_dbm;
set->dsc_max = sup->dsc_max;
+
+ set->csd_tch_f144 = sup->csd_tch_f144;
+ set->csd_tch_f96 = sup->csd_tch_f96;
+ set->csd_tch_f48 = sup->csd_tch_f48;
+ set->csd_tch_h48 = sup->csd_tch_h48;
+ set->csd_tch_f24 = sup->csd_tch_f24;
+ set->csd_tch_h24 = sup->csd_tch_h24;
+
set->vgcs = sup->vgcs;
set->vbs = sup->vbs;