summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/support.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-09-16 12:56:42 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-17 20:52:41 +0200
commite464eb69fd3061f7a7f82e621afe6578acc9bf07 (patch)
tree1c1f1c68b20a54964f072966cb5f7afc22a30455 /src/host/layer23/src/mobile/support.c
parentdf0f386cdbd3f89b7d9312b791cce6db8269db48 (diff)
host/layer23: Enable a5/[1,2] 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.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 68906586..3fd581d9 100644
--- a/src/host/layer23/src/mobile/support.c
+++ b/src/host/layer23/src/mobile/support.c
@@ -58,8 +58,8 @@ void gsm_support_init(struct osmocom_ms *ms)
sup->lcsva = 0; /* no */
sup->loc_serv = 0; /* no */
/* codec supprot */
- sup->a5_1 = 0; /* currently not */
- sup->a5_2 = 0;
+ sup->a5_1 = 1;
+ sup->a5_2 = 1;
sup->a5_3 = 0;
sup->a5_4 = 0;
sup->a5_5 = 0;