libosmocore.git branch max/t4 updated. 0.9.0-54-g4d3d3c5

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
Fri Jan 15 16:25:00 UTC 2016


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, max/t4 has been updated
       via  4d3d3c5b1c26661e62ea422e18e58319c7f078a2 (commit)
      from  d8fee44a669afb528a2bd80cc522fd17d6f47135 (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=4d3d3c5b1c26661e62ea422e18e58319c7f078a2

commit 4d3d3c5b1c26661e62ea422e18e58319c7f078a2
Author: Max <msuraev at sysmocom.de>
Date:   Fri Jan 15 17:23:15 2016 +0100

    Add T4 bit compression routines.
    
    Ticket: #2407
    Sponsored-by: On-Waves ehf
    
    Signed-off-by: Max <msuraev at sysmocom.de>

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

Summary of changes:
 .gitignore                                   |   1 +
 include/Makefile.am                          |   1 +
 include/osmocom/core/{crcgen.h => bitcomp.h} |  30 +-
 src/Makefile.am                              |   2 +-
 src/bitcomp.c                                | 450 +++++++++++++++++++++++++++
 tests/Makefile.am                            |   7 +-
 tests/bits/bitcomp_test.c                    | 102 ++++++
 tests/bits/bitcomp_test.ok                   |  29 ++
 tests/testsuite.at                           |   6 +
 9 files changed, 612 insertions(+), 16 deletions(-)
 copy include/osmocom/core/{crcgen.h => bitcomp.h} (67%)
 create mode 100644 src/bitcomp.c
 create mode 100644 tests/bits/bitcomp_test.c
 create mode 100644 tests/bits/bitcomp_test.ok


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list