aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid call of memset with length 0Matthias P. Braendli2020-03-161-1/+3
* Make the ETI reader state a class enumMatthias P. Braendli2020-03-162-184/+187
* Fix handling of ZMQ input timeoutsMatthias P. Braendli2020-03-161-0/+3
* Soapy: set RX samplerate which is required by LimeSDRLeo Currie2020-01-251-0/+1
* Handle pps_src external in USRPTime ctorMatthias P. Braendli2020-01-141-1/+3
* Fix compilation with disabled limesdrMatthias P. Braendli2019-11-051-0/+4
* Merge lime output into next branchMatthias P. Braendli2019-10-0730-2117/+358
|\
| * Add missing cmath include in OutputFileMatthias P. Braendli2019-09-051-1/+1
| * Rework EDI inputMatthias P. Braendli2019-09-0510-269/+261
| * SDR: show FCT with timestamp warnings in logMatthias P. Braendli2019-09-051-4/+4
| * Reduce EDI socket read buffer to avoid ETI frame skipMatthias P. Braendli2019-09-051-1/+4
| * OutputFile: improve Metadata printMatthias P. Braendli2019-09-052-8/+52
| * Fix includes in GuardIntervalInserterMatthias P. Braendli2019-08-271-1/+2
| * Add missing includesMatthias P. Braendli2019-08-212-1/+3
| * Fix includes in MemlessPolyMatthias P. Braendli2019-08-131-1/+2
| * Add missing include in TimestampDecoderMatthias P. Braendli2019-08-131-0/+1
| * Add missing includes, remove unused m_to_dropMatthias P. Braendli2019-08-133-12/+5
| * Pull in files from odr-mmbtools-commonMatthias P. Braendli2019-08-134-1238/+0
| * Update EDI input libraryMatthias P. Braendli2019-07-084-11/+11
| * Fix Buffer memory leak when using move-assignmentMatthias P. Braendli2019-07-081-0/+3
| * Unify Socket library with other mmbToolsMatthias P. Braendli2019-07-087-570/+9
* | Change lowpass filter. Remove interpolation (no need). Set samples in I16 ins...F5OEO2019-05-162-117/+142
* | Implement bandwidth functions for LimelimeMatthias P. Braendli2019-05-072-0/+14
* | Merge branch 'next' into limeMatthias P. Braendli2019-05-0713-62/+234
|\|
| * Implement EDI over TCPMatthias P. Braendli2019-05-063-41/+107
| * Fix compilation with UHD 3.14Matthias P. Braendli2019-05-061-2/+1
| * Reset ZMQ input after 10s of absent input dataMatthias P. Braendli2019-04-161-0/+37
| * Avoid ugly 'context terminated' error on zmq restartMatthias P. Braendli2019-04-161-2/+6
| * Add analog bandwidth configuration to UHD and Soapy outputsMatthias P. Braendli2019-03-147-6/+66
| * RC: avoid zmq RC crash on 'show' of non-existing controllableMatthias P. Braendli2019-03-121-10/+15
| * Implement small TimeInterleaver performance improvementMatthias P. Braendli2019-03-041-1/+1
* | Lime: show fifo fill percent in RCMatthias P. Braendli2019-03-123-7/+7
* | Lime: Show fifo fullness in RCMatthias P. Braendli2019-03-124-2/+26
* | Lime: do not check fifoFilledCount before sendingMatthias P. Braendli2019-03-122-12/+4
* | Refactor Lime outputMatthias P. Braendli2019-02-272-198/+205
* | Merge branch 'next' into limeMatthias P. Braendli2019-02-279-72/+62
|\|
| * Catch all exceptions as constMatthias P. Braendli2019-01-286-13/+13
| * Represent ZMQ input failures more clearlyMatthias P. Braendli2019-01-282-57/+46
| * Use PRIu64 in Log tracerMatthias P. Braendli2019-01-231-2/+3
* | Merge branch 'next' into limeMatthias P. Braendli2019-01-2310-104/+158
|\|
| * TimestampDecoder: handle negative offset properlyMatthias P. Braendli2019-01-232-17/+24
| * Add modulator rate (r/o) to RCMatthias P. Braendli2019-01-223-10/+49
| * Preserve digital gain across DabModulator restartsMatthias P. Braendli2019-01-221-1/+1
| * RemoteControl: handle failure differently for show commandMatthias P. Braendli2019-01-082-70/+74
| * Only start DPD feedback if port is setMatthias P. Braendli2018-12-171-4/+6
| * Soapy: do not set master clock rate if it is 0Matthias P. Braendli2018-12-171-2/+4
* | Format document - test push githubF5OEO2018-12-142-202/+183
* | In progress, buffer managementF5OEO2018-12-131-16/+72
* | Add FIR processing with upsamplingF5OEO2018-12-113-90/+50
* | Add upsample parameterF5OEO2018-12-111-4/+1