From f8699ca51eeb4f3d34336501abcaf071b4a95a47 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 25 Mar 2015 17:20:31 +0100 Subject: gsm: Add A5/3-4 cipher support Signed-off-by: Max Signed-off-by: Sylvain Munaut --- include/osmocom/gsm/a5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocom/gsm/a5.h b/include/osmocom/gsm/a5.h index c0767346..d22cdbbb 100644 --- a/include/osmocom/gsm/a5.h +++ b/include/osmocom/gsm/a5.h @@ -48,7 +48,7 @@ osmo_a5_fn_count(uint32_t fn) } /* Notes: - * - key must be 8 bytes long (or NULL for A5/0) + * - key must be 8 or 16 (for a5/4) bytes long (or NULL for A5/0) * - the dl and ul pointer must be either NULL or 114 bits long * - fn is the _real_ GSM frame number. * (converted internally to fn_count) -- cgit v1.2.3