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 a4f570fe7a9e511d04ba3aade4a144b4cb74deb8 (commit) via 7df82d412eca327b94f6040a140d1f8d5d9c7c53 (commit) from 869c0c2e552cc5019531229e366a022f6ede0557 (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=a4f570fe7a9e511d04ba3aade4a144b4...
commit a4f570fe7a9e511d04ba3aade4a144b4cb74deb8 Author: Max msuraev@sysmocom.de Date: Fri Dec 15 11:21:57 2017 +0100
window: move encoding into functions
* move window size encoding and writing into separate functions * introduce necessary TBF wrappers to avoid direct m_window access
This is part of preparation work to move to separate UL/DL windows.
Related: OS#1759 Change-Id: I60184d5049bc7d7b119df5a9eb82d1c4b788c840
http://cgit.osmocom.org/osmo-pcu/commit/?id=7df82d412eca327b94f6040a140d1f8d...
commit 7df82d412eca327b94f6040a140d1f8d5d9c7c53 Author: Max msuraev@sysmocom.de Date: Fri Dec 15 11:14:30 2017 +0100
TBF-DL: mark rcvd_dl_ack() parameters as boolean
The final(_ack) parameter of rcvd_dl_ack() only used as boolean - mark it as such.
Change-Id: Icc4d68f049a45d4b42c5594f50594ff0d44c1bac
-----------------------------------------------------------------------
Summary of changes: src/encoding.cpp | 34 ++++++++++++++++++++-------------- src/encoding.h | 2 +- src/pcu_vty_functions.cpp | 11 +++++------ src/tbf.h | 18 ++++++++++++++---- src/tbf_dl.cpp | 4 ++-- tests/tbf/TbfTest.cpp | 28 ++++++++++++++-------------- 6 files changed, 56 insertions(+), 41 deletions(-)
hooks/post-receive