Release v1.1.1 on 2019-08-08.
  1. cbc0208 Move std_inband.rbf under device/usrp1/ dir by Pau Espin Pedrol · 4 years, 10 months ago
  2. 68a7809 lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctr by Pau Espin Pedrol · 4 years, 10 months ago
  3. 207911b usrp1: don't check for non-null underrun pointer by Pau Espin Pedrol · 4 years, 10 months ago
  4. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 11 months ago
  5. bde55af lms: Fix stream_stats checks with overrun/underrun by Pau Espin Pedrol · 5 years ago
  6. 4c50bf4 lms: Drop unusued variable masterClockRate by Pau Espin Pedrol · 5 years ago
  7. 4456b6f Add rate_ctr support to store/retrieve SDR errors through VTY by Pau Espin Pedrol · 5 years ago
  8. 9281771 lms: Fix stream_stats checks with droppedPackets by Pau Espin Pedrol · 5 years ago
  9. dcbcfa5 lms: Use smpl_buf to recover from timestamp jumps by Pau Espin Pedrol · 5 years ago
  10. b5def41 smpl_buf: Move it to device/common and create libdevice_common.la by Pau Espin Pedrol · 5 years ago
  11. fc73c07 Introduce LOGCHAN macro to standarize logging channel info by Pau Espin Pedrol · 5 years ago
  12. a791926 smpl_buf: Remove dbg log line with duplicated info by Pau Espin Pedrol · 5 years ago
  13. 9b394e0 smpl_buf: Remove unused clk_rt variable (fixup) by Pau Espin Pedrol · 5 years ago
  14. 580c48b smpl_buf: Remove unused clk_rt variable by Pau Espin Pedrol · 5 years ago
  15. 7214fde device: Drop unused numberRead/numberWritten APIs by Pau Espin Pedrol · 5 years ago
  16. 51509b3 Move smpl_buf out of uhd dir to re-use it in other devices by Pau Espin Pedrol · 5 years ago
  17. ef192d3 uhd: Avoid reallocation of buffers every read by Pau Espin Pedrol · 5 years ago
  18. ac927b2 cosmetic: uhd: Use loglevel ERROR instead of ERR by Pau Espin Pedrol · 5 years ago
  19. 3e9179a uhd: smpl_buf: Use TIMESTAMP type in str_status by Pau Espin Pedrol · 5 years ago
  20. 87b7d09 uhd: smpl_buf: Drop UHD specifics out back to UHDDevice by Pau Espin Pedrol · 5 years ago
  21. 7bef234 cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .h by Pau Espin Pedrol · 5 years ago
  22. 2876785 lms: Catch and log dropped packets by HW during recv by Pau Espin Pedrol · 5 years ago
  23. 713b4d8 lms: Remove unused var m_last_tx_overruns by Pau Espin Pedrol · 5 years ago
  24. b96d9dd lms: Remove references to ALERT loglevel by Pau Espin Pedrol · 5 years ago
  25. 048c3ba lms: Log underrun/overrun events by Pau Espin Pedrol · 5 years ago
  26. 75cb0b9 Move duplicated thread_enable_cancel to CommonLibs by Pau Espin Pedrol · 5 years ago
  27. bab1583 lms: Improve log during flush recv error by Pau Espin Pedrol · 5 years ago
  28. 541496b lms: flush_recv: alloc buf on stack instead of heap by Pau Espin Pedrol · 5 years ago
  29. c785fb1 lms: properly call close if set_antennas() fails, add some comments by Joachim Steiger · 5 years ago
  30. 2875290 lms: add device type detection and device specific gains by Joachim Steiger · 5 years ago
  31. 4ce4555 lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to start by Joachim Steiger · 5 years ago
  32. 2d130fb lms: move LMS_EnableChannel from Start/Stop to Open/Close device by Joachim Steiger · 5 years ago
  33. 6c5f4ba lms: Remove wrong unused code copied from -uhd by Joachim Steiger · 5 years ago
  34. f97d75b usrp1: Fix formatting of log message (missing space) by Harald Welte · 5 years ago
  35. a944001 usrp1: Remove uninitialized skipRx logic by Harald Welte · 5 years ago
  36. 03b1162 lms: Fix build against LimeSuite > 18.10 by Pau Espin Pedrol · 5 years ago
  37. 871713b LMSDevice: make use of dev-args in osmo-trx.cfg by Oliver Smith · 5 years ago
  38. fe865f4 lms: Do {under,over}run checks even if LMS_RecvStream fails by Pau Espin Pedrol · 5 years ago
  39. e5b6664 lms: Move {under,over}run checks into separate method by Pau Espin Pedrol · 5 years ago
  40. 138caaf lms: Improve Set{Rx,Tx}{Gain,Freq} logging by Pau Espin Pedrol · 6 years ago
  41. 3fadcad lms: Allow setting Tx/RxFreq for lchan!=0 by Pau Espin Pedrol · 6 years ago
  42. eaa0144 lms: Allow setting Tx/RxGain for chan!=0 by Pau Espin Pedrol · 6 years ago
  43. ed361f9 lms: Close device on LMS_Init failure by Pau Espin Pedrol · 6 years ago
  44. 5cea18e lms: Make sure LMS_Close is called when Device is torn down by Pau Espin Pedrol · 6 years ago
  45. b4ea7b5 lms: Destroy streams on device stop by Pau Espin Pedrol · 6 years ago
  46. 69869bd lms: Fix start after stop of device by Pau Espin Pedrol · 6 years ago
  47. ebb3769 UHDDevice: log exception information on device open failure by d0gtail · 6 years ago
  48. 55928f2 lms: Set Rx gain to midpoint, as comment suggests. by Harald Welte · 6 years ago
  49. 0277b58 lms: User correct scale factor for transmit samples by Harald Welte · 6 years ago
  50. 1e2c010 lms: Apply LMS->OSMO log level conversion by Pau Espin Pedrol · 6 years ago
  51. 32b3c2e lms: Use LimeSuite.h log level defines instead of hardcoded values by Pau Espin Pedrol · 6 years ago
  52. 1c4bbad UHDDevice: setRxGain on chan 0 when using multi-arfcn by Pau Espin Pedrol · 6 years ago
  53. 5b60c98 Use pthread_setname_np to name threads by Pau Espin Pedrol · 6 years ago
  54. 92fc186 device/lms/LMSDevice.cpp: fix compilation warning by Vadim Yanitskiy · 6 years ago
  55. 4d179ab cosmetic: Use proper whitespace in several for loops by Pau Espin Pedrol · 6 years ago
  56. 1f4a009 UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hpp by Pau Espin Pedrol · 6 years ago
  57. 49ad759 lms: Return error on device read timeout by Pau Espin Pedrol · 6 years ago
  58. 5cc8858 logging: Introduce new "DDEV" category for device-specific code by Harald Welte · 6 years ago
  59. 58c89fb lms: Allow values diff than 34dB to be set by setRxGain() by Pau Espin Pedrol · 6 years ago
  60. b229439 usrp1: Fail in case of unsupported configuration by Harald Welte · 6 years ago
  61. ffb3301 lms: Fail in case of unsupported configuration by Harald Welte · 6 years ago
  62. 62b7900 lms: Fix coding style by Harald Welte · 6 years ago
  63. 61707e8 radioDevice: better encapsulation in base class by Harald Welte · 6 years ago
  64. ce70ba5 radioDevice: Move tx_sps from derived into base class by Harald Welte · 6 years ago
  65. cfb9dac lms: Call set_antennas() during open() method by Harald Welte · 6 years ago
  66. 105a61e lms: Fix support for rx_paths / tx_paths by Harald Welte · 6 years ago
  67. 2407314 move set_antennas() from UHD to generic radioDevice base class by Harald Welte · 6 years ago
  68. ff44185 lms: Reduce Rx gain from 47 to 34 dB by Zydrunas Tamosevicius · 6 years ago
  69. 0494d05 lms: fix LMS_StartStream() handling for multiple channels by Zydrunas Tamosevicius · 6 years ago
  70. fd268b6 lms: Reduce log level of "send buffer of len ..." by Zydrunas Tamosevicius · 6 years ago
  71. 43f3678 lms: Use same timestamp offset like when using LimeSDR via UHD by Zydrunas Tamosevicius · 6 years ago
  72. 6493dc8 lms: Check LPBFW to set is within supported range by Pau Espin Pedrol · 6 years ago
  73. 0c27938 LMSDevice: Fix setup failure with LimeSuite > 18.04.1 by Pau Espin Pedrol · 6 years ago
  74. 587916e LMSDevice: Set correct values for Max{Tx,Rx}Gain by Pau Espin Pedrol · 6 years ago
  75. 7902486 LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestamps by Harald Welte · 6 years ago
  76. 4aec1f1 LMS_Device: Set ts_offset to 0. by Harald Welte · 6 years ago
  77. 68f0541 LMSDevice: Fix initial timestamp offset of 2500 by Harald Welte · 6 years ago
  78. ea8be22 LMSDevice: Set low-pass filters to smallest possible option by Harald Welte · 6 years ago
  79. a5054b3 LMSDevice: Typo fix: s/Internal/External by Harald Welte · 6 years ago
  80. a438114 LMSDevice: Print sample rate range + actual sample rate after setting it by Harald Welte · 6 years ago
  81. 9cb4f27 LMSDevice: Call LMS_Init() before setting sample rate by Harald Welte · 6 years ago
  82. 1f50fed build: Add support for LimeSuite device backend by Pau Espin Pedrol · 6 years ago
  83. c7a0bf1 lms: Several improvements and compilation/runtime fixes by Pau Espin Pedrol · 6 years ago
  84. 940738e Initial work towards direct LimeSuite support in OsmoTRX by Harald Welte · 6 years ago
  85. 55df1e4 UHDDevice: Fix setup failure with LimeSuite > 18.04.1 by Pau Espin Pedrol · 6 years ago
  86. f3d7f44 Build one osmo-trx binary for each device support enabled by Pau Espin Pedrol · 6 years ago
  87. e564f0f Transceiver: Move device specific code to radioDevice class by Pau Espin Pedrol · 6 years ago
  88. 0fc20d1 Move device specific code out of radioInterface by Pau Espin Pedrol · 6 years ago
  89. a4316ee Change configure define USRP1 to DEVICE_USRP1 by Pau Espin Pedrol · 6 years ago
  90. 2128a30 Move device specific files to device subdir by Pau Espin Pedrol · 6 years ago