aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Increase default ZMQ queue sizeMatthias P. Braendli2015-06-051-1/+1
|
* Merge branch 'next' into tiiMatthias P. Braendli2015-06-057-27/+58
|\
| * Remove debugging printsMatthias P. Braendli2015-06-052-33/+0
| |
| * Fix intermittent underruns after a restartMatthias P. Braendli2015-06-056-23/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 threadsMatthias P. Braendli2015-06-052-4/+19
| |
* | Merge branch 'next' into tiiMatthias P. Braendli2015-06-0314-156/+117
|\|
| * Logging: use etiLog instead of stderrMatthias Braendli2015-06-0214-155/+112
| |
| * Apply rule of 3 in InputReaderMatthias Braendli2015-06-021-1/+5
| |
* | TII: Move carrier duplication into enable_carrierMatthias P. Braendli2015-05-301-7/+3
| |
* | Add and enable TII insertion for testingMatthias P. Braendli2015-05-304-3/+384
|/
* Use shared_ptr in ZMQ input instead of pointersMatthias P. Braendli2015-05-302-12/+10
|
* Telnet RC: reduce scope of m_welcome and m_promptMatthias P. Braendli2015-05-302-5/+4
|
* Use shared_ptr in FIRFilterMatthias P. Braendli2015-05-302-14/+14
|
* Use correct delete[] in ZMQ inputMatthias P. Braendli2015-05-301-1/+1
|
* Reduce print of UHD messagesMatthias P. Braendli2015-05-031-11/+40
|
* gps fix detector: add timeoutMatthias P. Braendli2015-05-033-20/+50
|
* Add GPS fix checker, still with debuggingMatthias P. Braendli2015-05-032-3/+77
|
* Add validity check for eti_fcMatthias P. Braendli2015-04-102-0/+9
|
* Avoid having exceptions triggering abort()Matthias P. Braendli2015-04-102-2/+18
|
* Fix license text in usage screenMatthias P. Braendli2015-04-101-9/+11
|
* Only print closing message if really closing fileMatthias P. Braendli2015-04-101-2/+2
|
* Use make_shared in DabMod.cppMatthias P. Braendli2015-04-103-23/+22
|
* ZMQ output: Add REP socket typeMatthias P. Braendli2015-04-103-10/+44
|
* 'underfull' sounds wrongMatthias P. Braendli2015-04-101-1/+1
|
* Add check for FCT validityMatthias P. Braendli2015-04-103-8/+15
|
* Simplify flowgraph printMatthias P. Braendli2015-04-101-6/+4
|
* Add detail when config file parser failsMatthias P. Braendli2015-04-101-1/+2
|
* Fix compilation with disabled UHDMatthias P. Braendli2015-03-221-0/+2
|
* Create custom exception for ZMQ overflowMatthias P. Braendli2015-02-273-10/+18
|
* Restart whole modulator on FCT discontinuityMatthias P. Braendli2015-02-273-15/+55
|
* Remove incomplete OutputUHD iqbalanceMatthias P. Braendli2015-02-271-6/+0
|
* Change enable criteria for CicEqMatthias P. Braendli2015-02-221-1/+1
| | | | | This needs a review, it's not clear if this is still relevant for recent USRPs.
* Restart full modulator on ZeroMQ input overrunMatthias P. Braendli2015-02-224-40/+56
|
* Move main flowgraph to distinct functionMatthias P. Braendli2015-02-223-65/+141
|
* Replace pointers by shared_ptr in all flowgraphMatthias P. Braendli2015-02-2211-165/+176
|
* Reindent CicEqualizerMatthias P. Braendli2015-02-221-5/+7
|
* Start using shared_ptr inside FlowgraphMatthias P. Braendli2015-02-222-27/+42
|
* Add max_frames_queued option for zmq inputMatthias P. Braendli2015-02-203-9/+16
|
* Move some code from DabMod into UtilsMatthias P. Braendli2015-02-123-88/+165
|
* Merge raspine/master, with ZMQ Remote-Control codeMatthias P. Braendli2015-02-123-12/+61
|\ | | | | | | This adds zmq rc fixes and an example tool to interface to it
| * indentationMatthias P. Braendli2015-02-123-47/+49
| |
| * added reset for static delayJörgen Scott2015-02-091-9/+16
| |
| * Bug fix for static delayJörgen Scott2015-02-091-4/+4
| |
| * Removed magick numbers and added support for static delay in all dab modesJörgen Scott2015-02-043-11/+51
| |
* | Change autotools to "subdir-objects" and simplifyMatthias P. Braendli2015-02-051-127/+0
|/
* Merge branch 'next'Matthias P. Braendli2015-01-245-20/+204
|\
| * FormatConverter: disable SSEMatthias P. Braendli2014-12-251-1/+4
| |
| * FormatConverter: correct SSE codeMatthias P. Braendli2014-12-251-17/+21
| |
| * Add file output format converterMatthias P. Braendli2014-12-254-14/+186
| |
| * Reindent InputFileReader::GetNextFrame()Matthias P. Braendli2014-12-221-9/+9
| |