libosmocore.git branch master updated. 0.9.0-102-g03309b5

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
Thu Mar 17 13:07:34 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  03309b57e8ba0163032a1d3db6b44fc8a7e6147c (commit)
       via  d4793212b5026fed01d132fa7397cc0ff2f543fe (commit)
      from  bdccc1b1444a8692697bd8a293cc89c90ef2d832 (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=03309b57e8ba0163032a1d3db6b44fc8a7e6147c

commit 03309b57e8ba0163032a1d3db6b44fc8a7e6147c
Author: Max <msuraev at sysmocom.de>
Date:   Thu Mar 17 11:51:09 2016 +0100

    Add basic EARFCN support
    
    Add structure representing group of EARFCNs with common priority,
    threshold etc.
    Add functions to populate this structure.

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

commit d4793212b5026fed01d132fa7397cc0ff2f543fe
Author: Max <msuraev at sysmocom.de>
Date:   Thu Mar 17 11:51:08 2016 +0100

    Add function to add bits from array to bitvec
    
    Add function which adds specified number of bits from each element of
    array to the bit vector prefixing each addition with one and finishing
    entire sequence with adding 0. This is very common patter for various
    repetitive data structures described with CSN.1 in 3GPP standards.
    
    Corresponding test vectors and doxygen headers are added too.

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

Summary of changes:
 include/osmocom/core/bitvec.h |  3 +++
 include/osmocom/gsm/sysinfo.h | 32 ++++++++++++++++++++++++++-
 src/bitvec.c                  | 40 ++++++++++++++++++++++++++++++++++
 src/gsm/libosmogsm.map        |  4 ++++
 src/gsm/sysinfo.c             | 50 +++++++++++++++++++++++++++++++++++++++++++
 tests/bitvec/bitvec_test.c    | 43 +++++++++++++++++++++++++++++++++++++
 tests/bitvec/bitvec_test.ok   | 33 ++++++++++++++++++++++++++++
 7 files changed, 204 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list