osmo-pcu.git branch master updated. 0.2-821-geebcb1e

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
Thu Aug 25 11:54:42 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  eebcb1e3e87a37cde3ac6aaf89b8c6c201abb6ba (commit)
       via  02352b487ac6808b6adb8e8623f0921aad7f02d7 (commit)
      from  50b097003baac3903c9d52a609b091c76ca83e3c (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=eebcb1e3e87a37cde3ac6aaf89b8c6c201abb6ba

commit eebcb1e3e87a37cde3ac6aaf89b8c6c201abb6ba
Author: Aravind Sirsikar <Arvind.Sirsikar at radisys.com>
Date:   Thu Aug 25 16:40:23 2016 +0530

    Fix EGPRS PUAN encoding: use correct urbb_len
    
    Earlier there was an incorrect encoding of PUAN when VQ is not equal
    VR case for EGPRS UL RLC window. The PCU was encoding the same PUAN
    message always irrespective of radio condition. This was a bottle neck
    for performance testing. Which has been fixed in this patch.
    
    Related: OS#1793
    
    unit test assertion in the previous commit is fixed in this patch.
    
    Change-Id: Iba7b1995028bd81749ffb080616b2ad5f2540d57

http://cgit.osmocom.org/osmo-pcu/commit/?id=02352b487ac6808b6adb8e8623f0921aad7f02d7

commit 02352b487ac6808b6adb8e8623f0921aad7f02d7
Author: Aravind Sirsikar <Arvind.Sirsikar at radisys.com>
Date:   Thu Aug 25 16:37:30 2016 +0530

    EGPRS: PUAN encoding: add test case to show wrong urbb_len issue
    
    This patch adds a test case which expects a current bug with EGPRS PUAN
    encoding when VQ != VR. The test's expectation is corrected along with
    the bugfix in a subsequent commit
    
    Adds test_tbf_puan_urbb_len to describe the following bug:
    EGPRS PUAN encoding disregards the urbb_len, leading to identical PUAN
    messages regardless of the urbb_len.
    
    Related: OS#1793
    
    Change-Id: I00662a564f64c0c83627401ae8f7bfef0f0a5de8

-----------------------------------------------------------------------

Summary of changes:
 src/encoding.cpp      |   3 +-
 tests/tbf/TbfTest.cpp | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/tbf/TbfTest.err | 123 ++++++++++++++++++++++++++++++++++
 tests/tbf/TbfTest.ok  |   2 +
 4 files changed, 305 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list