summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/support.c
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2010-12-28 12:22:39 +0000
committerAndreas.Eversberg <jolly@eversberg.eu>2010-12-28 12:22:39 +0000
commit411c8f35dd3e267b04a2e202a3e22c534cf0030f (patch)
tree207fad8f02c20c5b26bd3f118393b0aa11283384 /src/host/layer23/src/mobile/support.c
parent93c64102e13269190deb9e403fdd305988447189 (diff)
[layer23] Enable half rate support in support.c
Diffstat (limited to 'src/host/layer23/src/mobile/support.c')
-rw-r--r--src/host/layer23/src/mobile/support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host/layer23/src/mobile/support.c b/src/host/layer23/src/mobile/support.c
index 25281281..97306f52 100644
--- a/src/host/layer23/src/mobile/support.c
+++ b/src/host/layer23/src/mobile/support.c
@@ -97,8 +97,8 @@ void gsm_support_init(struct osmocom_ms *ms)
//sup->sm_val = ;
/* radio */
- sup->ch_cap = GSM_CAP_SDCCH_TCHF;
- sup->min_rxlev_db = -100; // TODO
+ sup->ch_cap = GSM_CAP_SDCCH_TCHF_TCHH;
+ sup->min_rxlev_db = -106; // TODO
sup->sync_to = 6; /* how long to wait sync (0.9 s) */
sup->scan_to = 4; /* how long to wait for all sysinfos (>=4 s) */
sup->dsc_max = 90; /* the specs defines 90 */