libosmocore.git branch master updated. 0.9.0-138-g84da22f

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 Apr 29 11:22:10 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, master has been updated
       via  84da22f96429f77276783d28622d0c6acb5c484d (commit)
      from  aa16d63c273204dc69108f7361d38b751bfb69e4 (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=84da22f96429f77276783d28622d0c6acb5c484d

commit 84da22f96429f77276783d28622d0c6acb5c484d
Author: Max Suraev msuraev at sysmocom.de <laforge at gnumonks.org>
Date:   Fri Apr 29 13:17:22 2016 +0200

    Add code generator for convolutional codes
    
    Add python utility to generate .c code with convolutional
    encoder/decoder based on polynomial description of the code. If argument
    given it'll be interpreted as intended output directory, otherwise
    current working directory is used.
    
    Codes for *CCH, CS2/3 and TCH/AFS are generated. Corresponding manual
    implementations are removed from tests. This introduce build-time
    dependency on python.
    
    The main work for this patch was generously contributed by Sylvain
    Munaut.
    
    Fixes: OS#1629

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

Summary of changes:
 .gitignore             |   1 +
 debian/control         |   1 +
 include/Makefile.am    |   1 +
 src/gsm/Makefile.am    |   8 ++
 src/gsm/libosmogsm.map |  12 +++
 tests/Makefile.am      |   2 +-
 tests/conv/conv_test.c | 283 ++++++++++++++++---------------------------------
 7 files changed, 113 insertions(+), 195 deletions(-)


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



More information about the osmocom-commitlog mailing list