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 c21f007277713b15d9a48d0bcc6f28aa51b4f908 (commit) from ea9968f6854cbfe79506efedc43a953a7c38cdd6 (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=c21f007277713b15d9a48d0bcc6f28aa...
commit c21f007277713b15d9a48d0bcc6f28aa51b4f908 Author: Max msuraev@sysmocom.de Date: Fri Dec 15 17:36:45 2017 +0100
Introduce LOGTBF* for consistent logging
When troubleshooting complex issues with TBF lifecycle, it's much easier to follow the logs which are consistently formatted. Add LOGTBF*() macro similar to struct-specific log routines we use in other Osmocom project and use it to log TBF-related messages in a unified way. Tweak test output accordingly.
Related: OS#2407 Change-Id: I388249afefc32d2f6e5cb5e5abc6daf4dbd284ea
-----------------------------------------------------------------------
Summary of changes: src/bts.cpp | 80 +-- src/tbf.cpp | 111 ++-- src/tbf.h | 4 + src/tbf_dl.cpp | 42 +- src/tbf_ul.cpp | 8 +- tests/tbf/TbfTest.err | 1750 ++++++++++++++++++++++++------------------------- 6 files changed, 980 insertions(+), 1015 deletions(-)
hooks/post-receive