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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via bf173a3df5dce2c875f057bcfbffcf4b8c642fe5 (commit)
from 3de97e192688b75a24077bb7072030f4a4dc5ef3 (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/libosmocore/commit/?id=bf173a3df5dce2c875f057bcfbff…
commit bf173a3df5dce2c875f057bcfbffcf4b8c642fe5
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Oct 29 21:36:02 2016 +0200
bitcomp: Remove the t4 decoding from libosmocore
As outlined by mail on the 13th of July the tree based approach to
decoding in the PCU is faster by order of magnitude. Instead of having a
slow implementation in the library and a quick one in the PCU, let's
only have a quick one in the PCU and at some point in the future move it
to libosmocore.
Execute the plan and remove t4_decode.
Change-Id: I021424444625a097560d086c217c81eac4a5ee44
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/bitcomp.h | 1 -
src/bitcomp.c | 128 -----------------------------------------
tests/bits/bitcomp_test.c | 12 ----
tests/bits/bitcomp_test.ok | 10 ----
4 files changed, 151 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications