aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve Buffer initialisation in EtiReaderMatthias P. Braendli2017-12-211-5/+5
| |
| * Make Buffer movableMatthias P. Braendli2017-12-212-30/+63
| |
| * Simplify GuardIntervalInserter slightlyMatthias P. Braendli2017-12-212-31/+13
| |
| * Remove unused variable d_polarity_maskMatthias P. Braendli2017-12-181-2/+0
| |
| * Remove unused variable myCurrentFrameMatthias P. Braendli2017-12-182-2/+0
| |
| * Check for prctl portabilityMatthias P. Braendli2017-12-152-1/+6
| |
| * Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-1124-73/+80
| |
| * Simplify porting.{h,c}Matthias P. Braendli2017-12-112-32/+1
| |
| * Replace legacy bzero() by memset()Matthias P. Braendli2017-12-113-3/+3
| |
| * Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-116-26/+15
| |
| * Rename misleading variable nameMatthias P. Braendli2017-12-102-6/+6
| |
* | Move USRP GPSDO and time handling into separate classMatthias P. Braendli2017-11-268-296/+489
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-11-183-7/+21
|\|
| * Correct TII powerMatthias P. Braendli2017-11-181-5/+19
| |
| * Do not setenv TZ twiceMatthias P. Braendli2017-11-101-4/+0
| | | | | | | | (cherry picked from commit 34afa3a0632817c30e4e5427ee67138d59c4ede3)
| * Avoid invalid warning about timestamp irregularityMatthias P. Braendli2017-11-101-2/+1
| |
| * Fix FIRFilter use-after-free on teardownMatthias P. Braendli2017-11-101-0/+1
| |
| * Attenuate TII by 16dB as requested by specSergiy G2017-10-311-2/+2
| |
* | Fix segfault due to missing DPD server, init muting to falseMatthias P. Braendli2017-11-041-8/+8
| |
* | Properly start SDR and UHD threadsMatthias P. Braendli2017-11-042-0/+5
| |
* | Remove OutputUHD filesMatthias P. Braendli2017-11-045-1767/+0
| |
* | Make DPD Feedback server SDRDevice-agnosticMatthias P. Braendli2017-11-0411-95/+751
| |
* | Do not setenv TZ twiceMatthias P. Braendli2017-11-031-4/+0
| |
* | Replace flowgraph setup if chain by a loopMatthias P. Braendli2017-11-031-36/+20
| |
* | Port UHD to new SDR abstractionMatthias P. Braendli2017-11-037-734/+303
| |
* | Create new SDR output abstraction and port SoapyMatthias P. Braendli2017-11-0212-437/+2121
|/
* Improve MER calculationMatthias P. Braendli2017-10-172-12/+16
|
* Avoid crash due to SIGPIPE in OutputUHDFeedback serverMatthias P. Braendli2017-10-171-1/+2
|
* Recover OutputUHDFeedback failureMatthias P. Braendli2017-10-174-66/+96
|
* Avoid flowgraph timing fprintf mixup on consoleMatthias P. Braendli2017-10-081-3/+12
|
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-043-8/+8
|
* DPD server: handle accept timeout correctlyMatthias P. Braendli2017-09-301-1/+2
|
* Add TCP Socket listener abstraction and use for UHD FeedbackMatthias P. Braendli2017-09-283-86/+189
|
* CFR: add some sort of MER calculation that is not correct yetMatthias P. Braendli2017-09-282-2/+51
|
* Add CFR statistics to RCMatthias P. Braendli2017-09-282-18/+67
|
* Show CFR error min and maxMatthias P. Braendli2017-09-281-1/+9
|
* Normalise the CFR FFTMatthias P. Braendli2017-09-282-5/+13
|
* Fix some CFR things, still WIPMatthias P. Braendli2017-09-285-31/+76
|
* Add WIP CFR implementation to OfdmGeneratorMatthias P. Braendli2017-09-282-35/+178
|
* Add LUT predistorterMatthias P. Braendli2017-09-132-42/+169
|
* Merge 'next' into next_memlessMatthias P. Braendli2017-09-122-13/+22
|\
| * Fix incorrect usage of gmtime_r in timestamp decoderMatthias P. Braendli2017-09-122-13/+22
| |
* | Catch unknown exceptions in DPD serverMatthias P. Braendli2017-09-121-2/+8
| |
* | Reuse socket address for DPD serverMatthias P. Braendli2017-09-121-0/+6
| |
* | MemlessPoly: replace async by own threadpoolMatthias P. Braendli2017-09-022-24/+109
| | | | | | | | | | | | It is slightly faster, but the main advantage is that there is no slowdown when running under gdb because it doesn't create and destroy threads for every frame.
* | Merge branch 'next' into next_memlessMatthias P. Braendli2017-08-303-208/+196
|\|
| * Rework UHD output and add underrun and frame counters to RCMatthias P. Braendli2017-08-302-208/+195
| | | | | | | | | | This makes it easier for users to monitor underruns if parsing the syslog is not possible.
| * Avoid uninitialised variable in TimestampDecoderMatthias P. Braendli2017-08-211-0/+1
| |
* | Put both AM/AM and AM/PM coefs to one fileMatthias P. Braendli2017-08-255-133/+66
| | | | | | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80.
* | Fix get_parameter for coeffilesandreas1282017-08-251-2/+2
| |