libosmocore.git branch master updated. 0.9.0-99-gda7bf4d

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 15 13:19:52 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  da7bf4d55a896034320aa4466b9644083093acd1 (commit)
       via  c656faed122b8d858e937d3262acb1925ed6e3d1 (commit)
       via  282e90843476989629f8ae7e36e4a59b69da40eb (commit)
      from  c0d9a6c083aa7e35174093c7a7265319bf993a9d (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=da7bf4d55a896034320aa4466b9644083093acd1

commit da7bf4d55a896034320aa4466b9644083093acd1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 16:06:48 2016 +0100

    04.08: add inline funcs for transaction id bits
    
    Various users of gsm48_hdr apply the same hardcoded shifts/bitmasks to obtain
    the transaction ID encoded in the upper nibble of the protocol discriminator.
    Centralize. Patch for openbsc.git will follow.

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

commit c656faed122b8d858e937d3262acb1925ed6e3d1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 16:06:47 2016 +0100

    04.08: switch to r99 msg type bitmasks by default
    
    [hfreyther: Separated from the previous patch to allow an easy
    revert]

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

commit 282e90843476989629f8ae7e36e4a59b69da40eb
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 16:06:46 2016 +0100

    04.08: add inline funcs for pdisc + msg type bitmasks
    
    Add inline functions for both release <= 98 and release >= 99 as well as a
    default define. Use the release 98 by default since the current code base uses
    the r98 bitmasks.
    
    These inline functions relieve callers of the decision on masking bits of the
    protocol discriminator and message type octets.
    
    Also add a define for the protocol discriminator extension to one octet length
    (GSM48_PDISC_EXTEND).
    
    Apply new pdisc function in gsm0480.c.
    
    [hfreyther: Make the hdr param const]

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

Summary of changes:
 include/osmocom/gsm/protocol/gsm_04_08.h | 75 ++++++++++++++++++++++++++++++++
 src/gsm/gsm0480.c                        |  4 +-
 2 files changed, 77 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list