openbsc.git branch master updated. 1.0.0-16-g14cd21417

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
Mon Mar 5 22:03:43 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  14cd21417f8774a92900cb707064d650ea769615 (commit)
      from  e39e18992a3b966581f06fa632d6342643996aaa (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/openbsc/commit/?id=14cd21417f8774a92900cb707064d650ea769615

commit 14cd21417f8774a92900cb707064d650ea769615
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Mon Mar 5 21:14:59 2018 +0100

    fix build: gprs_ra_id_by_bts(): ensure to init all values
    
    After recent libosmocore commit "implement support for 3-digit MNC with leading
    zeros" c4fce1425e19d604c199c895e227dc2519110456
    Id2240f7f518494c9df6c8bda52c0d5092f90f221, struct gprs_ra_id has a new member,
    namely mnc_3_digits. In gprs_ra_id_by_bts(), this new member is now not
    initialized and may end up having an arbitrary value, which then may amount to
    mnc_3_digits == true. Hence the resulting BCD representation of the MCC-MNC may
    inadvertently and randomly indicate a leading zero on the MNC.
    
    Use a struct assignment so that all members are guaranteed to be set, and so
    that mnc_3_digits will be zero in all cases.
    
    Since above libosmocore commit, nanobts_omlattr_test fails "randomly", fixed by
    this patch.
    
    Change-Id: I5ae899f3c236b3b4feb5c8cf762e2f2d964dbc65

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

Summary of changes:
 openbsc/src/libcommon/gsm_data.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list