aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove easydabv3 supportMatthias P. Braendli2023-02-012-42/+21
| * Remove dexter timestamp_state_tMatthias P. Braendli2023-02-012-71/+72
| * Add dexter underflow thread, still problematicMatthias P. Braendli2022-10-264-36/+73
| * Merge branch 'next' into dexterMatthias P. Braendli2022-10-258-11/+19
| |\
| * | Add timestamp refresh logicMatthias P. Braendli2022-10-144-19/+61
| * | Add TS debugging outputMatthias P. Braendli2022-08-244-1/+22
| * | Improve DEXTER SFN supportMatthias P. Braendli2022-08-1828-168/+351
| * | Add PrecisionWave DEXTER supportMatthias P. Braendli2022-07-275-7/+449
* | | Lime output: handle different sampleratesMatthias P. Braendli2022-11-181-7/+2
| |/ |/|
* | Rework timestamp_refreshMatthias P. Braendli2022-10-147-9/+18
|/
* Limit FFTW planner to 2s to avoid stalling inputMatthias P. Braendli2022-02-022-0/+2
* Add support for BladeRF devicesMatthias P. Braendli2021-11-266-3/+494
* Fix Soapy error messageMatthias P. Braendli2021-07-081-1/+1
* Avoid copy in loop in EtiReaderMatthias P. Braendli2021-06-151-1/+1
* Update common code to latest, update zmq.hpp and adaptMatthias P. Braendli2021-01-165-622/+53
* USRP: Handle external pps_src on startupMatthias P. Braendli2020-12-121-0/+3
* Revert "Handle pps_src external in USRPTime ctor"Matthias P. Braendli2020-12-121-3/+1
* Avoid frame_timestamp with pps exactly 16384000Matthias P. Braendli2020-11-131-1/+1
* Add --version optionMatthias P. Braendli2020-08-311-0/+12
* Add missing includes for GCC 10 compatibilityMatthias P. Braendli2020-06-081-2/+3
* Update common EDI input and adapt to API changesMatthias P. Braendli2020-05-112-17/+17
* Fix quit on Ctrl-CMatthias P. Braendli2020-04-061-111/+109
* Fix unaligned memory access in ZeroMQ inputMatthias P. Braendli2020-04-061-15/+11
* 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