This file contains information about the changes done to the ODR-DabMod in this repository 2014-05-20: Matthias P. Braendli (v0.4.4) * odr-dabmod: Merge patch for USRP1 subdevice setting. Merge patch to correct ZMQ input command line argument. * generate-firfilter.py: Get FIRFilter generator script to work with newer GNURadio versions. 2014-04-04: Matthias P. Braendli (v0.4.3) * odr-dabmod: Various UHD improvements, esp. related to external clock input handling. ZeroMQ input protocol format updated to avoid frame phase alignment errors (not backward compatible) Various cleanup and fixes 2014-03-07: Matthias P. Braendli (v0.4.2) * odr-dabmod: Fix frequency/channel choice Improvements in ZMQ input reliability Use correct syslog identification 2014-02-11: Matthias P. Braendli (v0.4.1) * odr-dabmod: Include zmq.hpp and prefer it over the one provided by the system. Add the channel option to the configuration file for the UHD output. Replace fprintf calls by correct usage of the logging subsystem. Fix some compilation warnings. 2014-02-07: Matthias P. Braendli (v0.4.0) * odr-dabmod: Renamed CRC-DABMOD to ODR-DabMod Fixed version generation Fixed missing files in tarball 2014-01-31: Matthias P. Braendli (tag r11) * crc-dabmod: Minor improvements in logging, remote control, zmq input and autotools 2013-12-14: Matthias P. Braendli (tag r10) * autotools: Remove autogenerated files and add bootstrap Fix faulty logic for --enable-input-zeromq 2013-11-21: Matthias P. Braendli (tag r9) * crc-dabmod: Make generate-filter compatible with newer GNURadio Add the FIRFilter tap generation tool Remove references to mercurial in ChangeLog 2013-11-10: Matthias P. Braendli (tag r8): * crc-dabmod: Added secondary ETI input support. Added ZeroMQ ETI input. Fixed muting issue on missing timestamps, and Added related configuration entry. ZeroMQ dependency added in configure.ac Versioning changed to make hg revision visible Completed READMEs and INSTALLs 2012-09-13: Matthias P. Braendli (tag r7): * crc-dabmod/*: Logging implementation cleaned up, and several related bugs have been solved. Added Boost version check into autoconf * crc-dabmod/src/OutputUHD.*: Use non-deprecated way of setting clock and time for the USRP. 2012-08-26: Matthias P. Braendli (tag r6): * crc-dabmod: RemoteControl compatibility issue 2012-08-23: Matthias P. Braendli (tag r5): * crc-dabmod/*: Minor fixes to FIRFilter and file configuration 2012-08-17: Matthias P. Braendli (tag r4): * crc-dabmod/*: FIRFilter can not be remote-controlled, and supports on-the-fly change of the filter taps. 2012-08-16: Matthias P. Braendli (tag r3): * crc-dabmod/*: Implemented basic telnet remote control that can change some UHD settings, and a syslog-compatible logging system. 2012-08-14: Matthias P. Braendli (tag r2): * crc-dabmod/*: Added .INI configuration file parser. 2012-08-01: Matthias P. Braendli (tag r1): * crc-dabmod/*: It is now possible to run dabmod with OutputUHD even when no external 10MHz reference nor 1PPS are used. When using FIRFilter, the TimestampDecoder keeps one delay value to compensate for the increased pipeline latency of the FIRFilter. As a consequence, it should be possible to synchronise two DABMODs, even if only one uses FIRFilter. 2012-06-04 Pascal Charest * BlockPartitioner.cpp BlockPartitioner.h DabModulator.cpp EtiReader.cpp EtiReader.h: Solved CIF count synchronisation bug. 2012-02-07 Pascal Charest * DabMod.cpp DabModulator.cpp DabModulator.h: Added gain factor to support UHD scale. Added manual DAB mode control. * GainControl.cpp GainControl.h: Added gain factor to support UHD scale. * Makefile.am kiss_fft129.tar.gz: Updated Kiss FFT library to 1.2.9. 2011-12-15 Pascal Charest * configure.ac: Added Wall option to debug compilation. Added mm_malloc macro. * src/BlockPartitioner.h: Changed from codec to mux. * src/Buffer.cpp src/Buffer.h: New buffer management class. * src/DabMod.cpp: Changed from mm_malloc to memalign for Efence support. Replaced all fixed memory size with dynamic Buffer class. Removed FFTW api. * src/DabModulator.cpp src/DabModulator.h: Solved integer overflow bug for CicEqualizer initialisation. * src/GainControl.cpp: Added handling of null symbol when gain would be infinity. * src/InputMemory.h: Solved debug wrong file name issue. * src/kiss_fftsimd.c src/kiss_fftsimd.h: Generic function to pack data for SIMD operations (currently not used). 2011-12-09 Pascal Charest * *: Added support for DAB mode I, III and IV. 2010-07-14 Pascal Charest * configure.ac: Added enable-prof and enable-fft-simd options. * src/GainControl.cpp: Changed to system defined variables. * src/Makefile.am: Removed code about FFTW and KISS_FFT the only FFT library. * src/OfdmGenerator.cpp src/OfdmGenerator.h: Added support for KISS_FFT simd operations. * src/PuncturingEncoder.cpp: Solved a bug for last bits (tail) encoding. * src/Resampler.cpp src/Resampler.h: Added support for KISS_FFT simd operations. Removed unused code. * src/crc-dwap.py: Adapted to latest Gnuradio version. 2010-02-12 Pascal Charest * *: Initial public release