aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <max.suraev@fairwaves.co>2015-03-25 17:20:31 +0100
committerSylvain Munaut <tnt@246tNt.com>2015-03-28 18:07:05 +0100
commitf8699ca51eeb4f3d34336501abcaf071b4a95a47 (patch)
treea74527f04104f92706a44b57652bc965d7ececb8 /include
parent249a81b7ff57d39af843cd267b60c0ce0400ce8d (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')
-rw-r--r--include/osmocom/gsm/a5.h2
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)