Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use CLOCK_GETTIME in SDR | Matthias P. Braendli | 2018-01-17 | 1 | -19/+3 |
| | |||||
* | Merge branch 'next' into outputRefactoring | Matthias P. Braendli | 2017-12-25 | 1 | -0/+1 |
|\ | |||||
| * | Check for prctl portability | Matthias P. Braendli | 2017-12-15 | 1 | -0/+1 |
| | | |||||
* | | Move USRP GPSDO and time handling into separate class | Matthias P. Braendli | 2017-11-26 | 1 | -0/+4 |
|/ | |||||
* | Move print of startup info to new function | Matthias P. Braendli | 2017-02-24 | 1 | -0/+2 |
| | |||||
* | Move configuration and cmdline parser to new file | Matthias P. Braendli | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Add support for SoapySDR | Matthias P. Braendli | 2017-02-10 | 1 | -4/+5 |
| | |||||
* | Set custom names to threads | Matthias P. Braendli | 2016-06-17 | 1 | -0/+2 |
| | |||||
* | Set SCHED_RR prio for all data processing threads | Matthias P. Braendli | 2016-06-17 | 1 | -0/+2 |
| | | | | This includes Modulator, FIR Filter and UHD worker | ||||
* | Fix intermittent underruns after a restart | Matthias P. Braendli | 2015-06-05 | 1 | -0/+18 |
| | | | | | | | | | | | | | | 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. | ||||
* | Move some code from DabMod into Utils | Matthias P. Braendli | 2015-02-12 | 1 | -0/+44 |