libosmocore.git branch master updated. 0.9.0-128-g1f9d818

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Apr 22 13:13:55 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  1f9d8183be276fa770b106d1e8f9719386a9515a (commit)
       via  fdb3d8ce7898801d5b18d446a17ccc0f09451d4f (commit)
       via  aead05da321e3accaffec471d547d3a7174091b2 (commit)
       via  bf990bb8fd5aa27c57416831311bc4b2a9769bef (commit)
       via  402b9b055538737838ce112a99a75401aa4f14c6 (commit)
      from  fbb8bfa514284f9744809afba51dec716590090c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=1f9d8183be276fa770b106d1e8f9719386a9515a

commit 1f9d8183be276fa770b106d1e8f9719386a9515a
Author: Max <msuraev at sysmocom.de>
Date:   Thu Apr 21 17:12:40 2016 +0200

    Deprecate comp128
    
    Mark function as deprecated to discourage its usage: people should use
    generic API in osmocom/crypt/auth.h

http://cgit.osmocom.org/libosmocore/commit/?id=fdb3d8ce7898801d5b18d446a17ccc0f09451d4f

commit fdb3d8ce7898801d5b18d446a17ccc0f09451d4f
Author: Max <msuraev at sysmocom.de>
Date:   Thu Apr 21 16:51:04 2016 +0200

    Deprecate osmo_a5_1 and osmo_a5_2
    
    Mark the functions as deprecated to discourage their use: people should
    use unified osmo_a5 which supports all the A5/1-4 ciphers.

http://cgit.osmocom.org/libosmocore/commit/?id=aead05da321e3accaffec471d547d3a7174091b2

commit aead05da321e3accaffec471d547d3a7174091b2
Author: Max <msuraev at sysmocom.de>
Date:   Thu Apr 21 15:57:52 2016 +0200

    Improve code reuse
    
    Use generic functions covered by testsuit for SQN calculations.

http://cgit.osmocom.org/libosmocore/commit/?id=bf990bb8fd5aa27c57416831311bc4b2a9769bef

commit bf990bb8fd5aa27c57416831311bc4b2a9769bef
Author: Max <msuraev at sysmocom.de>
Date:   Thu Apr 21 14:46:30 2016 +0200

    Update internal GPRS cipher API
    
    Update internal API (for GPRS cipher implementors): make it compliant
    with ETSI TS 155.22. External API left untouched.

http://cgit.osmocom.org/libosmocore/commit/?id=402b9b055538737838ce112a99a75401aa4f14c6

commit 402b9b055538737838ce112a99a75401aa4f14c6
Author: Max <msuraev at sysmocom.de>
Date:   Thu Apr 21 14:58:30 2016 +0200

    Addditional classmark check against A5/4 support
    
    Add classmark check function according to GSM 04.08 Chapter 10.5.1.7
    Fix interface to use unsigned for unsigned value.

-----------------------------------------------------------------------

Summary of changes:
 TODO-RELEASE                        |   3 +-
 include/osmocom/crypt/gprs_cipher.h |   8 ++-
 include/osmocom/gsm/a5.h            |   5 +-
 include/osmocom/gsm/comp128.h       |   8 ++-
 include/osmocom/gsm/gsm_utils.h     |  14 ++++-
 src/gsm/a5.c                        | 108 +++++++++++++++++++-----------------
 src/gsm/auth_comp128v1.c            |   2 +-
 src/gsm/auth_milenage.c             |  35 +-----------
 src/gsm/comp128.c                   |   7 ++-
 src/gsm/gprs_cipher_core.c          |  23 +++++++-
 src/gsm/libosmogsm.map              |   1 +
 11 files changed, 120 insertions(+), 94 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list