osmo-pcu.git branch master updated. 0.2-854-gfb41afa

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Wed Nov 2 10:28:44 UTC 2016


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=fb41afaaf69f1abeb56b1d95c0c707448e209b70

commit fb41afaaf69f1abeb56b1d95c0c707448e209b70
Author: aravind sirsikar <arvind.sirsikar at 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



More information about the osmocom-commitlog mailing list