osmo-pcu.git branch jerlbeck/wip/ms-struct updated. 0.2-480-g67728ac

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 Jun 16 09:52:01 UTC 2015


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 "UNNAMED PROJECT".

The branch, jerlbeck/wip/ms-struct has been updated
  discards  63302f67182e7a6b7c1b2e3bd3f8711a5be22f6a (commit)
       via  67728acc7a90dbf076eb179d6e3e119a4197896a (commit)
       via  967e4dd2c357b3b3ff716fa6c77e7b7350f81711 (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 (63302f67182e7a6b7c1b2e3bd3f8711a5be22f6a)
            \
             N -- N -- N (67728acc7a90dbf076eb179d6e3e119a4197896a)

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/osmo-pcu/commit/?id=67728acc7a90dbf076eb179d6e3e119a4197896a

commit 67728acc7a90dbf076eb179d6e3e119a4197896a
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Jun 15 14:32:33 2015 +0200

    llc: Move storage of timestamps into gprs_llc_queue
    
    Currently the receive and expiry timestamps are prepended to the LLC
    msgb before it is passed to gprs_llc_queue::enqueue(). Since this meta
    information should not be counted as LLC octets, the gprs_llc_queue
    needs to known about this (unless the correction was done in the LLC
    layer).
    
    This commit moves the meta information storage code into
    gprs_llc_queue.  The meta data is now stored in the control block
    (cb) area of the msgb.
    
    Note that the info pointer that is returned from the dequeue method
    is only valid if that method returns a (non-NULL) msgb. It must not
    be used after that msgb has been modified or freed.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/osmo-pcu/commit/?id=967e4dd2c357b3b3ff716fa6c77e7b7350f81711

commit 967e4dd2c357b3b3ff716fa6c77e7b7350f81711
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Jun 16 10:18:42 2015 +0200

    llc: Make timeval arguments const
    
    Some struct timeval pointer arguments do not have the const qualifier,
    albeit the methods do not write to the structures. The next commit
    will change related pointers to const, so this commit provides the
    required constness.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/llc.cpp           |  7 +++++--
 src/tbf_dl.cpp        |  7 +------
 tests/llc/LlcTest.cpp | 58 ++++++++++++++++++++++++++++++++++++++++++++-------
 tests/llc/LlcTest.err |  8 +++----
 tests/llc/LlcTest.ok  |  2 ++
 5 files changed, 62 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list