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 fb41afaaf69f1abeb56b1d95c0c707448e209b70 (commit)
from 9434e52af988cf724b1974a3911f46d14e6f4846 (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=fb41afaaf69f1abeb56b1d95c0c7074…
commit fb41afaaf69f1abeb56b1d95c0c707448e209b70
Author: aravind sirsikar <arvind.sirsikar(a)radisys.com>
Date: Wed Nov 2 15:48:00 2016 +0530
EGPRS: fix for EPDAN out of window
Fix alignment of EPDAN outside the RLC transmit window,
according to section 9.1.8.2.4 in 44.060 version 7.27.0 Release 7.
The specification explains that a bit within the uncompressed bitmap
whose corresponding BSN is not within the transmit window shall be
ignored. Without this fix PCU was dropping the EPDAN message and not
updating the status of BSNs which are inside the RLC window. This patch
updates the status of the BSNs which are inside the window and ignores
the remaining bits.
Related: OS#1789
Change-Id: Id07d178970f168f5389016c1eea31eb6b82057b6
-----------------------------------------------------------------------
Summary of changes:
src/rlc.cpp | 4 +-
src/tbf_dl.cpp | 30 ++++--------
tests/tbf/TbfTest.cpp | 14 ++----
tests/tbf/TbfTest.err | 123 ++++++++++++++++++++++++++++++++++++++++++++++++--
4 files changed, 134 insertions(+), 37 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT