From 4f169500df996d0a7a804da77bae07b2ecd0d813 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 30 Jun 2016 10:39:00 +0200 Subject: Add GEA3 & GEA4 ciphers Corresponding test code include both official test vectors from the specs and data from over-the-air tests. This obsoletes libosmo-crypt-a53 as it was last missing piece unimplemented in libosmogsm. Change-Id: I939e4f6b91b4a7c591ef3761fe2d46ed1c2fb2d3 Related: OS#1582 --- include/osmocom/crypt/gprs_cipher.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/crypt') diff --git a/include/osmocom/crypt/gprs_cipher.h b/include/osmocom/crypt/gprs_cipher.h index d2425955..c302f10b 100644 --- a/include/osmocom/crypt/gprs_cipher.h +++ b/include/osmocom/crypt/gprs_cipher.h @@ -3,6 +3,8 @@ #include #include +#include + #define GSM0464_CIPH_MAX_BLOCK 1523 /* 3GPP TS 24.008 ยง 10.5.5.3 */ -- cgit v1.2.3