Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add events | Matthias P. Braendli | 2023-07-19 | 15 | -51/+223 |
| | |||||
* | Change RC showjson command | Matthias P. Braendli | 2023-07-19 | 19 | -29/+29 |
| | |||||
* | Dexter: remove dexter_dsp_tx attributes from metrics | Matthias P. Braendli | 2023-07-18 | 1 | -156/+0 |
| | |||||
* | Add a few cosmetic changes | Matthias P. Braendli | 2023-06-27 | 1 | -1/+1 |
| | |||||
* | DEXTER: Add pacontrol interface | Matthias P. Braendli | 2023-06-06 | 4 | -4/+89 |
| | |||||
* | Avoid undefined format conversion and measure clipping | Matthias P. Braendli | 2023-05-16 | 5 | -110/+181 |
| | |||||
* | Dexter: Only do handle_hw_time when synchronous is enabled | Matthias P. Braendli | 2023-05-05 | 1 | -3/+7 |
| | |||||
* | Revert "Normalise TII to 1/sqrt(48)" and fix TII level in GainControl | Matthias P. Braendli | 2023-05-04 | 3 | -12/+21 |
| | | | | This reverts commit c7961c2e8688d6db2a87b5079c60a04b8fe37e74. | ||||
* | Improve dexter clock handling | Matthias P. Braendli | 2023-04-27 | 14 | -64/+66 |
| | |||||
* | Dexter: Add three clock states and handling | Matthias P. Braendli | 2023-04-26 | 3 | -125/+217 |
| | |||||
* | Properly set TX frequency | Matthias P. Braendli | 2023-04-26 | 2 | -8/+18 |
| | |||||
* | dexter: set frequency to ad9957, lo_offset to dsp | Matthias P. Braendli | 2023-04-26 | 1 | -4/+10 |
| | |||||
* | Normalise TII to 1/sqrt(48) | Matthias P. Braendli | 2023-04-26 | 1 | -4/+5 |
| | |||||
* | Move include unistd.h from Buffer.h to cpp | Matthias P. Braendli | 2023-04-26 | 2 | -1/+1 |
| | |||||
* | Add JSON output to RC | Matthias P. Braendli | 2023-03-31 | 20 | -78/+156 |
| | |||||
* | Add more DEXTER metrics to RC | Matthias P. Braendli | 2023-03-31 | 3 | -23/+186 |
| | |||||
* | SDR: add queued_frames_ms and fix max queue calculation | Matthias P. Braendli | 2023-03-30 | 1 | -20/+13 |
| | |||||
* | Replace RunStatistics to permit representation of SDR device specific stats | Matthias P. Braendli | 2023-03-29 | 12 | -183/+197 |
| | |||||
* | 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 |