52 Commits (47019e26f636fdd6abe687335338b17833019d6c)

Author SHA1 Message Date
Andre Puschmann 1d6f72b478 soapy: fixing various soapy bugs detected with asan
- use nof_rx_channels to set rx pointers
- use returned value to set bw
- fix heap use after free
5 years ago
Xavier Arteaga 703bbb44a3 Removed master clock rate for soapy. Tested with LimeSDR. 5 years ago
Xavier Arteaga 531ea2d0cd Cleaned up unused RF functions. Integrated Soapy Master Clock Rate in set srate. 5 years ago
Andre Puschmann 4ea9ed058c fix reporting of Tx gain stages in rf_soapy
reported by DreamNik
5 years ago
Andre Puschmann deb3cbec28 soapy: start rx stream without extra flags and print error if not successful 6 years ago
Andre Puschmann aff26abc89 fix memleak in Soapy driver when no device was found 6 years ago
Andre Puschmann 4b01a2e4a0 update copyright notice 6 years ago
Ismael Gomez 7780b1aba5 add tdd/ca support 6 years ago
Andre Puschmann 3405a1bff6 add multi-channel support for soapy 6 years ago
Andre Puschmann beec489dd4 fix issue in SoapySDR tx routine
correct offsetting tx buffer when first call couldn't tx all samples
6 years ago
Andre Puschmann 0380c83175 remove RF device calibration settings from UE/eNB config
- this remove RF calibration parameters that were an extra
  section in the eNB/UE config but were hardly used (only old bladeRF)
- a better way to pass those parameter would be through the
  device args in the normal rf config section
6 years ago
IgnasJ 67c8bf1368 Fixes for srsLTE on ARM (#229)
* Fix ARM NEON code compilation

Fix LV_HAVE_NEON defintion incorrecly used instead of HAVE_NEON in some places
Replace vqabsq_s32 with vabsq_f32 as vqabsq_s32 requires int type (fails to compile)
Fix missing NEON code path in mat.h in srslte_mat_2x2_mmse_csi_simd()

* Fix timestamp overflow issue on 32-bit systems with Soapy driver

'time_t secs' can be 32-bit on some systems. This causes calculation:
'secs * 1000000000;' to overflow.
6 years ago
wangqiang1588 dfce3ea155 Fix crash if args is NULL ,enable multi rx channels setting (#198) 7 years ago
Andre Puschmann 5a0de01905 adding async thread to soapy 7 years ago
Andre Puschmann d7e4797f3f add rf error handler in soapy 7 years ago
Andre Puschmann 0fcb27de53 soapy: make soapy log level a device param and fix issue in setting tx bandwidth 7 years ago
Andre Puschmann ddf7d2b2f7 soapy: rework driver init and add option to load config file 7 years ago
Andre Puschmann f8fb176ff5 soapy: use log-level error to suppress late warning on console 7 years ago
Andre Puschmann a68758ab0d soapy: set RF bandwidth during rate change 7 years ago
Andre Puschmann 937cb4d7a8 rework error handling in Soapy and add statistics 7 years ago
Andre Puschmann 5d2a947aac soapy: rework rx/tx timing 7 years ago
Andre Puschmann 727d26e75f init Soapy with LTE rates before creating streams 7 years ago
Andre Puschmann b8391d20a4 fix tx/rx calibration for Lime 7 years ago
Andre Puschmann da55c6a71c expose antenna port selection for soapy through device arguments 7 years ago
David Rupprecht 764c3b574e Add limeSDR mini devname 7 years ago
Andre Puschmann 2605c9066b improve lime support for srsUE by stopping/starting rx streaming during rate changes 7 years ago
Xavier Arteaga 301415a00a Fixed AGC out of bounds gain 7 years ago
Andre Puschmann a7ced05be5 fix coverity issue in soapy 7 years ago
Andre Puschmann f2ea8222f9 soapy: make timeout a variable 7 years ago
Andre Puschmann 9be16097bf lime: add lo_locked sensor read 7 years ago
Ismael Gomez 62c9910b28 Increased timeout for LimeSDR 7 years ago
Ismael Gomez d428760b20 Merge branch 'next' into mobility 7 years ago
Ismael Gomez 408545dab8 X2 (constant NCC) working 7 years ago
yagoda cd6ca95cd1 lime additions and resampler optimizations (#94)
* adding optimizations to fractional resampler

* adding txrx delay for N210 and Lime

* minor corrections to Lime api

* optimization of the fractional resampler
7 years ago
Paul Sutton 935afe6ef3 Minor soapy fix 7 years ago
Andre Puschmann cfc9432ee2 fix warning 7 years ago
Andre Puschmann 5d5e8167b7 stop radio after radio error 7 years ago
Andre Puschmann f619f53cc4 fix soapy support 7 years ago
Andre Puschmann df2bbd4087 fix multi channel tx support in soapy 7 years ago
Andre Puschmann 81b143715b fix formating 7 years ago
Andre Puschmann 9c49e27778 remove unused variable 8 years ago
Ismael Gomez dd5822077b fix for soapy 8 years ago
yagoda 8c049b2981 fix for both lime and rtl 8 years ago
yagoda 12d58bbb62 fixing soapy Tx for lime and RTL-SDR 8 years ago
Ismael Gomez c9ced0b2e1 fixing commits 8 years ago
Ismael Gomez 2d0508ab25 fixing conflict 8 years ago
Ismael Gomez 151f219e41 small soapy fix 8 years ago
yagoda bc337ee281 fixing soapy lime and rtlsdr compatibility 8 years ago
Andre Puschmann e8c41d4620 Revert "Soapy(lime) tx support"
This reverts commit 10c0f03f33.
8 years ago
yagoda 10c0f03f33 Soapy(lime) tx support 8 years ago