From da738824a0e84cb273ac873d92ef87e1cd39d42c Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Fri, 22 Oct 2010 11:52:38 +0200 Subject: [PATCH] layer23/mobile: Enable half_v1 support Signed-off-by: Sylvain Munaut --- src/host/layer23/src/mobile/support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/layer23/src/mobile/support.c b/src/host/layer23/src/mobile/support.c index 34952dc26..252812816 100644 --- a/src/host/layer23/src/mobile/support.c +++ b/src/host/layer23/src/mobile/support.c @@ -107,7 +107,7 @@ void gsm_support_init(struct osmocom_ms *ms) sup->full_v1 = 1; sup->full_v2 = 1; sup->full_v3 = 0; - sup->half_v1 = 0; + sup->half_v1 = 1; sup->half_v3 = 0; }