osmo-pcu.git branch master updated. 0.2-903-gccde5c9

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 May 15 12:46:50 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  ccde5c9557382f56a40e0c94fc29eca8bd886c1c (commit)
      from  3de6d0602f4c0c70b87d303161e154746a74b50d (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=ccde5c9557382f56a40e0c94fc29eca8bd886c1c

commit ccde5c9557382f56a40e0c94fc29eca8bd886c1c
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sat Feb 4 03:10:08 2017 +0100

    remove pcu own bitvector implementation
    
    The osmocore bitvec is exact the same, but use a pointer instead of
    a reference.
    
    Change-Id: Id8f797631d89aa12b6e48efb2dc153a3e2f059f7

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

Summary of changes:
 src/Makefile.am               |   2 -
 src/bitvector.cpp             | 120 ---------
 src/bitvector.h               |  52 ----
 src/bts.cpp                   |   8 +-
 src/csn1.cpp                  | 210 ++++++++--------
 src/csn1.h                    |   5 +-
 src/egprs_rlc_compression.cpp |   6 +-
 src/encoding.cpp              | 548 +++++++++++++++++++++---------------------
 src/gprs_bssgp_pcu.cpp        |   2 +-
 src/gprs_rlcmac.cpp           |   2 +-
 src/gprs_rlcmac.h             |   2 +-
 src/gsm_rlcmac.cpp            | 124 +++++-----
 src/pcu_main.cpp              |   1 -
 src/tbf.cpp                   |   6 +-
 src/tbf_ul.cpp                |   2 +-
 tests/rlcmac/RLCMACTest.cpp   |  24 +-
 tests/tbf/TbfTest.cpp         |   4 +-
 tests/types/TypesTest.cpp     |   2 +-
 18 files changed, 475 insertions(+), 645 deletions(-)
 delete mode 100644 src/bitvector.cpp
 delete mode 100644 src/bitvector.h


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list