libosmocore.git branch max/conv created. 0.9.0-120-g87d6112

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 Apr 11 12:50:24 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/conv has been created
        at  87d6112f9968f4c74bd00373503b390c049d30d5 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=87d6112f9968f4c74bd00373503b390c049d30d5

commit 87d6112f9968f4c74bd00373503b390c049d30d5
Author: Max <msuraev at sysmocom.de>
Date:   Mon Apr 11 14:14:56 2016 +0200

    Add convolutional code for TCH/AFS
    
    Replace implementation in tests with added code. Note: the code was
    manually generated with utils/conv_gen.py

http://cgit.osmocom.org/libosmocore/commit/?id=5c95c1d0a447df9d027a156bdc33c5b75d2d089b

commit 5c95c1d0a447df9d027a156bdc33c5b75d2d089b
Author: Max <msuraev at sysmocom.de>
Date:   Mon Apr 11 13:56:55 2016 +0200

    Add convolutional code generators for CS2/3

http://cgit.osmocom.org/libosmocore/commit/?id=2cd7f5a01f5ef5859298b64dc8eb8db842ec1d41

commit 2cd7f5a01f5ef5859298b64dc8eb8db842ec1d41
Author: Max <msuraev at sysmocom.de>
Date:   Mon Apr 11 13:44:12 2016 +0200

    Add concolutional code generator for *CCH
    
    Move convolutional code for *CCH channels from test to public API
    because it's useful not only for testing. Note: the code was manually
    generating with utils/conv_gen.py

http://cgit.osmocom.org/libosmocore/commit/?id=ac7010c31ba3f40b735fb9fe4b8473bad3859b04

commit ac7010c31ba3f40b735fb9fe4b8473bad3859b04
Author: Max <msuraev at sysmocom.de>
Date:   Mon Apr 11 12:20:27 2016 +0200

    Add code generator for convolutional codes
    
    Add python utility to generate .c code with state/output tables for
    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. Note: only
    necessary tables are generated. Corresponding header files with actual
    osmo_conv_code instance (including puncturing etc) have to be added
    manually.
    
    Fixes: OS#1629

http://cgit.osmocom.org/libosmocore/commit/?id=23feb0a5b6e6d1866d1e3102216cc7abca3406e8

commit 23feb0a5b6e6d1866d1e3102216cc7abca3406e8
Author: Max <msuraev at sysmocom.de>
Date:   Mon Apr 4 17:46:57 2016 +0200

    Add ubit <-> sbit convertors
    
    Move functions for conversion between soft and unpacked bits to main
    library as they are generally useful.

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


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



More information about the osmocom-commitlog mailing list