1. 19e134a transceiver: pass cfg struct instead of args by Eric · 1 year, 1 month ago
  2. bb2cb9d lms,uhd: Allow changing band between poweroff & poweron by Pau Espin Pedrol · 2 years, 9 months ago
  3. b9423b2 lms,uhd: Skip re-assigning same band by Pau Espin Pedrol · 2 years, 9 months ago
  4. 069f5cd lms,uhd: Validate band of RxFreq too by Pau Espin Pedrol · 2 years, 9 months ago
  5. 5e6b10c uhd: ensure configured clock source is actually used by Eric · 3 years ago
  6. e91544d Calculate RSSI offset based on RxGain configuration by Pau Espin Pedrol · 3 years, 8 months ago
  7. 4080eb7 devices: reset internal smart sample buffers upon stop by Eric · 3 years, 11 months ago
  8. 1e17c4f osmo-trx-ipc by Eric Wild · 4 years, 2 months ago
  9. 553a250 Use new libosmovty cpu sched config features by Pau Espin Pedrol · 3 years, 10 months ago
  10. 68d8db4 UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna() by Vadim Yanitskiy · 4 years ago
  11. 58d80a0 {UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific TxGain by Pau Espin Pedrol · 4 years ago
  12. b899c19 UHDDevice: Compute TxGain on UHD API based on expected Tx output power by Pau Espin Pedrol · 4 years ago
  13. 056ce13 UHDDevice: Implement getNominalTxPower() based on TxFrequency by Pau Espin Pedrol · 4 years ago
  14. 0e09e7c Transceiver: Implement TRXC cmd NOMTXPOWER by Pau Espin Pedrol · 4 years ago
  15. dfc6e5f radioDevice: Drop unused isControl param from WriteSamples API by Pau Espin Pedrol · 4 years, 3 months ago
  16. f8c0c46 radioDevice: Drop unused RSSI param from readSamples API by Pau Espin Pedrol · 4 years, 3 months ago
  17. b0e5426 lms: Change radioDevice constructor arg name to avoid masking instance attr by Pau Espin Pedrol · 4 years, 5 months ago
  18. 9279e0e uhd: Improve some logging lines printing UHD pretty-print output by Pau Espin Pedrol · 4 years, 6 months ago
  19. 84231bd uhd: Use DEVDRV log category and support UHD >=3.11 logging framework by Pau Espin Pedrol · 4 years, 6 months ago
  20. 0a2a40f uhd: use value already cached in tmp variable by Pau Espin Pedrol · 4 years, 6 months ago
  21. ee2ba19 Move multi-ARFCN chan amount modification from UHDDevice to parent class by Pau Espin Pedrol · 4 years, 9 months ago
  22. e2ac20a UHDDevice: Drop unneeded MULTI_ARFCN checks by Pau Espin Pedrol · 4 years, 9 months ago
  23. 2ab9218 radioDevice: Introduce getTxGain() API by Pau Espin Pedrol · 4 years, 9 months ago
  24. 67aa91b Drop old setPriority related code by Pau Espin Pedrol · 4 years, 10 months ago
  25. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 11 months ago
  26. 580c48b smpl_buf: Remove unused clk_rt variable by Pau Espin Pedrol · 5 years ago
  27. 7214fde device: Drop unused numberRead/numberWritten APIs by Pau Espin Pedrol · 5 years ago
  28. ef192d3 uhd: Avoid reallocation of buffers every read by Pau Espin Pedrol · 5 years ago
  29. ac927b2 cosmetic: uhd: Use loglevel ERROR instead of ERR by Pau Espin Pedrol · 5 years ago
  30. 87b7d09 uhd: smpl_buf: Drop UHD specifics out back to UHDDevice by Pau Espin Pedrol · 5 years ago
  31. 7bef234 cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .h by Pau Espin Pedrol · 5 years ago
  32. 75cb0b9 Move duplicated thread_enable_cancel to CommonLibs by Pau Espin Pedrol · 5 years ago
  33. ebb3769 UHDDevice: log exception information on device open failure by d0gtail · 6 years ago
  34. 1c4bbad UHDDevice: setRxGain on chan 0 when using multi-arfcn by Pau Espin Pedrol · 6 years ago
  35. 5b60c98 Use pthread_setname_np to name threads by Pau Espin Pedrol · 6 years ago
  36. 1f4a009 UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hpp by Pau Espin Pedrol · 6 years ago
  37. 5cc8858 logging: Introduce new "DDEV" category for device-specific code by Harald Welte · 6 years ago
  38. 61707e8 radioDevice: better encapsulation in base class by Harald Welte · 6 years ago
  39. ce70ba5 radioDevice: Move tx_sps from derived into base class by Harald Welte · 6 years ago
  40. 2407314 move set_antennas() from UHD to generic radioDevice base class by Harald Welte · 6 years ago
  41. 55df1e4 UHDDevice: Fix setup failure with LimeSuite > 18.04.1 by Pau Espin Pedrol · 6 years ago
  42. e564f0f Transceiver: Move device specific code to radioDevice class by Pau Espin Pedrol · 6 years ago
  43. 0fc20d1 Move device specific code out of radioInterface by Pau Espin Pedrol · 6 years ago
  44. 2128a30 Move device specific files to device subdir by Pau Espin Pedrol · 6 years ago[Renamed from Transceiver52M/UHDDevice.cpp]
  45. b7095c7 UHDDevice: Initialize async_event_thrd in constructor by Pau Espin Pedrol · 6 years ago
  46. 77ce99a Add support to set Rx/TxAntenna by Pau Espin Pedrol · 6 years ago
  47. f58cd8a Fix whitespace by Pau Espin Pedrol · 6 years ago
  48. aa60dda UHDDevice.cpp: add USRP B205mini support by Piotr Krysik · 7 years ago
  49. 28d8081 LimeSDR: Fix sample value range by ignasj · 7 years ago
  50. 87ed77b LimeSDR: change tx window type to TX_WINDOW_FIXED by ignasj · 7 years ago
  51. f9d9968 LimeSDR: Change device detection to work with USB and PCIe versions by ignasj · 7 years ago
  52. 4cafb0f LimeSDR: set approximate tx offset value to make GSM work by Tom Tsou · 7 years ago
  53. f611569 uhd: Always specify samples-per-symbol for device lookup by Tom Tsou · 7 years ago
  54. 988a464 uhd: Fix USRP2/N200/N210 device detection by Tom Tsou · 7 years ago
  55. 1b6ab7d uhd: Fix Tx-RX timing offset setting by Tom Tsou · 7 years ago
  56. 980525c uhd: Add non-UmTRX channel swap support by Tom Tsou · 7 years ago
  57. 1fb0ce6 uhd: Use map container for for device parameter access by Tom Tsou · 7 years ago
  58. d6ae864 radioInterface: Remove UmTRX 'diversity' option by Tom Tsou · 7 years ago
  59. a93f789 uhd: Increase MC-BTS FPGA clock rate to 51.2 MHz by Tom Tsou · 7 years ago
  60. 72bf762 uhd: Add support for UHD-3.11 logging control by Tom Tsou · 7 years ago
  61. 80cb080 Revert "uhd: Set minimum supported version to 3.9.0" by Tom Tsou · 7 years ago
  62. 44c7f41 uhd: Add X300 sample timing for 4 SPS by Tom Tsou · 7 years ago
  63. 93ca09e uhd: Set minimum supported version to 3.9.0 by Tom Tsou · 8 years ago
  64. 43242ef uhd: Add missing B200 sample timing for 4 SPS receive by Tom Tsou · 8 years ago
  65. 8f0ccf6 uhd: Update USRP2/N200/N210 for 4 SPS Rx by Tom Tsou · 8 years ago
  66. 2f3e60b uhd: Add command line option for GPS reference by Tom Tsou · 8 years ago
  67. cbfef6e UHD: Initial LimeSDR support. by Alexander Chemeris · 8 years ago
  68. 7676427 mcbts: Add multi-ARFCN radio support by Tom Tsou · 8 years ago
  69. 05c6feb radioInterface: Convert diversity argument to general type by Tom Tsou · 8 years ago
  70. 2e4ed10 transceiver: Add Rx samples-per-symbol option by Tom Tsou · 8 years ago
  71. 1ba69e7 uhd: Fix comment. by Alexander Chemeris · 8 years ago
  72. 3b093bb uhd: Set minimum UHD version requirement for E3XX by Tom Tsou · 8 years ago
  73. 3f4a13f uhd: Make device offset check a private method by Tom Tsou · 8 years ago
  74. a5e0f1c uhd: Update default E3XX settings by Tom Tsou · 8 years ago
  75. d2b0703 uhd: Correct timing alignment in 8-PSK and GMSK downlink bursts by Tom Tsou · 8 years ago
  76. 9bd649e EDGE: Fix USRP B210 device support by Tom Tsou · 8 years ago
  77. 871b878 EDGE: Add support for UmTRX. by Alexander Chemeris · 8 years ago
  78. 5cd70dc EDGE: Setup variable sampling on receive path by Tom Tsou · 8 years ago
  79. 283b22d uhd: Remove references to USRP B205 by Tom Tsou · 9 years ago
  80. d4d3daa uhd: Use internal UHD tick conversions by Tom Tsou · 9 years ago
  81. c312905 uhd: Add version 3.9.0 support by Tom Tsou · 9 years ago
  82. c4eab87 uhd: Output Rx/Tx gain limits to log to make it more transparent. by Alexander Chemeris · 9 years ago
  83. f3b9af6 uhd: Fix UmTRX tuning broken in commit 90f7a01d. by Alexander Chemeris · 9 years ago
  84. c052aa1 uhd: Fix rounding error in timestamp conversion functions. by Alexander Chemeris · 9 years ago
  85. 50747dc osmo-trx: Add an option to swap channels on UmTRX. by Alexander Chemeris · 9 years ago
  86. 5c7c178 uhd: Pass UHD command line arguments to constructor by Tom Tsou · 9 years ago
  87. 90f7a01 umtrx: Don't use DSP tuning, because LMS6002D PLL steps are small enough. by Alexander Chemeris · 9 years ago
  88. e171425 uhd: Set RF frontend bandwidth for UmTRX to improve signal quality. by Alexander Chemeris · 9 years ago
  89. 4d029d8 UmTRX: Manually set Tx gain stages for the best signal quality. by Alexander Chemeris · 10 years ago
  90. 88bbf1a uhd: Use full DAC scale with UmTRX to improve signal quality. by Alexander Chemeris · 9 years ago
  91. 93b7f37 b210: Lock dual-channel tuning access by Tom Tsou · 9 years ago
  92. 4ad9ea6 Transceiver52M: Add X300/X310 and E310 USRP support by Tom Tsou · 10 years ago
  93. eb54bdd Transceiver52M: Implement POWEROFF command by Tom Tsou · 10 years ago
  94. 1ae2556 uhd: Display current timestamp with buffer status errors by Tom Tsou · 9 years ago
  95. a5c83ae Transceiver52M: Add E1XX USRP device id and timings by Thomas Tsou · 10 years ago
  96. c283916 Transceiver52M: Allow startup delay for stream alignment by Thomas Tsou · 10 years ago
  97. cecfb2e Transceiver52M: Set UHD rates before creating streamers by Thomas Tsou · 10 years ago
  98. 8e17df7 Transceivert52M: Add option for baseband frequency offset by Thomas Tsou · 10 years ago
  99. 3ebc772 Transceiver52M: Enable B210 dual channel support by Thomas Tsou · 10 years ago
  100. 18d3b83 Transceiver52M: Disable initial device time reset by Thomas Tsou · 10 years ago