libosmocore.git branch master updated. 0.9.6-125-g68930e8

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 Mar 6 17:07:02 UTC 2017


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  68930e85b5945db8ffea055fd178bc1f88b31d99 (commit)
       via  77a5b0946f67d0228a4dbb5a04940070e12ebf2f (commit)
       via  804c4c7d423f85f610fdbafe846edf04c7140c4b (commit)
       via  e9a90ee0d590d435d62dfe8c171c388e0ab9b93d (commit)
      from  cb5c4edda910059afd8dad26bafbc2ddb5e877fb (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=68930e85b5945db8ffea055fd178bc1f88b31d99

commit 68930e85b5945db8ffea055fd178bc1f88b31d99
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Thu Jan 19 03:33:24 2017 +0700

    tests/conv: separate test logic
    
    To be able to add some more tests, related to convolutional coding,
    without duplication of code, the test logic was separated from the
    conv_test.c into conv.c and conv.h.
    
    Change-Id: Idbdc7e19cb9b9a36cd1fccd621cd858e87530d98

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

commit 77a5b0946f67d0228a4dbb5a04940070e12ebf2f
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Jan 13 16:03:40 2017 +0700

    gsm0503.h: generate header automatically
    
    Since we have automatic header generation, implemented in the
    utils/conv_gen.py, it's time to use this feature!
    
    Change-Id: I21caa4e433b2cc1861611e35350a9671da444c2a

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

commit 804c4c7d423f85f610fdbafe846edf04c7140c4b
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Jan 13 15:04:37 2017 +0700

    utils/conv_gen.py: add header generation feature
    
    Change-Id: Iae830d716f01810972edbef14fc5383ac647d0ea

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

commit e9a90ee0d590d435d62dfe8c171c388e0ab9b93d
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Jan 13 03:43:58 2017 +0700

    utils/conv_gen.py: add test vectors generation feature
    
    Change-Id: Ie10c47ee952f253b1ba77ecf6e79f2c033545bc1

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

Summary of changes:
 .gitignore                    |   1 +
 include/Makefile.am           |   6 ++
 include/osmocom/gsm/gsm0503.h | 174 ------------------------------------------
 tests/Makefile.am             |   3 +-
 tests/conv/conv.c             | 143 ++++++++++++++++++++++++++++++++++
 tests/conv/conv.h             |  16 ++++
 tests/conv/conv_test.c        | 160 ++------------------------------------
 utils/conv_gen.py             | 125 ++++++++++++++++++++++++++++--
 8 files changed, 295 insertions(+), 333 deletions(-)
 delete mode 100644 include/osmocom/gsm/gsm0503.h
 create mode 100644 tests/conv/conv.c
 create mode 100644 tests/conv/conv.h


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



More information about the osmocom-commitlog mailing list