diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 5 deletions
@@ -1,11 +1,11 @@ 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): +2018-03-21: Matthias P. Braendli <matthias@mpb.li> + (v2.0.0): 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. + to be used for SFN and for DPD. (Not yet possible) 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 @@ -17,11 +17,13 @@ ODR-DabMod in this repository 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. Make EDI input optional (it's not well tested, unfinished and slows compile time) Improve portability for non-Linux POSIX systems. + Default to TM 1, do not read from ETI anymore. + Add support for UHD 3.11. + Implement auto-reconnect for the TCP input. 2017-11-18: Matthias P. Braendli <matthias@mpb.li> (v1.1.0): diff --git a/configure.ac b/configure.ac index d95f08d..ac141dc 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.69) -AC_INIT([ODR-DabMod], [1.1.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [2.0.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |