aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'outputRefactoring' into nextMatthias P. Braendli2018-01-2063-2561/+3084
|\
| * Announce upcoming changes in ChangeLogMatthias P. Braendli2018-01-201-0/+17
| |
| * Clarify how sfn offset is handledMatthias P. Braendli2018-01-201-2/+7
| |
| * Add DPD port to Soapy configurationMatthias P. Braendli2018-01-202-4/+12
| |
| * 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-186-25/+46
| |
| * 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
| |
| * Remove configure.ac check for -lrtMatthias P. Braendli2018-01-171-1/+0
| |
| * Don't use CLOCK_GETTIME in SDRMatthias P. Braendli2018-01-176-65/+30
| |
| * Cosmetics for TimestampDecoderMatthias P. Braendli2018-01-172-30/+15
| |
| * Increment num_frames_modulatedMatthias P. Braendli2018-01-176-3/+8
| |
| * Make some SDR functions constMatthias P. Braendli2018-01-166-42/+40
| |
| * Show seconds and PPS in OutputFile metadataMatthias P. Braendli2018-01-162-2/+8
| |
| * 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-142-1/+4
| |
| * 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-076-34/+42
| |
| * 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-308-40/+338
| |\ | |/ |/|
* | Document RC in a separate fileMatthias P. Braendli2017-12-303-29/+62
| |
* | Clear PAPRStats when config gets changedMatthias P. Braendli2017-12-304-0/+21
| |
* | Calculate PAPR in the OfdmGeneratorMatthias P. Braendli2017-12-306-13/+35
| |
* | Add PAPRStats moduleMatthias P. Braendli2017-12-302-0/+222
| |
| * Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-2925-470/+215
| |\ | |/ |/|