1. 1f15152 radioInterfaceMulti:pullBuffer: Sanely convert float array to complex array by Pau Espin Pedrol · 6 years ago
  2. 21ce05c cosmetic: Fix trailing whitespace in several files by Pau Espin Pedrol · 6 years ago
  3. 5e68cde SigProcLib: Use available copyTo Vector API instead of memcopy by Pau Espin Pedrol · 6 years ago
  4. 1f4a009 UHHDDevice: Replace deprecated header uhd/utils/thread_priority.hpp by Pau Espin Pedrol · 6 years ago
  5. 9700969 radioInterface: Fix variable storing integer return value by Pau Espin Pedrol · 6 years ago
  6. db936b9 osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on error by Pau Espin Pedrol · 6 years ago
  7. 49ad759 lms: Return error on device read timeout by Pau Espin Pedrol · 6 years ago
  8. 8e498bf radioInterface: forward errors from RadioDevice to Transceiver in recv path by Pau Espin Pedrol · 6 years ago
  9. 4644463 cosmetic: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  10. 5cc8858 logging: Introduce new "DDEV" category for device-specific code by Harald Welte · 6 years ago
  11. 58c89fb lms: Allow values diff than 34dB to be set by setRxGain() by Pau Espin Pedrol · 6 years ago
  12. 16e7e20 Add -V param to print version by Pau Espin Pedrol · 6 years ago
  13. b229439 usrp1: Fail in case of unsupported configuration by Harald Welte · 6 years ago
  14. ffb3301 lms: Fail in case of unsupported configuration by Harald Welte · 6 years ago
  15. 62b7900 lms: Fix coding style by Harald Welte · 6 years ago
  16. 61707e8 radioDevice: better encapsulation in base class by Harald Welte · 6 years ago
  17. ce70ba5 radioDevice: Move tx_sps from derived into base class by Harald Welte · 6 years ago
  18. cfb9dac lms: Call set_antennas() during open() method by Harald Welte · 6 years ago
  19. 105a61e lms: Fix support for rx_paths / tx_paths by Harald Welte · 6 years ago
  20. 2407314 move set_antennas() from UHD to generic radioDevice base class by Harald Welte · 6 years ago
  21. ff44185 lms: Reduce Rx gain from 47 to 34 dB by Zydrunas Tamosevicius · 6 years ago
  22. 0494d05 lms: fix LMS_StartStream() handling for multiple channels by Zydrunas Tamosevicius · 6 years ago
  23. fd268b6 lms: Reduce log level of "send buffer of len ..." by Zydrunas Tamosevicius · 6 years ago
  24. 43f3678 lms: Use same timestamp offset like when using LimeSDR via UHD by Zydrunas Tamosevicius · 6 years ago
  25. 6493dc8 lms: Check LPBFW to set is within supported range by Pau Espin Pedrol · 6 years ago
  26. f7905ac lms: Makefile.am: Reorder params to fix link issue by Pau Espin Pedrol · 6 years ago
  27. 0c27938 LMSDevice: Fix setup failure with LimeSuite > 18.04.1 by Pau Espin Pedrol · 6 years ago
  28. 587916e LMSDevice: Set correct values for Max{Tx,Rx}Gain by Pau Espin Pedrol · 6 years ago
  29. 7902486 LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestamps by Harald Welte · 6 years ago
  30. 4aec1f1 LMS_Device: Set ts_offset to 0. by Harald Welte · 6 years ago
  31. 68f0541 LMSDevice: Fix initial timestamp offset of 2500 by Harald Welte · 6 years ago
  32. ea8be22 LMSDevice: Set low-pass filters to smallest possible option by Harald Welte · 6 years ago
  33. a5054b3 LMSDevice: Typo fix: s/Internal/External by Harald Welte · 6 years ago
  34. a438114 LMSDevice: Print sample rate range + actual sample rate after setting it by Harald Welte · 6 years ago
  35. 9cb4f27 LMSDevice: Call LMS_Init() before setting sample rate by Harald Welte · 6 years ago
  36. 1f50fed build: Add support for LimeSuite device backend by Pau Espin Pedrol · 6 years ago
  37. c7a0bf1 lms: Several improvements and compilation/runtime fixes by Pau Espin Pedrol · 6 years ago
  38. 940738e Initial work towards direct LimeSuite support in OsmoTRX by Harald Welte · 6 years ago
  39. 55df1e4 UHDDevice: Fix setup failure with LimeSuite > 18.04.1 by Pau Espin Pedrol · 6 years ago
  40. fad2e09 osmo-trx: s/GSM Core Address/GSM BTS Address/ by Harald Welte · 6 years ago
  41. 2a8183b build: More OBS build failure fixes by Pau Espin Pedrol · 6 years ago
  42. 478f82f build: Fix make distcheck by Pau Espin Pedrol · 6 years ago
  43. f37b0ad Transceiver: log timing info of stale bursts by Pau Espin Pedrol · 6 years ago
  44. f3d7f44 Build one osmo-trx binary for each device support enabled by Pau Espin Pedrol · 6 years ago
  45. e564f0f Transceiver: Move device specific code to radioDevice class by Pau Espin Pedrol · 6 years ago
  46. 0fc20d1 Move device specific code out of radioInterface by Pau Espin Pedrol · 6 years ago
  47. a4316ee Change configure define USRP1 to DEVICE_USRP1 by Pau Espin Pedrol · 6 years ago
  48. 2128a30 Move device specific files to device subdir by Pau Espin Pedrol · 6 years ago
  49. 43fedb6 Move arch specific fiels to arch subdir by Pau Espin Pedrol · 6 years ago
  50. e1977fc use osmo_init_logging2() by Pau Espin Pedrol · 6 years ago
  51. c0c6d70 Transceiver.cpp: prevent out-of-range array access by Vadim Yanitskiy · 6 years ago
  52. 8c6c5d2 Transceiver.cpp: fix incorrect format string for SETTSC by Vadim Yanitskiy · 6 years ago
  53. a62fcf7 Transceiver.cpp: use pointer arithmetics for CMD parsing by Vadim Yanitskiy · 6 years ago
  54. 4d9b59c Transceiver.cpp: properly zero-terminate received commands by Vadim Yanitskiy · 6 years ago
  55. bd0efb0 Transceiver.cpp: use a define for the MAX_PACKET_LENGTH by Vadim Yanitskiy · 6 years ago
  56. 8fbbd65 Build Transceiver52M/common as an .la lib by Pau Espin Pedrol · 6 years ago
  57. b35cba6 Makefile.am: Avoid using subdir if arch is not required by Pau Espin Pedrol · 6 years ago
  58. 8dffadb osmo-trx: Re-introduce -l cmd line parameter by Pau Espin Pedrol · 6 years ago
  59. 408f250 osmo-trx: Use VTY cfg structures while still allowing cmd line options by Pau Espin Pedrol · 6 years ago
  60. a3ab8c2 vty: Implement VTY cfg parsing for current parameters by Pau Espin Pedrol · 6 years ago
  61. efac20b Move enums required by VTY to a separate header by Pau Espin Pedrol · 6 years ago
  62. 0bbd892 osmo-trx.cpp: Move trx start and stop to helper functions by Pau Espin Pedrol · 6 years ago
  63. 3f52f0e Fix USRP1 build with support for setting Rx/TxAntenna by Alexander Huemer · 6 years ago
  64. 3da1f83 Logger: Use libosmocore logging system by Pau Espin Pedrol · 6 years ago
  65. 5ea1817 Add initial support for logging, vty, ctrl by Pau Espin Pedrol · 6 years ago
  66. 3a3b220 osmo-trx: Set up talloc ctx by Pau Espin Pedrol · 6 years ago
  67. ab22f4c osmo-trx: set up signals using libosmocore helpers by Pau Espin Pedrol · 6 years ago
  68. 8b843e5 Depend on libosmocore by Pau Espin Pedrol · 6 years ago
  69. 11d50d9 Logger: Drop syslog support by Pau Espin Pedrol · 6 years ago
  70. b7095c7 UHDDevice: Initialize async_event_thrd in constructor by Pau Espin Pedrol · 7 years ago
  71. 77ce99a Add support to set Rx/TxAntenna by Pau Espin Pedrol · 7 years ago
  72. f58cd8a Fix whitespace by Pau Espin Pedrol · 7 years ago
  73. 89be118 Remove unneeded libdl dependency by Pau Espin Pedrol · 7 years ago
  74. 6fafd33 Unbreak `./configure --with-usrp1` build by Alexander Huemer · 7 years ago
  75. 4a25d6b arm/convert.c: Add missing convert_init implementation by Pau Espin Pedrol · 7 years ago
  76. 79baee3 arm/convert.c: Fix compilation error by Pau Espin Pedrol · 7 years ago
  77. 6112126 Move ARCH_LA to Makefile.common by Pau Espin Pedrol · 7 years ago
  78. caf2abc Remove Configuration module and libsqlite dependency by Pau Espin Pedrol · 7 years ago
  79. de1685f Drop use of ConfigurationTable gConfig by Pau Espin Pedrol · 7 years ago
  80. 82f83ce cosmetic: Remove trailing whitespace by Pau Espin Pedrol · 7 years ago
  81. d09843c Remove unused headers by Max · 7 years ago
  82. aa60dda UHDDevice.cpp: add USRP B205mini support by Piotr Krysik · 7 years ago
  83. 8c80095 Add -j option to bind to specific address by Pau Espin Pedrol · 7 years ago
  84. 81486e0 Add '-t' command line option to enable SCHED_RR by Harald Welte · 7 years ago
  85. 28d8081 LimeSDR: Fix sample value range by ignasj · 7 years ago
  86. 87ed77b LimeSDR: change tx window type to TX_WINDOW_FIXED by ignasj · 7 years ago
  87. f9d9968 LimeSDR: Change device detection to work with USB and PCIe versions by ignasj · 7 years ago
  88. 934da48 transceiver: Avoid sending clock indications when trx is not powered on by Pau Espin Pedrol · 7 years ago
  89. 7c405a0 cosmetic: transciever: Remove trailing whitespaces by Pau Espin Pedrol · 7 years ago
  90. 4cafb0f LimeSDR: set approximate tx offset value to make GSM work by Tom Tsou · 7 years ago
  91. f611569 uhd: Always specify samples-per-symbol for device lookup by Tom Tsou · 7 years ago
  92. 3547413 sigProcLib: Specify standard namespace for isnan() by Tom Tsou · 7 years ago
  93. d2e5c56 sigProcLib: Replace dynamically allocated resampling buffers by Tom Tsou · 7 years ago
  94. a3dce85 sigProcLib: Use explicit NaN check in sinc table generation by Tom Tsou · 7 years ago
  95. bb0c68a sigProcLib: Remove trigonometric tables by Tom Tsou · 7 years ago
  96. 7278a87 sigProcLib: Remove heap based signal vector allocations by Tom Tsou · 7 years ago
  97. 63eef9f sigProcLib: Fix complex/real vector flag in Laurent modulator by Tom Tsou · 7 years ago
  98. d67bd60 transceiver: Fix POWEROFF crash on USRP2/N200/X300 devices by Tom Tsou · 7 years ago
  99. 988a464 uhd: Fix USRP2/N200/N210 device detection by Tom Tsou · 7 years ago
  100. 1b6ab7d uhd: Fix Tx-RX timing offset setting by Tom Tsou · 7 years ago