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 59e4a4fee11a966d2c72209a0e23087e20d5103d (commit)
via ee5be3a0095b4bae430032d35e3ad0716eff34ab (commit)
from c21f007277713b15d9a48d0bcc6f28aa51b4f908 (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=59e4a4fee11a966d2c72209a0e23087…
commit 59e4a4fee11a966d2c72209a0e23087e20d5103d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 20 18:01:55 2017 +0100
TBF: add N3101 counter
Properly reset the counter when receiving valid RLCMAC block and update
it when no data is received as per 3GPP TS 44.060 §8.1.1.1
Change-Id: I2f79c6153dc4073c9d293b2824979e6381576682
Fixes: OS#2407
http://cgit.osmocom.org/osmo-pcu/commit/?id=ee5be3a0095b4bae430032d35e3ad07…
commit ee5be3a0095b4bae430032d35e3ad0716eff34ab
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 20 17:31:13 2017 +0100
TBF: implement independent T31xx timers
Previously TBF got single timer so the pending timer was automatically
cancelled when new one was scheduled. Let's make it more robust by
implementing independent T31 xx timers from 3GPP TS 44.060 §13.2 with
corresponding start/stop functions and counters.
The semantics of the timers is preserved as before: pending timers are
restarted unconditionally. It might be neecessary to change this later on
after spec review.
N. B. T0: used for assign/reject timeouts, have to be properly
attributed and documented first.
Change-Id: I0305873ca47534f53441247217881da59625e1f7
Related: OS#2407
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 21 ++++-
src/tbf.cpp | 220 +++++++++++++++++++++++++++++++++++---------------
src/tbf.h | 27 ++++++-
src/tbf_dl.cpp | 14 ++--
src/tbf_ul.cpp | 2 +-
tests/tbf/TbfTest.cpp | 4 +-
6 files changed, 209 insertions(+), 79 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT