libosmocore.git branch max/conv updated. 0.9.0-121-gb2095ac

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 14:58:16 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 updated
  discards  87d6112f9968f4c74bd00373503b390c049d30d5 (commit)
  discards  5c95c1d0a447df9d027a156bdc33c5b75d2d089b (commit)
  discards  2cd7f5a01f5ef5859298b64dc8eb8db842ec1d41 (commit)
  discards  ac7010c31ba3f40b735fb9fe4b8473bad3859b04 (commit)
  discards  23feb0a5b6e6d1866d1e3102216cc7abca3406e8 (commit)
       via  b2095ac93ad4de4aa9cd9104baa19ad109fe7a79 (commit)
       via  3206da188b870ed31b542697061327ce0929e157 (commit)
       via  9b13ce460a1daeff22d5e2099a5ee15a2c1a5c06 (commit)
       via  80ec00ba5c86eacd97a6f16fb0749e5904a1498e (commit)
       via  9c587a0f891594e44cada5125b5623f68bd56ca2 (commit)
       via  10daaec3ed259c732470969b438a723c7a1bc716 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (87d6112f9968f4c74bd00373503b390c049d30d5)
            \
             N -- N -- N (b2095ac93ad4de4aa9cd9104baa19ad109fe7a79)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=b2095ac93ad4de4aa9cd9104baa19ad109fe7a79

commit b2095ac93ad4de4aa9cd9104baa19ad109fe7a79
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=3206da188b870ed31b542697061327ce0929e157

commit 3206da188b870ed31b542697061327ce0929e157
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=9b13ce460a1daeff22d5e2099a5ee15a2c1a5c06

commit 9b13ce460a1daeff22d5e2099a5ee15a2c1a5c06
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=80ec00ba5c86eacd97a6f16fb0749e5904a1498e

commit 80ec00ba5c86eacd97a6f16fb0749e5904a1498e
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=9c587a0f891594e44cada5125b5623f68bd56ca2

commit 9c587a0f891594e44cada5125b5623f68bd56ca2
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.

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

commit 10daaec3ed259c732470969b438a723c7a1bc716
Author: Max <msuraev at sysmocom.de>
Date:   Mon Apr 11 16:45:57 2016 +0200

    Add bssgp_pdu_str to libosmogb namespace

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

Summary of changes:
 src/gb/libosmogb.map | 1 +
 1 file changed, 1 insertion(+)


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



More information about the osmocom-commitlog mailing list