aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix frame_timestamp get_real_secs()Matthias P. Braendli2018-01-181-1/+1
|
* Initialise USRP time also with ppsMatthias P. Braendli2018-01-181-5/+14
|
* SDR: handle thread failureMatthias P. Braendli2018-01-181-22/+30
|
* Remove O0 pragma from GuardIntervalInserterMatthias P. Braendli2018-01-181-2/+0
|
* Add antenna selection to configMatthias P. Braendli2018-01-184-14/+31
|
* UHD: use LO offset also for RX tuningMatthias P. Braendli2018-01-181-4/+12
|
* Replace clock_gettime entirely in USRPTimeMatthias P. Braendli2018-01-171-43/+37
|
* Don't use CLOCK_GETTIME in SDRMatthias P. Braendli2018-01-175-63/+28
|
* Cosmetics for TimestampDecoderMatthias P. Braendli2018-01-172-30/+15
|
* Increment num_frames_modulatedMatthias P. Braendli2018-01-175-3/+6
|
* Make some SDR functions constMatthias P. Braendli2018-01-166-42/+40
|
* Show seconds and PPS in OutputFile metadataMatthias P. Braendli2018-01-161-2/+4
|
* Fix invalid timestamp decoding on startupMatthias P. Braendli2018-01-161-1/+1
| | | | | | When the second rollover happens before the MNSC was decoded entirely, we set full_timestamp_received without setting time_secs.
* Let ZeroMQ input timeout, so that SIGINT works tooMatthias P. Braendli2018-01-162-21/+47
|
* Simplify InputZeroMQReader, remove worker classMatthias P. Braendli2018-01-162-90/+58
|
* Do some InputReader cleanupMatthias P. Braendli2018-01-164-122/+104
|
* Fix timestamp handlingMatthias P. Braendli2018-01-143-41/+23
|
* UHD: take in account enableSyncMatthias P. Braendli2018-01-141-11/+24
|
* UHD: fix print of late packets and underrunsMatthias P. Braendli2018-01-141-1/+2
|
* UHD: avoid underrun when manual mutingMatthias P. Braendli2018-01-141-2/+8
|
* SDR: set rxgainMatthias P. Braendli2018-01-142-8/+2
|
* Avoid race condition on teardown of pipelined pluginsMatthias P. Braendli2018-01-148-20/+28
|
* Make ~PipelinedModcodec virtual, simplify GainControl and FIRFilter declarationsMatthias P. Braendli2018-01-144-14/+9
|
* Reduce stringstram scope in ~FlowgraphMatthias P. Braendli2018-01-141-2/+1
|
* Avoid leaking FFT buffers in OFDM GeneratorMatthias P. Braendli2018-01-141-0/+8
|
* Add option to show metadata for file outputMatthias P. Braendli2018-01-075-34/+40
|
* Make frame_timestamp movableMatthias P. Braendli2018-01-073-22/+14
|
* Avoid some includes, remove unused variables, update commentsMatthias P. Braendli2018-01-074-5/+2
|
* Merge branch 'next' into outputRefactoringMatthias P. Braendli2018-01-076-15/+12
|\
| * Fix a few minor mistakesMatthias P. Braendli2018-01-075-14/+13
| |
| * OFDM windowing, fix erroneous assignment in assertionMatthias P. Braendli2018-01-071-1/+1
| |
* | Remove calculateTimestampMatthias P. Braendli2018-01-0710-170/+12
| |
* | Add metadata to SDR outputMatthias P. Braendli2018-01-072-16/+32
| |
* | Simplify OutputZeroMQ a bitMatthias P. Braendli2018-01-072-11/+5
| |
* | Merge branch 'flowgraphmetadata' into outputRefactoringMatthias P. Braendli2018-01-0722-173/+428
|\ \
| * | use unique_ptr to handle FILE* in LogMatthias P. Braendli2018-01-073-50/+40
| | |
| * | Replace boost lock by std lock in TIIMatthias P. Braendli2018-01-072-7/+7
| | |
| * | Add metadata latency for all PipelinedModCodecMatthias P. Braendli2018-01-075-33/+72
| | |
| * | Add new flowgraph path for metadataMatthias P. Braendli2018-01-0716-115/+341
| |/
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-304-9/+272
|\|
| * Clear PAPRStats when config gets changedMatthias P. Braendli2017-12-304-0/+21
| |
| * Calculate PAPR in the OfdmGeneratorMatthias P. Braendli2017-12-304-11/+31
| |
| * Add PAPRStats moduleMatthias P. Braendli2017-12-302-0/+222
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-293-14/+4
|\|
| * Fix complexf file output formatMatthias P. Braendli2017-12-291-1/+1
| |
| * Shorten TII name() printoutMatthias P. Braendli2017-12-292-13/+3
| |
* | Do not use undefinded SOCKET_ERRORMatthias P. Braendli2017-12-251-3/+4
| |
* | Portability: check for SO_NOSIGPIPEMatthias P. Braendli2017-12-251-3/+19
| |
* | Avoid warning in SDR.cpp. Set UHD metadata time_spec.Matthias P. Braendli2017-12-253-13/+22
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-2538-234/+471
|\|