From 19cf0e81b336ead3c0a55d1c9d6722f986510bc0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 26 Dec 2012 18:55:54 +0100 Subject: ciphering: Handle ciphering support for A5/3 correctly This was found and debugged by Sylvain. The BTS will always support A5/0 so we do not keep track of that, the first bit of the flags is used for A5/1, second for A5/2... but for RSL there is an offset to go from RSL to A5(x). Add a testcase and change the code. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c7213d8e..1f059943 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ src/osmo-bts-sysmo/sysmobts-mgr tests/atconfig tests/package.m4 tests/paging/paging_test +tests/cipher/cipher_test tests/testsuite tests/testsuite.log -- cgit v1.2.3