osmo-pcu.git branch master updated. 0.2-761-g63d33ad

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 Mar 30 20:09:59 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  63d33ad2d79683fab33542570e20d082bb66476c (commit)
       via  7952282b78867e53ab8fd9cf819d1f9fdece58ba (commit)
       via  a859a2180043759a762af0701a056e23e22f1d19 (commit)
       via  7a05b039c835868eff34308d861edfeb28d1763b (commit)
       via  e44383baa4a883beb49a4b0ec370ba3256389b94 (commit)
      from  5a5d2b7a27e64deef8b7b48842204414c611942b (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=63d33ad2d79683fab33542570e20d082bb66476c

commit 63d33ad2d79683fab33542570e20d082bb66476c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Mar 30 22:08:18 2016 +0200

    fix compiler warnings about format string for size_t
    
    with gcc-5.3 on x86_64 I get the following compliler warnings:
    warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has
    type ‘size_t {aka long unsigned int}
    
    This patch resolves them

http://cgit.osmocom.org/osmo-pcu/commit/?id=7952282b78867e53ab8fd9cf819d1f9fdece58ba

commit 7952282b78867e53ab8fd9cf819d1f9fdece58ba
Author: Aravind Sirsikar <arvind.sirsikar at radisys.com>
Date:   Wed Mar 23 18:29:47 2016 +0530

    Support puncturing scheme selection for EGPRS DL
    
    Adds support to find the puncturing scheme for retransmission
    with MCS change, retransmission with no MCS change, transmission
    case. Puncturing scheme selection for retransmission case with
    MCS change is aligned with TS 44.060 9.3.2.1. Puncturing scheme
    selection for retransmission without MCS change, fresh transmission
    is aligned with TS 44.060 10.4.8a.3.1, 10.4.8a.2.1, 10.4.8a.1.1

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

commit a859a2180043759a762af0701a056e23e22f1d19
Author: Aravind Sirsikar <arvind.sirsikar at radisys.com>
Date:   Wed Mar 23 18:29:46 2016 +0530

    Update CPS calculation with new data structures
    
    Update existing CPS calculation function to align with new data
    structure introduced

http://cgit.osmocom.org/osmo-pcu/commit/?id=7a05b039c835868eff34308d861edfeb28d1763b

commit 7a05b039c835868eff34308d861edfeb28d1763b
Author: Aravind Sirsikar <arvind.sirsikar at radisys.com>
Date:   Wed Mar 23 18:29:45 2016 +0530

    Add data structure for CPS calculation in DL
    
    Define new data structure with respect to TS 44.060
    10.4.8a.3.1, 10.4.8a.2.1, 10.4.8a.1.1 for puncturing scheme values
    and initialize the variable introduced

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

commit e44383baa4a883beb49a4b0ec370ba3256389b94
Author: Bhargava Abhyankar <Bhargava.Abhyankar at radisys.com>
Date:   Tue Mar 22 18:42:30 2016 +0530

    Refactor the Uplink RLC header parsing function
    
    Parsing the uplink data header for GPRS and EGPRS header type 3
    is handled in separate functions.
    This patch will enhance modularity of the code.

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

Summary of changes:
 src/decoding.cpp          | 140 +++++++++++++++++++++++++---------------------
 src/decoding.h            |   9 ++-
 src/pcu_vty_functions.cpp |   6 +-
 src/rlc.cpp               | 110 ++++++++++++++++++++++++++++++++----
 src/rlc.h                 |  34 ++++++++++-
 src/tbf_dl.cpp            |  26 ++++++++-
 tests/tbf/TbfTest.err     |  52 ++++++++---------
 7 files changed, 266 insertions(+), 111 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list