libosmocore.git branch neels/pending-patches updated. 0.9.0-99-gfee892d

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 14 13:45:58 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, neels/pending-patches has been updated
  discards  88f317a0cf4d106b0c57f0005f2b85d90dc38c46 (commit)
  discards  9f933006e721529e25165b96afb7a92738b648a3 (commit)
  discards  34c0e7e5fbaa11630c6decac5cc440a70b4a31e9 (commit)
       via  fee892d115484a17760f3095f62f0e206c3d2c53 (commit)
       via  37fece3a989682bda0ecf771cd5864e7e79ffa50 (commit)
       via  5d70ca5dbb0f09d41da3c38217ec7dd4dac8046f (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (88f317a0cf4d106b0c57f0005f2b85d90dc38c46)
            \
             N -- N -- N (fee892d115484a17760f3095f62f0e206c3d2c53)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=fee892d115484a17760f3095f62f0e206c3d2c53

commit fee892d115484a17760f3095f62f0e206c3d2c53
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 13:21:56 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=37fece3a989682bda0ecf771cd5864e7e79ffa50

commit 37fece3a989682bda0ecf771cd5864e7e79ffa50
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Mar 14 12:44:56 2016 +0100

    04.08: switch to r99 msg type bitmasks by default

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

commit 5d70ca5dbb0f09d41da3c38217ec7dd4dac8046f
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Mar 10 11:56:36 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.

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

Summary of changes:


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



More information about the osmocom-commitlog mailing list