summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/support.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-10-22 11:52:38 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-11-07 10:34:10 +0100
commitda738824a0e84cb273ac873d92ef87e1cd39d42c (patch)
tree89d81a142c63284df9381683488a5c1c54680d08 /src/host/layer23/src/mobile/support.c
parent00ffd1336e67bef6aaff918bfd189f7dc8d8d41c (diff)
layer23/mobile: Enable half_v1 support
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/host/layer23/src/mobile/support.c')
-rw-r--r--src/host/layer23/src/mobile/support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/support.c b/src/host/layer23/src/mobile/support.c
index 34952dc2..25281281 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;
}