libosmocore.git branch master updated. 0.10.2-207-g2873bf1f

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 15 11:16:00 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  2873bf1f331dc07e6c92b4f6a0b45f26683a0f0b (commit)
      from  11a4d9dd91216fe353e94bfdbbab53bc4f891c0d (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=2873bf1f331dc07e6c92b4f6a0b45f26683a0f0b

commit 2873bf1f331dc07e6c92b4f6a0b45f26683a0f0b
Author: Stefan Sperling <ssperling at sysmocom.de>
Date:   Wed Mar 14 18:38:41 2018 +0100

    fix a cell identifier parsing bug in libosmocore
    
    Global and LAI+LAC cell IDs were being misparsed due to an off-by-one.
    
    This code was incorrectly converted from osmo-bsc, where an additional
    offset of one byte was needed to skip the cell identifier field.
    In libosmocore, these parsing routines receive a buffer pointer which
    is already positioned at the start of the cell identifier field.
    
    Change-Id: I7f3e8ace26176e9cbfe2542961d2a95662aa4d97
    Related: OS#2847

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

Summary of changes:
 src/gsm/gsm0808_utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list