libosmocore.git branch master updated. 0.9.0-271-ga6b5216

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
Sun Oct 23 07:38:32 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  a6b5216ab4b7acfaa2b0b9d421fc72f6153fad59 (commit)
       via  84fc2ce210d57f2d59d2a5c1599d45746c8ffeff (commit)
       via  f3d38c493722b4d3cb6bd5dbd9a30d5681a7cdf2 (commit)
       via  c7a01d554e3ad3af205e70a29685c3d32333bfdd (commit)
       via  6908fa783d85ef4391755757bf4856a2d5ba860c (commit)
       via  d2d9760c08f35a231d32f0ebeb73b2927e5573b3 (commit)
      from  694f72d148882987cc8e4ffd0c4143d8099e09bf (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=a6b5216ab4b7acfaa2b0b9d421fc72f6153fad59

commit a6b5216ab4b7acfaa2b0b9d421fc72f6153fad59
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Thu Sep 8 22:06:07 2016 +0700

    utils/conv_gen.py: add EDGE MCS 1-9 definitions
    
    Change-Id: Ie1452342f524a8b60f2babc07398a1d9c9e06aa3

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

commit 84fc2ce210d57f2d59d2a5c1599d45746c8ffeff
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Thu Sep 8 20:30:36 2016 +0700

    utils/conv_gen.py: fix some typos
    
    Change-Id: I3327b92715744af4ef61496ef0121555d9d24799

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

commit f3d38c493722b4d3cb6bd5dbd9a30d5681a7cdf2
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Sep 7 23:09:49 2016 +0700

    utils/conv_gen.py: add RACH, SCH and TCH/AHS definitions
    
    Change-Id: I0ea7151f4e8119a8798a9e129b951559e56b0d93

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

commit c7a01d554e3ad3af205e70a29685c3d32333bfdd
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Sep 7 23:03:05 2016 +0700

    gsm/gsm0503.h: fix typo
    
    Change-Id: I263d61111544eeb7227e1e0e8f2d14479eae2079

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

commit 6908fa783d85ef4391755757bf4856a2d5ba860c
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Sep 7 22:34:53 2016 +0700

    utils/conv_gen.py: improve output formatting
    
    To keep the generated tables readable, line with should be limited.
    So, now there are the following limitations:
    
     - _print_term(): up to 12 numbers per line,
     - _print_puncture(): up to 12 numbers per line,
     - _print_x(): up to 4 blocks per line.
    
    Change-Id: I95256c4ad402a3c088bdb6c5a5cda8b17c31881c

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

commit d2d9760c08f35a231d32f0ebeb73b2927e5573b3
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Sep 7 22:18:10 2016 +0700

    utils/conv_gen.py: generate a single file
    
    Instead of generating every convolutional code into a separate
    file (such as conv_xcch_gen.c, conv_cs3_gen.c), it is better to
    have a single file, containing all definitions, because as many
    convolutional codes we add, as many entries we will have to add
    into 'src/gsm/Makefile.am'. This approach increases readability
    of the Makefile.am, and also makes us able to share some data
    between some convolutional code definitions.
    
    For example: xCCH, RACH, SCH, TCH/F, both CS2 and CS3 may use
    the same *_state[][2] and *_output[][2] arrays within a single
    file. This optimization is currently WIP.
    
    Change-Id: Ib4e4ee5fdde38429e68e3b2fa50ec03a18f59daa

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

Summary of changes:
 .gitignore                    |    2 +-
 include/osmocom/gsm/gsm0503.h |  102 +++-
 src/gsm/Makefile.am           |   12 +-
 src/gsm/libosmogsm.map        |   25 +
 utils/conv_gen.py             | 1071 ++++++++++++++++++++++++++++-------------
 5 files changed, 872 insertions(+), 340 deletions(-)


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



More information about the osmocom-commitlog mailing list