1. c0c6d70 Transceiver.cpp: prevent out-of-range array access by Vadim Yanitskiy · 6 years ago
  2. 8c6c5d2 Transceiver.cpp: fix incorrect format string for SETTSC by Vadim Yanitskiy · 6 years ago
  3. a62fcf7 Transceiver.cpp: use pointer arithmetics for CMD parsing by Vadim Yanitskiy · 6 years ago
  4. 4d9b59c Transceiver.cpp: properly zero-terminate received commands by Vadim Yanitskiy · 6 years ago
  5. bd0efb0 Transceiver.cpp: use a define for the MAX_PACKET_LENGTH by Vadim Yanitskiy · 6 years ago
  6. 8fbbd65 Build Transceiver52M/common as an .la lib by Pau Espin Pedrol · 6 years ago
  7. b35cba6 Makefile.am: Avoid using subdir if arch is not required by Pau Espin Pedrol · 6 years ago
  8. 8dffadb osmo-trx: Re-introduce -l cmd line parameter by Pau Espin Pedrol · 6 years ago
  9. 408f250 osmo-trx: Use VTY cfg structures while still allowing cmd line options by Pau Espin Pedrol · 6 years ago
  10. a3ab8c2 vty: Implement VTY cfg parsing for current parameters by Pau Espin Pedrol · 6 years ago
  11. efac20b Move enums required by VTY to a separate header by Pau Espin Pedrol · 6 years ago
  12. 0bbd892 osmo-trx.cpp: Move trx start and stop to helper functions by Pau Espin Pedrol · 6 years ago
  13. 3f52f0e Fix USRP1 build with support for setting Rx/TxAntenna by Alexander Huemer · 6 years ago
  14. 3da1f83 Logger: Use libosmocore logging system by Pau Espin Pedrol · 6 years ago
  15. 5ea1817 Add initial support for logging, vty, ctrl by Pau Espin Pedrol · 6 years ago
  16. 3a3b220 osmo-trx: Set up talloc ctx by Pau Espin Pedrol · 6 years ago
  17. ab22f4c osmo-trx: set up signals using libosmocore helpers by Pau Espin Pedrol · 6 years ago
  18. 8b843e5 Depend on libosmocore by Pau Espin Pedrol · 6 years ago
  19. 11d50d9 Logger: Drop syslog support by Pau Espin Pedrol · 6 years ago
  20. b7095c7 UHDDevice: Initialize async_event_thrd in constructor by Pau Espin Pedrol · 6 years ago
  21. 77ce99a Add support to set Rx/TxAntenna by Pau Espin Pedrol · 6 years ago
  22. f58cd8a Fix whitespace by Pau Espin Pedrol · 6 years ago
  23. 89be118 Remove unneeded libdl dependency by Pau Espin Pedrol · 6 years ago
  24. 6fafd33 Unbreak `./configure --with-usrp1` build by Alexander Huemer · 7 years ago
  25. 4a25d6b arm/convert.c: Add missing convert_init implementation by Pau Espin Pedrol · 7 years ago
  26. 79baee3 arm/convert.c: Fix compilation error by Pau Espin Pedrol · 7 years ago
  27. 6112126 Move ARCH_LA to Makefile.common by Pau Espin Pedrol · 7 years ago
  28. caf2abc Remove Configuration module and libsqlite dependency by Pau Espin Pedrol · 7 years ago
  29. de1685f Drop use of ConfigurationTable gConfig by Pau Espin Pedrol · 7 years ago
  30. 82f83ce cosmetic: Remove trailing whitespace by Pau Espin Pedrol · 7 years ago
  31. d09843c Remove unused headers by Max · 7 years ago
  32. aa60dda UHDDevice.cpp: add USRP B205mini support by Piotr Krysik · 7 years ago
  33. 8c80095 Add -j option to bind to specific address by Pau Espin Pedrol · 7 years ago
  34. 81486e0 Add '-t' command line option to enable SCHED_RR by Harald Welte · 7 years ago
  35. 28d8081 LimeSDR: Fix sample value range by ignasj · 7 years ago
  36. 87ed77b LimeSDR: change tx window type to TX_WINDOW_FIXED by ignasj · 7 years ago
  37. f9d9968 LimeSDR: Change device detection to work with USB and PCIe versions by ignasj · 7 years ago
  38. 934da48 transceiver: Avoid sending clock indications when trx is not powered on by Pau Espin Pedrol · 7 years ago
  39. 7c405a0 cosmetic: transciever: Remove trailing whitespaces by Pau Espin Pedrol · 7 years ago
  40. 4cafb0f LimeSDR: set approximate tx offset value to make GSM work by Tom Tsou · 7 years ago
  41. f611569 uhd: Always specify samples-per-symbol for device lookup by Tom Tsou · 7 years ago
  42. 3547413 sigProcLib: Specify standard namespace for isnan() by Tom Tsou · 7 years ago
  43. d2e5c56 sigProcLib: Replace dynamically allocated resampling buffers by Tom Tsou · 7 years ago
  44. a3dce85 sigProcLib: Use explicit NaN check in sinc table generation by Tom Tsou · 7 years ago
  45. bb0c68a sigProcLib: Remove trigonometric tables by Tom Tsou · 7 years ago
  46. 7278a87 sigProcLib: Remove heap based signal vector allocations by Tom Tsou · 7 years ago
  47. 63eef9f sigProcLib: Fix complex/real vector flag in Laurent modulator by Tom Tsou · 7 years ago
  48. d67bd60 transceiver: Fix POWEROFF crash on USRP2/N200/X300 devices by Tom Tsou · 7 years ago
  49. 988a464 uhd: Fix USRP2/N200/N210 device detection by Tom Tsou · 7 years ago
  50. 1b6ab7d uhd: Fix Tx-RX timing offset setting by Tom Tsou · 7 years ago
  51. 980525c uhd: Add non-UmTRX channel swap support by Tom Tsou · 7 years ago
  52. 70134a0 sigProcLib: Remove unused functions from public interface by Tom Tsou · 7 years ago
  53. 1fb0ce6 uhd: Use map container for for device parameter access by Tom Tsou · 7 years ago
  54. 3bd763d ssedetect: call __builtin_cpu_supports() only if supported by Vadim Yanitskiy · 7 years ago
  55. 5e65b53 sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits. by Alexander Chemeris · 7 years ago
  56. d6ae864 radioInterface: Remove UmTRX 'diversity' option by Tom Tsou · 7 years ago
  57. e51a8f0 cosmetic: Add info about SSE support by Philipp Maier · 7 years ago
  58. e8ae9fc buildenv: Split up SSE3 and SSE4.1 code by Philipp Maier · 7 years ago
  59. fe97698 cosmetic: remove code duplication by Philipp Maier · 7 years ago
  60. 7e07cf2 ssedetect: Add runtime CPU detection by Philipp Maier · 7 years ago
  61. 131f82b cosmetic: Make parameter lists uniform by Philipp Maier · 7 years ago
  62. 78b5627 buildenv: Turn off native architecture builds by Philipp Maier · 7 years ago
  63. de116e9 config: Remove OpenBTS style sqlite configuration by Tom Tsou · 7 years ago
  64. 6031734 Transceiver: Remove unsigned negative compares by Tom Tsou · 7 years ago
  65. 5d2a36a Resampler: Fix non-array delete for filter taps by Tom Tsou · 7 years ago
  66. 2af1440 sigProcLib: Fix negative value check on unsigned value by Tom Tsou · 7 years ago
  67. 92bdfb8 sigProcLib: Check return status on downsampling by Tom Tsou · 7 years ago
  68. ae91f13 sigProcLib: Remove unreachable code and no-effect checks by Tom Tsou · 7 years ago
  69. 9d53ecf Resampler: Fix initialization return checking by Tom Tsou · 7 years ago
  70. e0c1218 sigProcLib: Constify demodulation functions burst argument. by Alexander Chemeris · 7 years ago
  71. 1470fcd sigProcLib: constify signalVector arguments for detectBurst() functions. by Alexander Chemeris · 7 years ago
  72. 6e1dffd Move Transceiver::demodulate() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  73. 0229d22 sigProcLib.h: Fix whitespaces. No non-whitespace changes. by Alexander Chemeris · 7 years ago
  74. f7717ac sigProcLib: Add operator<< to print CorrType to a string. by Alexander Chemeris · 7 years ago
  75. b34e60c Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable. by Alexander Chemeris · 7 years ago
  76. 4e6c938 Move Transceiver::detectBurst() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  77. 4aa548f sigProcLib: rename signalError type to SignalError. by Alexander Chemeris · 7 years ago
  78. f9e78be Move CorrType type from Transceiver to sigProcLib. by Alexander Chemeris · 7 years ago
  79. e56bf3a signalVector: Implement segment(). by Alexander Chemeris · 7 years ago
  80. b61c610 Call vectorSlicer() right before packing bits for transmission to osmo-bts. by Alexander Chemeris · 7 years ago
  81. 132fb24 sigProcLib: Slice SoftVector instead of signalVector for GMSK demod. by Alexander Chemeris · 7 years ago
  82. 1c0b8b3 sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity. by Alexander Chemeris · 7 years ago
  83. 1dd05cf sigProcLib: make energyDetect() simpler by returning actual energy. by Alexander Chemeris · 7 years ago
  84. 14d13b6 sigProcLib: Fix documentation, sync argument names in .cpp and .h files. by Alexander Chemeris · 7 years ago
  85. 89bca9b radioBuffer: Remove extra ; at the end of inline function definitions. by Alexander Chemeris · 7 years ago
  86. 9270a5a sigProcLib: Typo sybols -> symbols by Alexander Chemeris · 7 years ago
  87. a93f789 uhd: Increase MC-BTS FPGA clock rate to 51.2 MHz by Tom Tsou · 7 years ago
  88. 72bf762 uhd: Add support for UHD-3.11 logging control by Tom Tsou · 7 years ago
  89. 2dee3e9 Fix building against sqlite3 by Max · 7 years ago
  90. 80cb080 Revert "uhd: Set minimum supported version to 3.9.0" by Tom Tsou · 7 years ago
  91. 44c7f41 uhd: Add X300 sample timing for 4 SPS by Tom Tsou · 8 years ago
  92. 9436fbb transceiver: Fix mismatched allocations and deallocations by pierre.baudry · 8 years ago
  93. 93ca09e uhd: Set minimum supported version to 3.9.0 by Tom Tsou · 8 years ago
  94. 365bc38 transceiver: Fix command build warning by Tom Tsou · 8 years ago
  95. 43242ef uhd: Add missing B200 sample timing for 4 SPS receive by Tom Tsou · 8 years ago
  96. aa15d62 sigproc: Match differential GMSK start/end bits to tail bits by Tom Tsou · 8 years ago
  97. 8f0ccf6 uhd: Update USRP2/N200/N210 for 4 SPS Rx by Tom Tsou · 8 years ago
  98. 06676ea sigproc: Fix missing 8-PSK tail symbols by Tom Tsou · 8 years ago
  99. 4609f32 transceiver: Fix 4 SPS receive TOA value by Tom Tsou · 8 years ago
  100. 7c741ec transceiver: Fix mixed GSMK / 8-PSK transmission by Tom Tsou · 8 years ago