osmo-pcu.git branch master updated. 0.2-877-g8adfcd0

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
Mon Jan 23 12:26:25 UTC 2017


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  8adfcd06a1db8033467d30b21ad7f6f35d6bf919 (commit)
      from  127a1e07504e555a53072d34e65ca7838c905edb (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=8adfcd06a1db8033467d30b21ad7f6f35d6bf919

commit 8adfcd06a1db8033467d30b21ad7f6f35d6bf919
Author: sivasankari <Sivasankari.Theerthagiri at radisys.com>
Date:   Mon Jan 16 15:41:21 2017 +0530

    Add compression support in EGPRS PUAN
    
    This adds compression of bitmap in PUAN. The compressed bitmap
    is used only if the number of bits in the bitmap does not fit in
    the message and there is a gain after compression.
    The algorithm is part of libosmocore and so there is dependency
    on the libosmocore for compilation.
    The algorithm is tested on integration setup by forcing compression.
    
    Change-Id: Id2eec4b5eb6da0ebd24054b541b09b700b9b40ba

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

Summary of changes:
 src/egprs_rlc_compression.cpp | 334 +++++++++++++++++++++++++++++++++++++++++-
 src/egprs_rlc_compression.h   |   4 +
 src/encoding.cpp              | 131 ++++++++++++++---
 src/rlc.cpp                   |  28 ++++
 src/rlc.h                     |   1 +
 src/tbf.cpp                   |   6 +-
 src/tbf.h                     |   2 +
 src/tbf_ul.cpp                |  21 +++
 tests/tbf/TbfTest.err         |  37 +++++
 9 files changed, 537 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list