libosmocore.git branch master updated. 0.9.6-130-g953f929

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
Tue Mar 14 13:32:32 UTC 2017


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  953f929797e0ebf39f00e2e1e1cf46d6932fce01 (commit)
       via  f48e8a8ba9b88800bbf8c09f6b67c5c9163bfa73 (commit)
      from  6d0fd7ba9705e3f0e037ea47668ae9e84ad38c2b (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=953f929797e0ebf39f00e2e1e1cf46d6932fce01

commit 953f929797e0ebf39f00e2e1e1cf46d6932fce01
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Mar 14 13:47:29 2017 +0100

    gsm_04_08: add _NUM_CHREQ_T to enum
    
    _NUM_CHREQ_T defines the last element of the enum
    
    Change-Id: Id67ba8de89dd6288e449197438e9e1c5d7f5a134

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

commit f48e8a8ba9b88800bbf8c09f6b67c5c9163bfa73
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Mon Dec 5 15:57:42 2016 +0100

    gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE
    
    The previous version of this commit got reverted to avoid a breakage in openbsc.
    The problem is openbsc use an array of chreq_type with a manual defined size. This array
    is using enums as index which breaks if any elements got added into the
    middle, because the size of the array can't hold elements greater or
    equal than the size.
    
    Change-Id: I6676105507fe4e5627f740dfe4c2770f766ad068

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

Summary of changes:
 include/osmocom/gsm/protocol/gsm_04_08.h | 3 +++
 1 file changed, 3 insertions(+)


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



More information about the osmocom-commitlog mailing list