diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-20 01:19:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-20 01:19:49 +0100 |
commit | f52b0e13f61a947c26236504ffb4b072352abc04 (patch) | |
tree | f22941e989bb775aacda52876c97ada7b899a7dd /ChangeLog | |
parent | 02385c6ed0e49c2ece2e5aca8671fe283e5cab6a (diff) | |
download | dabmod-f52b0e13f61a947c26236504ffb4b072352abc04.tar.gz dabmod-f52b0e13f61a947c26236504ffb4b072352abc04.tar.bz2 dabmod-f52b0e13f61a947c26236504ffb4b072352abc04.zip |
Announce upcoming changes in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,6 +1,23 @@ This file contains information about the changes done to ODR-DabMod in this repository +2018-01-20: Matthias P. Braendli <matthias@mpb.li> + (upcoming version): + Big rework of the SDR device handling, putting in common more + logic between UHD and SoapySDR. Goal is to enable SoapySDR devices + to be used for SFN and for DPD. + Replace the old timestamp path that went around the process flowgraph + by a new metadata path that goes through the flowgraph, to avoid the + issues with misalignment of frame and timestamps. Do not mix different + versions when using timestamps, and be careful when mixing ODR-DabMod + with other transmitters in SFNs, as the timestamp interpretation can + change! + Add a timeout to the ZeroMQ input to quit on SIGINT (Ctrl-C). + Optionally show the flowgraph metadata in the file output for + test purposes. + Replace usage of non-portable Linux-only clock_gettime(). + Add antenna selection to UHD and SoapySDR outputs. + 2017-11-18: Matthias P. Braendli <matthias@mpb.li> (v1.1.0): Fix TII insertion power level. |