Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UHD output timestamp increment | Matthias P. Braendli | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | UHD: do not print length 1 messages | Matthias P. Braendli | 2015-09-18 | 1 | -1/+10 |
| | |||||
* | Keep UHD settings across a modulator restart | Matthias P. Braendli | 2015-09-18 | 1 | -15/+15 |
| | |||||
* | Make it possible to use synchronous=1 with internal ref | Matthias P. Braendli | 2015-08-26 | 1 | -0/+1 |
| | |||||
* | Add support for Ettus GPSDO | Matthias P. Braendli | 2015-08-15 | 1 | -5/+41 |
| | |||||
* | Switch to C++11, remove boost::shared_ptr | Matthias P. Braendli | 2015-08-01 | 1 | -2/+1 |
| | |||||
* | Replace fixtype by timelock sensor in OutputUHD | Matthias P. Braendli | 2015-07-03 | 1 | -15/+15 |
| | |||||
* | Move GPS check out of UHDWorker | Matthias P. Braendli | 2015-06-12 | 1 | -211/+237 |
| | |||||
* | Add some sort of initial gps check | Matthias P. Braendli | 2015-06-12 | 1 | -74/+147 |
| | |||||
* | Cleanup OutputUHD structure | Matthias P. Braendli | 2015-06-12 | 1 | -288/+243 |
| | |||||
* | Simplify TIST offset handling, add offset to RC | Matthias P. Braendli | 2015-06-12 | 1 | -1/+1 |
| | | | | This breaks old configuration files using synchronous=1 | ||||
* | Revert priority setting for mod and UHD threads | Matthias P. Braendli | 2015-06-07 | 1 | -10/+4 |
| | | | | | | | | It is safer to go back to the previous state, given that several users have expressed concerns about reliability. Revert "Set priorities for modulator and UHD threads". This reverts commit c9ea7fb88809d935f3eaeee108415ff5abd17ead. | ||||
* | 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 |
| |