Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debugging printf | Matthias P. Braendli | 2023-03-24 | 2 | -21/+0 |
| | |||||
* | Fix startup hiccup due to iio buffer allocation taking several seconds | Matthias P. Braendli | 2023-03-24 | 3 | -35/+75 |
| | |||||
* | Remove duplicate stream0_start_clks = 0 on init | Matthias P. Braendli | 2023-03-03 | 1 | -5/+4 |
| | |||||
* | Dexter: calculate frame margin from system time | Matthias P. Braendli | 2023-03-03 | 13 | -30/+26 |
| | |||||
* | Change mod to output queue behaviour, fix SFN dexter + B200 | Matthias P. Braendli | 2023-02-21 | 9 | -78/+118 |
| | |||||
* | Dexter timestamps: add 1s margin in modulator | Matthias P. Braendli | 2023-02-01 | 1 | -12/+6 |
| | |||||
* | Remove ZeroMQ input | Matthias P. Braendli | 2023-02-01 | 7 | -465/+6 |
| | |||||
* | Remove easydabv3 support | Matthias P. Braendli | 2023-02-01 | 2 | -42/+21 |
| | |||||
* | Remove dexter timestamp_state_t | Matthias P. Braendli | 2023-02-01 | 2 | -71/+72 |
| | |||||
* | Add dexter underflow thread, still problematic | Matthias P. Braendli | 2022-10-26 | 4 | -36/+73 |
| | |||||
* | Merge branch 'next' into dexter | Matthias P. Braendli | 2022-10-25 | 8 | -11/+19 |
|\ | |||||
| * | Rework timestamp_refresh | Matthias P. Braendli | 2022-10-14 | 7 | -9/+18 |
| | | | | | | | | Since we have the 'timestamp in the past' warning refresh requests can be lost | ||||
* | | Add timestamp refresh logic | Matthias P. Braendli | 2022-10-14 | 4 | -19/+61 |
| | | |||||
* | | Add TS debugging output | Matthias P. Braendli | 2022-08-24 | 4 | -1/+22 |
| | | |||||
* | | Improve DEXTER SFN support | Matthias P. Braendli | 2022-08-18 | 28 | -168/+351 |
| | | |||||
* | | Add PrecisionWave DEXTER support | Matthias P. Braendli | 2022-07-27 | 5 | -7/+449 |
|/ | |||||
* | Limit FFTW planner to 2s to avoid stalling input | Matthias P. Braendli | 2022-02-02 | 2 | -0/+2 |
| | | | | | Stalling the input breaks the ZMQ input functionality on raspberry pi. EDI is able to restart the modulator, which uses cached plans | ||||
* | Add support for BladeRF devices | Matthias P. Braendli | 2021-11-26 | 6 | -3/+494 |
| | | | | | Many thanks to Steven Rossel for the work he did during his student project. | ||||
* | Fix Soapy error message | Matthias P. Braendli | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | Avoid copy in loop in EtiReader | Matthias P. Braendli | 2021-06-15 | 1 | -1/+1 |
| | |||||
* | Update common code to latest, update zmq.hpp and adapt | Matthias P. Braendli | 2021-01-16 | 5 | -622/+53 |
| | |||||
* | USRP: Handle external pps_src on startup | Matthias P. Braendli | 2020-12-12 | 1 | -0/+3 |
| | |||||
* | Revert "Handle pps_src external in USRPTime ctor" | Matthias P. Braendli | 2020-12-12 | 1 | -3/+1 |
| | | | | | | verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a. | ||||
* | Avoid frame_timestamp with pps exactly 16384000 | Matthias P. Braendli | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Add --version option | Matthias P. Braendli | 2020-08-31 | 1 | -0/+12 |
| | |||||
* | Add missing includes for GCC 10 compatibility | Matthias P. Braendli | 2020-06-08 | 1 | -2/+3 |
| | |||||
* | Update common EDI input and adapt to API changes | Matthias P. Braendli | 2020-05-11 | 2 | -17/+17 |
| | |||||
* | Fix quit on Ctrl-C | Matthias P. Braendli | 2020-04-06 | 1 | -111/+109 |
| | |||||
* | Fix unaligned memory access in ZeroMQ input | Matthias P. Braendli | 2020-04-06 | 1 | -15/+11 |
| | |||||
* | Fix invalid call of memset with length 0 | Matthias P. Braendli | 2020-03-16 | 1 | -1/+3 |
| | |||||
* | Make the ETI reader state a class enum | Matthias P. Braendli | 2020-03-16 | 2 | -184/+187 |
| | |||||
* | Fix handling of ZMQ input timeouts | Matthias P. Braendli | 2020-03-16 | 1 | -0/+3 |
| | | | | This is an issue since 32f9e6e | ||||
* | Soapy: set RX samplerate which is required by LimeSDR | Leo Currie | 2020-01-25 | 1 | -0/+1 |
| | | | | | | Pull request 40 (cherry picked from commit 8aef8ca39f3a73ba3411876a7abd58204b2f6fe6) | ||||
* | Handle pps_src external in USRPTime ctor | Matthias P. Braendli | 2020-01-14 | 1 | -1/+3 |
| | |||||
* | Fix compilation with disabled limesdr | Matthias P. Braendli | 2019-11-05 | 1 | -0/+4 |
| | |||||
* | Merge lime output into next branch | Matthias P. Braendli | 2019-10-07 | 30 | -2117/+358 |
|\ | |||||
| * | Add missing cmath include in OutputFile | Matthias P. Braendli | 2019-09-05 | 1 | -1/+1 |
| | | |||||
| * | Rework EDI input | Matthias P. Braendli | 2019-09-05 | 10 | -269/+261 |
| | | | | | | | | | | | | - Use same main loop for both ETI and EDI inputs - Test SFN functionality with EDI input - Add log.show_process_time setting for process time printout | ||||
| * | SDR: show FCT with timestamp warnings in log | Matthias P. Braendli | 2019-09-05 | 1 | -4/+4 |
| | | |||||
| * | Reduce EDI socket read buffer to avoid ETI frame skip | Matthias P. Braendli | 2019-09-05 | 1 | -1/+4 |
| | | |||||
| * | OutputFile: improve Metadata print | Matthias P. Braendli | 2019-09-05 | 2 | -8/+52 |
| | | |||||
| * | Fix includes in GuardIntervalInserter | Matthias P. Braendli | 2019-08-27 | 1 | -1/+2 |
| | | |||||
| * | Add missing includes | Matthias P. Braendli | 2019-08-21 | 2 | -1/+3 |
| | | |||||
| * | Fix includes in MemlessPoly | Matthias P. Braendli | 2019-08-13 | 1 | -1/+2 |
| | | |||||
| * | Add missing include in TimestampDecoder | Matthias P. Braendli | 2019-08-13 | 1 | -0/+1 |
| | | |||||
| * | Add missing includes, remove unused m_to_drop | Matthias P. Braendli | 2019-08-13 | 3 | -12/+5 |
| | | |||||
| * | Pull in files from odr-mmbtools-common | Matthias P. Braendli | 2019-08-13 | 4 | -1238/+0 |
| | | | | | | | | | | | | | | Replace ASIO by simpler implementation, meaning that the telnet RC now only supports a single connection. Move Log, RC to lib/ | ||||
| * | Update EDI input library | Matthias P. Braendli | 2019-07-08 | 4 | -11/+11 |
| | | |||||
| * | Fix Buffer memory leak when using move-assignment | Matthias P. Braendli | 2019-07-08 | 1 | -0/+3 |
| | | |||||
| * | Unify Socket library with other mmbTools | Matthias P. Braendli | 2019-07-08 | 7 | -570/+9 |
| | |