aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove IIO refill messageMatthias P. Braendli9 days1-2/+0
|
* Rework fixed point config settingMatthias P. Braendli9 days10-137/+213
|
* Change to 16-bit fixed pointMatthias P. Braendli9 days6-99/+78
|
* Do not launch FFTW planning for dexter outputMatthias P. Braendli12 days2-3/+4
|
* Use FFT Accelerator on DEXTERMatthias P. Braendli12 days4-19/+258
|
* Get fixed_point working with USRPMatthias P. Braendli2024-10-0812-102/+129
|
* Implement fixed-point symbols, FFT and file outputMatthias P. Braendli2024-10-0624-421/+754
|
* Move typedef of complexf to Buffer.hMatthias P. Braendli2024-10-0519-78/+16
|
* RC: fix get mainloop num_modulator_restartsMatthias P. Braendli2024-10-021-1/+1
|
* Fix bladerf and limesdr compilationMatthias P. Braendli2024-08-212-6/+6
|
* Do not clear service list when ensemble stays the sameMatthias P. Braendli2024-07-241-0/+5
|
* Make remaining_holder_s always non-nullMatthias P. Braendli2024-07-091-1/+1
|
* Write DEXTER ad9957 freq as integerMatthias P. Braendli2024-06-111-2/+2
|
* Fix DEXTER freq readback, make SDRDevices responsible for updating conf freqMatthias P. Braendli2024-05-284-16/+28
|
* Suppress warning in outputzmqMatthias P. Braendli2024-05-051-1/+2
|
* Add startupcheckMatthias P. Braendli2024-05-015-5/+24
|
* Fix race condition on SDR thread creationMatthias P. Braendli2024-03-311-3/+2
|
* Fix wrong clamping in u8 format converterMatthias P. Braendli2024-03-111-2/+2
| | | | See issue #55
* Remove useless catch, because recv() doesn't throw itMatthias P. Braendli2024-01-171-16/+12
|
* Add protection_level to ensemble in showjsonMatthias P. Braendli2023-12-061-0/+1
|
* Do not abort anymore if no EDI input comes inMatthias P. Braendli2023-12-061-6/+0
|
* Merge branch 'dexter' into nextMatthias P. Braendli2023-11-2157-1198/+3888
|\
| * Fix compilation when all SDR outputs disabledMatthias P. Braendli2023-11-071-2/+0
| |
| * Add edi_source RC paramMatthias P. Braendli2023-11-023-4/+21
| |
| * Add FIC decoder, present ensemble info for monitoringMatthias P. Braendli2023-10-317-7/+1723
| |
| * Don't clutter log output every 6sMatthias P. Braendli2023-10-101-6/+0
| |
| * Dexter: make channel_down wait for underflow to occurMatthias P. Braendli2023-09-051-1/+23
| |
| * Add max_gps_holdover_time to RC, allow modifying synchronous tooMatthias P. Braendli2023-08-251-0/+13
| |
| * Add channel to SDR RCMatthias P. Braendli2023-08-244-11/+94
| |
| * Fix compliationMatthias P. Braendli2023-08-151-1/+1
| |
| * Add parameters sdr.synchronous and mainloop.running_sinceMatthias P. Braendli2023-08-154-7/+30
| |
| * Dexter: Add in_holdover_since metricMatthias P. Braendli2023-08-152-0/+17
| |
| * Dexter: remove old metrics from SDR.cppMatthias P. Braendli2023-08-151-21/+0
| |
| * MemlessPoly: avoid uninitialised variablesMatthias P. Braendli2023-08-151-2/+2
| |
| * Revert "DEXTER: Add pacontrol interface"Matthias P. Braendli2023-08-154-89/+4
| | | | | | | | This reverts commit 150b75b244602c789934f1a5094f33aa7da3c09a.
| * Add main loop RC metricsMatthias P. Braendli2023-07-209-103/+168
| |
| * Handle event socket bind failureMatthias P. Braendli2023-07-202-1/+12
| |
| * Add eventsMatthias P. Braendli2023-07-1915-51/+223
| |
| * Change RC showjson commandMatthias P. Braendli2023-07-1919-29/+29
| |
| * Dexter: remove dexter_dsp_tx attributes from metricsMatthias P. Braendli2023-07-181-156/+0
| |
| * Add a few cosmetic changesMatthias P. Braendli2023-06-271-1/+1
| |
| * DEXTER: Add pacontrol interfaceMatthias P. Braendli2023-06-064-4/+89
| |
| * Avoid undefined format conversion and measure clippingMatthias P. Braendli2023-05-165-110/+181
| |
| * Dexter: Only do handle_hw_time when synchronous is enabledMatthias P. Braendli2023-05-051-3/+7
| |
| * Revert "Normalise TII to 1/sqrt(48)" and fix TII level in GainControlMatthias P. Braendli2023-05-043-12/+21
| | | | | | | | This reverts commit c7961c2e8688d6db2a87b5079c60a04b8fe37e74.
| * Improve dexter clock handlingMatthias P. Braendli2023-04-2714-64/+66
| |
| * Dexter: Add three clock states and handlingMatthias P. Braendli2023-04-263-125/+217
| |
| * Properly set TX frequencyMatthias P. Braendli2023-04-262-8/+18
| |
| * dexter: set frequency to ad9957, lo_offset to dspMatthias P. Braendli2023-04-261-4/+10
| |
| * Normalise TII to 1/sqrt(48)Matthias P. Braendli2023-04-261-4/+5
| |