osmo-pcu.git branch master updated. 0.4.0-51-g6298fbb

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 Jan 17 10:50:32 UTC 2018


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  6298fbb7b2f3639fde994633e33ba54a64a6ef9b (commit)
       via  93d947f5e8a30acc9250c124bf9d5bb6a8863526 (commit)
       via  896574e92bea09ed8d39688b6fdf504e84521746 (commit)
       via  529ce885450946d85d1920fb3d1a994c3efe5849 (commit)
      from  2141962baf95bfaf11f19dacd59f7b8ac8d49ca3 (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=6298fbb7b2f3639fde994633e33ba54a64a6ef9b

commit 6298fbb7b2f3639fde994633e33ba54a64a6ef9b
Author: Max <msuraev at sysmocom.de>
Date:   Tue Jan 9 18:58:54 2018 +0100

    Use Timing Advance Index in UL assignments
    
    Write TAI (if available) when generating Rest Octets for UL
    Assignment. This should not affect actual PCU behavior because TAI is
    not yet supported by upper layers but we have to adjust corresponding
    tests anyway.
    
    Change-Id: I8b17be78a46c0bc17516b7c90f35aa4768010ae4

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

commit 93d947f5e8a30acc9250c124bf9d5bb6a8863526
Author: Max <msuraev at sysmocom.de>
Date:   Tue Jan 9 18:54:29 2018 +0100

    Rewrite Packet Uplink Assignment
    
    Use bitvec_set_*() directly without external write pointer tracking to
    simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
    §10.5.2.16) which is the last part of the message so it should not
    interfere with the rest of encoding functions.
    
    The tests are adjusted accordingly.
    
    Change-Id: I44db2eeea7448ff67e688ae716487bc6dbfc96a3
    Related: OS#1526

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

commit 896574e92bea09ed8d39688b6fdf504e84521746
Author: Max <msuraev at sysmocom.de>
Date:   Tue Jan 9 18:45:41 2018 +0100

    Rewrite Packet Downlink Assignment
    
    Use bitvec_set_*() directly without external write pointer tracking to
    simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
    §10.5.2.16) which is the last part of the message so it should not
    interfere with the rest of encoding functions.
    
    The tests are adjusted accordingly.
    
    Change-Id: I52ec9b07413daabba8cd5f1fba5c7b3af6a33389
    Related: OS#1526

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

commit 529ce885450946d85d1920fb3d1a994c3efe5849
Author: Max <msuraev at sysmocom.de>
Date:   Tue Jan 9 13:15:05 2018 +0100

    Rewrite EGPRS Packet Uplink Assignment
    
    Use bitvec_set_*() directly without external write pointer tracking to
    simplify the code. This is part of IA Rest Octets (3GPP TS 44.018
    §10.5.2.16) which is the last part of the message so it should not
    interfere with the rest of encoding functions.
    
    Reusable fragments are split into static helpers.
    
    Change-Id: I2139fb347b3290621bbc3f6a031f7f213d372e65
    Related: OS#1526

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

Summary of changes:
 src/encoding.cpp      | 385 +++++++++++++++++++++++++++++++-------------------
 tests/tbf/TbfTest.err | 102 ++++++-------
 2 files changed, 289 insertions(+), 198 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list