osmo-pcu.git branch master updated. 0.4.0-43-g9d7357e

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
Fri Jan 12 14:31:24 UTC 2018


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, master has been updated
       via  9d7357e4fe67ad4a2f00d173ab769f56afb23980 (commit)
       via  d0532b53ebcafc1e71ac6478b03ee9ebe4ac386d (commit)
       via  ea98b7d7846ea196508401919ff0da2ff4a3e9a0 (commit)
       via  7d32f55e4ef44adc3a3ed5234eaad135f660ed11 (commit)
      from  2617bf201661fca909774aa44d8ee017e5225ab1 (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=9d7357e4fe67ad4a2f00d173ab769f56afb23980

commit 9d7357e4fe67ad4a2f00d173ab769f56afb23980
Author: Max <msuraev at sysmocom.de>
Date:   Thu Dec 14 15:02:33 2017 +0100

    TBF: unify EGPRS window calculation
    
    Move actual calculation into shared function and use it to set window
    size for TBF. TBT test output requires cosmetic adjuestements due to
    extended debug output.
    
    Change-Id: Ib9f4a277082da3c71007f5f3b4f2acac8b994540
    Related: OS#1759

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

commit d0532b53ebcafc1e71ac6478b03ee9ebe4ac386d
Author: Max <msuraev at sysmocom.de>
Date:   Wed Dec 13 18:27:32 2017 +0100

    TBF-DL: move priority computation into function
    
    Improve readability by moving priority computation into separate
    function.
    
    Change-Id: Icdca0106a544036eaa94a25f0d4f84e4282f4568

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

commit ea98b7d7846ea196508401919ff0da2ff4a3e9a0
Author: Max <msuraev at sysmocom.de>
Date:   Thu Jan 4 15:13:27 2018 +0100

    TBF: move window parameters to UL/DL level
    
    The UL and DL TBF use different classes implementing window
    management. Hence it's better to use it explicitly instead of using the
    common window management superclass inside common TBF superclass. While
    at it, also remove the direct access to window class - use accessor
    functions instead.
    
    Related: OS#1759
    Change-Id: I0b55aa8947db65f7206adcf53ea32b74a831d9e6

http://cgit.osmocom.org/osmo-pcu/commit/?id=7d32f55e4ef44adc3a3ed5234eaad135f660ed11

commit 7d32f55e4ef44adc3a3ed5234eaad135f660ed11
Author: Max <msuraev at sysmocom.de>
Date:   Fri Dec 15 11:25:14 2017 +0100

    Avoid code duplication in TBF test
    
    Move repetitive checks into corresponding macros to avoid copy-pasted
    code. This also enables strickter checks some of which were apparently
    omitted while copy-pasting.
    
    This is part of preparation work to move to separate UL/DL windows.
    
    Related: OS#1759
    Change-Id: If7aa72f5aa66c5e9c255542c066b5494c098aab2

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

Summary of changes:
 src/bts.cpp               |   8 +-
 src/encoding.cpp          |   4 +-
 src/gprs_rlcmac_sched.cpp |  54 ++++++------
 src/tbf.cpp               |  19 ++++-
 src/tbf.h                 |  45 ++++++----
 src/tbf_dl.cpp            |  25 ++----
 src/tbf_ul.cpp            |  19 +----
 tests/tbf/TbfTest.cpp     | 205 ++++++++++++++++++----------------------------
 tests/tbf/TbfTest.err     |  68 +++++++--------
 9 files changed, 204 insertions(+), 243 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list