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 25a3ca4e59a0ea03067a04ff3fe459a9ba00efd1 (commit) via ead08aae35ba282ef0fab0b982fe7877fee361da (commit) from 39eb95f1307895cbd67d860f15931f66fd384aca (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=25a3ca4e59a0ea03067a04ff3fe459a9...
commit 25a3ca4e59a0ea03067a04ff3fe459a9ba00efd1 Author: Max msuraev@sysmocom.de Date: Wed Dec 13 18:47:52 2017 +0100
TBF: move EGPRS enablement into (U|D)L-TBF
This is preparation patch for transition to separate UL/DL window variables instead of current shared generic window. The setting of window parameters is performed in functions specific to UL/DL TBFs but the general EGPRS flag remains the same and is set via the same function which is now marked as protected since it's only meant to be used by UL/DL subclasses.
Related: OS#1759 Change-Id: I6056194b28a1eb9d69093d1dfdc65a11bc1fc579
http://cgit.osmocom.org/osmo-pcu/commit/?id=ead08aae35ba282ef0fab0b982fe7877...
commit ead08aae35ba282ef0fab0b982fe7877fee361da Author: Max msuraev@sysmocom.de Date: Wed Dec 13 18:25:36 2017 +0100
DL window: constify resend_needed() function
It doesn't change any state so mark it as const.
Change-Id: I5d672bfd654198aebb187772de464c52b3209435
-----------------------------------------------------------------------
Summary of changes: src/rlc.cpp | 2 +- src/rlc.h | 2 +- src/tbf.cpp | 2 -- src/tbf.h | 19 +++++++++++++++---- 4 files changed, 17 insertions(+), 8 deletions(-)
hooks/post-receive