diff options
author | Max <max.suraev@fairwaves.co> | 2015-03-25 17:20:31 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2015-03-28 18:07:05 +0100 |
commit | f8699ca51eeb4f3d34336501abcaf071b4a95a47 (patch) | |
tree | a74527f04104f92706a44b57652bc965d7ececb8 /include/osmocom/gsm | |
parent | 249a81b7ff57d39af843cd267b60c0ce0400ce8d (diff) |
gsm: Add A5/3-4 cipher support
Signed-off-by: Max <max.suraev@fairwaves.co>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r-- | include/osmocom/gsm/a5.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |