libosmocore.git branch master updated. 0.9.0-100-gbdccc1b

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
Tue Mar 15 13:34:16 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  bdccc1b1444a8692697bd8a293cc89c90ef2d832 (commit)
      from  da7bf4d55a896034320aa4466b9644083093acd1 (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=bdccc1b1444a8692697bd8a293cc89c90ef2d832

commit bdccc1b1444a8692697bd8a293cc89c90ef2d832
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Mar 15 13:28:10 2016 +0100

    gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS
    
    For 3G, I need a BCD composer/parser similar to gsm48_generate_lai()/
    gsm48_decode_lai(). Those functions also handle a trivial extra
    member (lac) which I don't need in this way for 3G.
    
    So create new functions to take on the MCC+MNC BCD handling and call those
    from gsm48_generate_lai() and gsm48_decode_lai(). In this way, the 3G code
    in openbsc can use only the BCD functionality without code duplication.

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

Summary of changes:
 include/osmocom/gsm/gsm48.h |  3 +++
 src/gsm/gsm48.c             | 55 ++++++++++++++++++++++++++++-----------------
 src/gsm/libosmogsm.map      |  2 ++
 3 files changed, 39 insertions(+), 21 deletions(-)


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



More information about the osmocom-commitlog mailing list