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.orgThis 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 "Osmocom Tools for Qualcomm Diag".
The branch, master has been updated
       via  c17070464fb3ede78de66d03800ca6ab08ede885 (commit)
       via  e56a12f2a58a167b21b429b6aa9c09f2b4d21c2c (commit)
       via  d248204bb7f609d1f89ad36e70e471af78f5b2bb (commit)
       via  78ced2084d7732bc2a37a9eb9bb37c9392372066 (commit)
       via  db5831c1c95debf40daef459c873f4d743bb06f2 (commit)
       via  78e84df4dc0bfc67decf54619f48a6d059c6b193 (commit)
      from  cef7ef60d0a79c288d6535d8ab99665c33c7c42e (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/osmo-qcdiag/commit/?id=c17070464fb3ede78de66d03800ca6ab08ede885
commit c17070464fb3ede78de66d03800ca6ab08ede885
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Jan 24 17:07:27 2017 +0100
    add missing gprs_l1.c file
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=e56a12f2a58a167b21b429b6aa9c09f2b4d21c2c
commit e56a12f2a58a167b21b429b6aa9c09f2b4d21c2c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 22 23:36:09 2017 +0100
    Add python script to generate value_string from file with #defines
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=d248204bb7f609d1f89ad36e70e471af78f5b2bb
commit d248204bb7f609d1f89ad36e70e471af78f5b2bb
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 22 23:35:25 2017 +0100
    python scripts: Generate file header with #include statements
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=78ced2084d7732bc2a37a9eb9bb37c9392372066
commit 78ced2084d7732bc2a37a9eb9bb37c9392372066
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 22 22:41:04 2017 +0100
    qxdm_db.py: Move value_string code generator to separate file
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=db5831c1c95debf40daef459c873f4d743bb06f2
commit db5831c1c95debf40daef459c873f4d743bb06f2
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 22 22:29:03 2017 +0100
    Add python script to generate 'struct value_string' from enum
    
    The idea is that you have an input file that defines an enum with
    symbolic names for numeric values.  The script then generates a 'struct
    value_string' with corresponding strings.
http://cgit.osmocom.org/osmo-qcdiag/commit/?id=78e84df4dc0bfc67decf54619f48a6d059c6b193
commit 78e84df4dc0bfc67decf54619f48a6d059c6b193
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 22 19:08:20 2017 +0100
    add *.pyc to .gitignore
-----------------------------------------------------------------------
Summary of changes:
 .gitignore                    |  1 +
 src/gprs_l1.c                 | 47 ++++++++++++++++++++++++++++++
 tools/define-create-valstr.py | 39 +++++++++++++++++++++++++
 tools/enum-create-valstr.py   | 68 +++++++++++++++++++++++++++++++++++++++++++
 tools/qxdm_db.py              | 11 +------
 tools/value_string.py         | 44 ++++++++++++++++++++++++++++
 6 files changed, 200 insertions(+), 10 deletions(-)
 create mode 100644 src/gprs_l1.c
 create mode 100755 tools/define-create-valstr.py
 create mode 100755 tools/enum-create-valstr.py
 create mode 100644 tools/value_string.py
hooks/post-receive
-- 
Osmocom Tools for Qualcomm Diag