Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debugging prints | Matthias P. Braendli | 2015-06-05 | 1 | -16/+0 |
| | |||||
* | Fix intermittent underruns after a restart | Matthias P. Braendli | 2015-06-05 | 1 | -0/+17 |
| | | | | | | | | | | | | | | When using UHD without synchronous=1: After a modulator restart, the input ZMQ buffer is nearly empty, and the modulator actually gets blocked by the ThreadsafeQueue. This is visible by looking at the time deltas printed in the debugging code. This commit adds a minimal form of prebuffering (10 ETI frames) to the ZeroMQ input, and removes the useless minimum required size for the ThreadsafeQueue. In synchronous=1, the issue is not visible because the TIST defines the time to transmit, which will cause the ZMQ buffer to fill. | ||||
* | Set priorities for modulator and UHD threads | Matthias P. Braendli | 2015-06-05 | 1 | -4/+10 |
| | |||||
* | Logging: use etiLog instead of stderr | Matthias Braendli | 2015-06-02 | 1 | -38/+36 |
| | |||||
* | Reduce print of UHD messages | Matthias P. Braendli | 2015-05-03 | 1 | -11/+40 |
| | |||||
* | gps fix detector: add timeout | Matthias P. Braendli | 2015-05-03 | 1 | -18/+36 |
| | |||||
* | Add GPS fix checker, still with debugging | Matthias P. Braendli | 2015-05-03 | 1 | -3/+75 |
| | |||||
* | Use make_shared in DabMod.cpp | Matthias P. Braendli | 2015-04-10 | 1 | -14/+14 |
| | |||||
* | Add check for FCT validity | Matthias P. Braendli | 2015-04-10 | 1 | -1/+7 |
| | |||||
* | Restart whole modulator on FCT discontinuity | Matthias P. Braendli | 2015-02-27 | 1 | -6/+33 |
| | |||||
* | Remove incomplete OutputUHD iqbalance | Matthias P. Braendli | 2015-02-27 | 1 | -6/+0 |
| | |||||
* | Restart full modulator on ZeroMQ input overrun | Matthias P. Braendli | 2015-02-22 | 1 | -1/+3 |
| | |||||
* | indentation | Matthias P. Braendli | 2015-02-12 | 1 | -42/+43 |
| | |||||
* | added reset for static delay | Jörgen Scott | 2015-02-09 | 1 | -9/+16 |
| | |||||
* | Bug fix for static delay | Jörgen Scott | 2015-02-09 | 1 | -4/+4 |
| | |||||
* | Removed magick numbers and added support for static delay in all dab modes | Jörgen Scott | 2015-02-04 | 1 | -10/+44 |
| | |||||
* | Merge raspine's ZeroMQ RC and UHD staticdelay | Matthias P. Braendli | 2015-01-23 | 1 | -24/+61 |
|\ | | | | | | | | | | | | | Merge raspine/master pull request, fix indentation, code style, and two minor conflicts in: doc/example.ini src/DabMod.cpp | ||||
| * | Remove Makefile.am UHD check | Matthias P. Braendli | 2014-11-14 | 1 | -0/+4 |
| | | |||||
| * | Interrupt UHD when FCT value is not contiguous | Matthias P. Braendli | 2014-09-26 | 1 | -19/+16 |
| | | |||||
| * | SFN: carry FCT along with timestamps | Matthias P. Braendli | 2014-09-14 | 1 | -10/+46 |
| | | | | | | | | | | | | | | | | | | This is the first step to fix issue #6. The goal is to enable the OutputUHD to check for FCT consistency. Once it can do that, it will also be able to reset the UHD streamer if necessary. | ||||
* | | Code indentation, minor corrections | Matthias P. Braendli | 2015-01-23 | 1 | -28/+28 |
| | | |||||
* | | added zmq remote control | Jörgen Scott | 2015-01-13 | 1 | -131/+6 |
| | | |||||
* | | changed zmq api | Jörgen Scott | 2014-12-22 | 1 | -11/+21 |
| | | |||||
* | | added zmq controller to uhd | Jörgen Scott | 2014-12-16 | 1 | -1/+112 |
| | | |||||
* | | Added static delay via telnet control | Jörgen Scott | 2014-12-16 | 1 | -4/+52 |
|/ | |||||
* | Add subdevice to UHD configuration | Matthias P. Braendli | 2014-05-20 | 1 | -0/+5 |
| | |||||
* | remove using directives from .h files | Matthias P. Braendli | 2014-04-16 | 1 | -0/+3 |
| | |||||
* | UHDOutput rename bufsize | Matthias P. Braendli | 2014-03-26 | 1 | -3/+3 |
| | |||||
* | remove all #if ENABLE_UHD | Matthias P. Braendli | 2014-03-26 | 1 | -33/+0 |
| | |||||
* | Fix livelock in synchronous ZeroMQ scenario | Matthias P. Braendli | 2014-03-23 | 1 | -0/+2 |
| | |||||
* | To USRP refclk lock loss check only if refclk is not 'internal' | Matthias P. Braendli | 2014-03-22 | 1 | -3/+9 |
| | |||||
* | Do not compare floats for equality. Use a 1PPM window instead | Matthias P. Braendli | 2014-03-17 | 1 | -3/+5 |
| | |||||
* | Handle master_clock_rate better, add verification | Matthias P. Braendli | 2014-03-16 | 1 | -62/+106 |
| | | | | | | The configuration file supports type and master_clock_rate in the [uhd] section. The device option is still supported. But the master_clock_rate can only be verified if it is set ! | ||||
* | Update RemoteControl from dabmux | Matthias P. Braendli | 2014-03-14 | 1 | -2/+2 |
| | |||||
* | OutputUHD fails if sample rate cannot be set | Matthias P. Braendli | 2014-03-09 | 1 | -0/+5 |
| | |||||
* | update example config with B200 information | Matthias P. Braendli | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | fix minor compilation warning | Matthias P. Braendli | 2014-02-11 | 1 | -2/+2 |
| | |||||
* | Remove the fprintf's from OutputUHD, the logging takes care of this | Matthias P. Braendli | 2014-02-07 | 1 | -45/+35 |
| | |||||
* | UHD output: remove compilation warning | Matthias P. Braendli | 2014-02-07 | 1 | -3/+3 |
| | |||||
* | Replace CRC-DABMOD by ODR-DabMod | Matthias P. Braendli | 2014-02-07 | 1 | -4/+4 |
| | |||||
* | crc-dabmod: fix myMuting initialisation in OutputUHD | Matthias P. Braendli (think) | 2013-04-29 | 1 | -2/+9 |
| | |||||
* | add additional UHD init message | Matthias P. Braendli (think) | 2013-02-12 | 1 | -1/+3 |
| | |||||
* | crc-dabmod: much cleaner logging implementation | Matthias P. Braendli (think) | 2012-09-13 | 1 | -26/+32 |
| | |||||
* | crc-dabmod: OutputUHD: changed time and clock handling | Matthias P. Braendli (think) | 2012-09-13 | 1 | -48/+22 |
| | |||||
* | crc-dabmod: OutputUHD async message alerts correction | Bram (morningbird) | 2012-09-12 | 1 | -9/+9 |
| | |||||
* | crc-dabmod: OutputUHD async message alerts correction | Bram (morningbird) | 2012-09-11 | 1 | -1/+4 |
| | |||||
* | crc-dabmod: added clock_config parameters to configuration file | Matthias P. Braendli (think) | 2012-09-04 | 1 | -48/+91 |
| | |||||
* | crc-dabmod: remote control for FIRFilter | Matthias P. Braendli (think) | 2012-08-17 | 1 | -1/+2 |
| | |||||
* | crc-dabmod: UHD remote control supports mutingr3 | Matthias P. Braendli (think) | 2012-08-16 | 1 | -4/+25 |
| | |||||
* | crc-dabmod: added UHD tx gain remote control | Matthias P. Braendli (think) | 2012-08-16 | 1 | -5/+5 |
| |