osmocom-analog.git branch master updated. f5e4058c6f2bfeccdb4054c1e9fb7263cea95935

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
Tue Aug 8 10:56:53 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 "A/B/C Netz".

The branch, master has been updated
       via  f5e4058c6f2bfeccdb4054c1e9fb7263cea95935 (commit)
       via  d20b41a457787c21fc721a8534ed21f3ef52f028 (commit)
       via  7c9ce960d70a92cbace3c4030f4faabcf378ef42 (commit)
       via  5090f5a18d0c6a0494fe92268112613fef9be0e0 (commit)
       via  0cbd9657d20fb300d4fc2039ec137988eb40d21a (commit)
       via  6c6402571758340c640bd2350599ff6a9e5ffeb6 (commit)
       via  92ce6d4a428bb72692800ef32b5b80e69fef032b (commit)
       via  3274812eab64469a118dc66f902eb182d55975e9 (commit)
       via  0c9de251bedc16e51a1b5f5dc2735fa878708098 (commit)
      from  cd9cb9a1070f008b676cd5925f74d47f13dd5122 (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/osmocom-analog/commit/?id=f5e4058c6f2bfeccdb4054c1e9fb7263cea95935

commit f5e4058c6f2bfeccdb4054c1e9fb7263cea95935
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Thu Aug 3 13:46:31 2017 +0200

    work on docs

http://cgit.osmocom.org/osmocom-analog/commit/?id=d20b41a457787c21fc721a8534ed21f3ef52f028

commit d20b41a457787c21fc721a8534ed21f3ef52f028
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Mon Aug 7 08:16:25 2017 +0200

    Fixed command line option for call audio device (headset)
    
    --call-device option now works.
    
    Thanx to Fabricio pointing to this bug.

http://cgit.osmocom.org/osmocom-analog/commit/?id=7c9ce960d70a92cbace3c4030f4faabcf378ef42

commit 7c9ce960d70a92cbace3c4030f4faabcf378ef42
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Thu Jul 27 12:05:11 2017 +0200

    Fixes of checking digits

http://cgit.osmocom.org/osmocom-analog/commit/?id=5090f5a18d0c6a0494fe92268112613fef9be0e0

commit 5090f5a18d0c6a0494fe92268112613fef9be0e0
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Jul 30 22:03:51 2017 +0200

    SDR: Show IQ data with three colors to detect input overdrive
    
    green: up to 0.45
    yellow: between 0.45 and 0.9
    red: above 0.9

http://cgit.osmocom.org/osmocom-analog/commit/?id=0cbd9657d20fb300d4fc2039ec137988eb40d21a

commit 0cbd9657d20fb300d4fc2039ec137988eb40d21a
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Mon Jul 24 19:18:01 2017 +0200

    Move Hagelbarger error correction code from NMT to common code
    
    It will be used by Radiocom 2000 also.
    Some minor fixes and improvements apply.

http://cgit.osmocom.org/osmocom-analog/commit/?id=6c6402571758340c640bd2350599ff6a9e5ffeb6

commit 6c6402571758340c640bd2350599ff6a9e5ffeb6
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Mon Jul 24 16:18:10 2017 +0200

    Move FFSK modem from NMT to common code, so it can be used by other networks

http://cgit.osmocom.org/osmocom-analog/commit/?id=92ce6d4a428bb72692800ef32b5b80e69fef032b

commit 92ce6d4a428bb72692800ef32b5b80e69fef032b
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Mon Jul 24 10:09:05 2017 +0200

    SDR: Using threads for read and write when doing resampling

http://cgit.osmocom.org/osmocom-analog/commit/?id=3274812eab64469a118dc66f902eb182d55975e9

commit 3274812eab64469a118dc66f902eb182d55975e9
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sat Jul 22 10:38:18 2017 +0200

    NMT-900 System implementation
    
    NMT can now be run as 450 or 900 Network.

http://cgit.osmocom.org/osmocom-analog/commit/?id=0c9de251bedc16e51a1b5f5dc2735fa878708098

commit 0c9de251bedc16e51a1b5f5dc2735fa878708098
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sat Jul 15 21:49:28 2017 +0200

    NMT: Implement Hagelbarger Code
    
    This will correct burst errors of received messages. If the message
    is too corrupted, it will be ignored, because some element may not
    match then. The digits and line signals are checked for consistency,
    since they are repeated serveral times in a message.

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

Summary of changes:
 .gitignore                  |   1 +
 docs/amps.html              |  60 +++++-
 docs/display-iq.png         | Bin 0 -> 2394 bytes
 docs/display-spectrum.png   | Bin 0 -> 2698 bytes
 docs/focc.png               | Bin 0 -> 58021 bytes
 docs/fvc.png                | Bin 0 -> 212300 bytes
 docs/index.html             |   3 +-
 docs/nmt.html               |  19 +-
 docs/recc.png               | Bin 0 -> 134466 bytes
 docs/sdr.html               | 168 ++++++++++++++++
 docs/sdr.jpg                | Bin 0 -> 125987 bytes
 src/anetz/stations.c        |  16 +-
 src/bnetz/stations.c        |  16 +-
 src/common/Makefile.am      |   2 +
 src/common/display_iq.c     |  25 ++-
 src/common/ffsk.c           | 256 +++++++++++++++++++++++++
 src/common/ffsk.h           |  27 +++
 src/common/hagelbarger.c    | 101 ++++++++++
 src/common/hagelbarger.h    |   4 +
 src/common/main_common.c    |  33 +++-
 src/common/sdr.c            | 342 +++++++++++++++++++++++++++++----
 src/common/sdr.h            |   2 +-
 src/common/soapy.c          |  30 +--
 src/common/uhd.c            |   2 +-
 src/nmt/countries.c         | 151 ++++++++++-----
 src/nmt/countries.h         |  10 +-
 src/nmt/dms.c               |   9 +-
 src/nmt/dms.h               |   2 +
 src/nmt/dsp.c               | 260 ++++++-------------------
 src/nmt/dsp.h               |   1 -
 src/nmt/frame.c             | 457 ++++++++++++++++++++++++--------------------
 src/nmt/frame.h             |  16 +-
 src/nmt/main.c              |  59 ++++--
 src/nmt/nmt.c               | 238 ++++++++++++++++++-----
 src/nmt/nmt.h               |  53 +++--
 src/test/Makefile.am        |  10 +-
 src/test/test_dms.c         |  10 +-
 src/test/test_hagelbarger.c |  33 ++++
 38 files changed, 1739 insertions(+), 677 deletions(-)
 create mode 100644 docs/display-iq.png
 create mode 100644 docs/display-spectrum.png
 create mode 100644 docs/focc.png
 create mode 100644 docs/fvc.png
 create mode 100644 docs/recc.png
 create mode 100644 docs/sdr.html
 create mode 100644 docs/sdr.jpg
 create mode 100644 src/common/ffsk.c
 create mode 100644 src/common/ffsk.h
 create mode 100644 src/common/hagelbarger.c
 create mode 100644 src/common/hagelbarger.h
 create mode 100644 src/test/test_hagelbarger.c


hooks/post-receive
-- 
A/B/C Netz



More information about the osmocom-commitlog mailing list