aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-06-09 22:26:11 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2021-06-23 23:58:59 +0200
commitcdcfc80176118ab7de338bdaa0f5719c15b1cdac (patch)
tree0a6be5b0b9779d87013b588ba0ecf8a8be16cd29 /TODO-RELEASE
parent07c8b7cb2eba48d930ed2419e210c8777be3b88a (diff)
ran_msg_a.c: use gsm0808_create_cipher2()
Use new API in Cipher Mode Command to prepare for A5/4 support. Depends: Ib3906085e0c6e5a496a9f755f0f786238a86ca34 (libosmocore) Related: SYS#5324 Change-Id: Ib238d367b8d5d07b6ab4cb2e48fbf4ce22ca4476
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d0852fc9b..229706346 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,3 +7,4 @@
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
+libosmocore >1.5.1 A5/4 support requires new API gsm0808_create_cipher2()