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.orgThis 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/edge has been updated
       via  279e0b004b9af1be4d6e1ac1414f6cf1e5b32c5d (commit)
      from  e1f3d4431f77eae9fd36dbe5ff7185ef07ff7f42 (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/osmo-pcu/commit/?id=279e0b004b9af1be4d6e1ac1414f6cf1e5b32c5d
commit 279e0b004b9af1be4d6e1ac1414f6cf1e5b32c5d
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Dec 28 19:15:40 2015 +0100
    tbf: Use LListHead instead of llist_pods
    
    LListHead does basically the same like llist_pods, but more C++ish
    and with type safety.
    
    This commit turns the former list field of gprs_rlcmac_tbf into a
    private field, provides accessors, moves the related code from
    pcu_vty.c to pcu_vty_functions.cpp, and removes the llist_pods
    type and related code.
    
    Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
 src/bts.cpp               | 31 +++++++++++++++++--------------
 src/bts.h                 | 26 +++++++++++++++++++-------
 src/gprs_rlcmac_sched.cpp | 14 +++++++++-----
 src/pcu_vty.c             | 14 +-------------
 src/pcu_vty_functions.cpp | 19 +++++++++++++++++--
 src/pcu_vty_functions.h   |  3 +--
 src/poll_controller.cpp   |  9 +++++----
 src/rlc.h                 |  6 +-----
 src/tbf.cpp               | 17 +++++++----------
 src/tbf.h                 | 37 ++++++++++++++-----------------------
 tests/alloc/AllocTest.cpp | 12 ++++++------
 11 files changed, 97 insertions(+), 91 deletions(-)
hooks/post-receive
-- 
UNNAMED PROJECT