aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-20 01:19:49 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-20 01:19:49 +0100
commitf52b0e13f61a947c26236504ffb4b072352abc04 (patch)
treef22941e989bb775aacda52876c97ada7b899a7dd /ChangeLog
parent02385c6ed0e49c2ece2e5aca8671fe283e5cab6a (diff)
downloaddabmod-f52b0e13f61a947c26236504ffb4b072352abc04.tar.gz
dabmod-f52b0e13f61a947c26236504ffb4b072352abc04.tar.bz2
dabmod-f52b0e13f61a947c26236504ffb4b072352abc04.zip
Announce upcoming changes in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b6e52a..1d55512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.