libosmocore.git branch master updated. 0.9.0-302-g909cbec

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 Dec 2 01:33:26 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  909cbecbb9d3223b3b372849564600bb9be7fbda (commit)
      from  bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4 (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=909cbecbb9d3223b3b372849564600bb9be7fbda

commit 909cbecbb9d3223b3b372849564600bb9be7fbda
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Fri Dec 2 02:30:51 2016 +0100

    Revert "gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE"
    
    This reverts commit c3c28528de78fd5d50c3a141c2176c0da5dd7075.
    
    The reason is that this breaks a static assert in openbsc.
    See https://lists.osmocom.org/pipermail/openbsc/2016-December/009906.html
    
    Enlarging the ctype_by_chreq struct and breaks the static assert for
    gsm_network->ctype_by_chreq's size:
    
    ../../../src/libbsc/gsm_04_08_utils.c:138:1: error: size of array ‘dummyassert_size’ is negative
     osmo_static_assert(sizeof(ctype_by_chreq) ==
     ^
    
    What this patch lacks is, in openbsc.git:
    
    * adjustment of ctype_by_chreq[] according to the new additions in
      libbsc/gsm_04_08_utils.c
    * same for reason_by_chreq[], also in libbsc/gsm_04_08_utils.c
    * enlarge ctype_by_chreq[] in gsm_network to 18, in openbsc/gsm_data.h.
    
    Leaving it up to the original authors to follow up and commit a complete patch
    series in one go.

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

Summary of changes:
 include/osmocom/gsm/protocol/gsm_04_08.h | 2 --
 1 file changed, 2 deletions(-)


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



More information about the osmocom-commitlog mailing list