libosmocore.git branch master updated. 0.10.2-212-g483f386f

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 Mar 16 13:16:45 UTC 2018


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  483f386fd40bc2715a6e2c91b34e44ac1e0ae666 (commit)
       via  ed4327c470c69a626a081bc91de1a5ad5e248f5a (commit)
       via  9c62fc69a8eb9f72da054f908704acbb14a6caa6 (commit)
      from  2338145d5b4e27447bb9026c0bb8251a59d7c20d (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=483f386fd40bc2715a6e2c91b34e44ac1e0ae666

commit 483f386fd40bc2715a6e2c91b34e44ac1e0ae666
Author: Stefan Sperling <ssperling at sysmocom.de>
Date:   Fri Mar 16 12:21:26 2018 +0100

    add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier lists
    
    Add a regression test which encodes and decodes a cell identifier
    list of type CELL_IDENT_WHOLE_GLOBAL.
    
    Change-Id: Ie633d9e55c6a30555c0153d35aaf9f982d6e0088
    Depends: If0fafbc7171da2a3044bfa9a167208a1afa1c07b
    Related: OS#2847

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

commit ed4327c470c69a626a081bc91de1a5ad5e248f5a
Author: Stefan Sperling <ssperling at sysmocom.de>
Date:   Fri Mar 16 11:02:59 2018 +0100

    fix parse_cell_id_lac_and_ci_list()
    
    The implementation was entirely broken, reading data from wrong offsets
    and always writing to the first element of the decoded list.
    
    Also, add a new test for this function which found the problems.
    
    Change-Id: If0fafbc7171da2a3044bfa9a167208a1afa1c07b
    Related: OS#2847
    Depends: Ife4e485e2b86c6f3321c9700611700115ad247b2

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

commit 9c62fc69a8eb9f72da054f908704acbb14a6caa6
Author: Stefan Sperling <ssperling at sysmocom.de>
Date:   Fri Mar 16 10:23:34 2018 +0100

    fix bug in parse_cell_id_ci_list()
    
    Cell ID lists with CI were misparsed because parse_cell_id_ci_list()
    failed to report the amount of consumed bytes to its caller.
    
    Also add a regression test which uncovered the bug.
    
    Change-Id: Ife4e485e2b86c6f3321c9700611700115ad247b2
    Depends: If6b941720de33dca66b6b1aa2cb95a3275708b7f
    Related: OS#2847

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

Summary of changes:
 src/gsm/gsm0808_utils.c      |  15 ++---
 tests/gsm0808/gsm0808_test.c | 138 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 146 insertions(+), 7 deletions(-)


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



More information about the osmocom-commitlog mailing list