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=ccde5c9557382f56a40e0c94fc29eca…
commit ccde5c9557382f56a40e0c94fc29eca8bd886c1c
Author: Alexander Couzens <lynxis(a)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