1. 78e1cd2 Tag/Release 0.2.0 by Harald Welte · 7 years ago 0.2.0
  2. db9c1b5 Import git-version-gen and update AC_INIT() by Harald Welte · 7 years ago
  3. 099a44a Use release helper from libosmocore by Max · 7 years ago
  4. 8c80095 Add -j option to bind to specific address by Pau Espin Pedrol · 7 years ago
  5. d49a6aa Remove redundant explicit dependency by Max · 7 years ago
  6. 81486e0 Add '-t' command line option to enable SCHED_RR by Harald Welte · 7 years ago
  7. 28d8081 LimeSDR: Fix sample value range by ignasj · 7 years ago
  8. 87ed77b LimeSDR: change tx window type to TX_WINDOW_FIXED by ignasj · 7 years ago
  9. f9d9968 LimeSDR: Change device detection to work with USB and PCIe versions by ignasj · 7 years ago
  10. aa5acc9 deb: remove unused dependency by Max · 7 years ago
  11. 934da48 transceiver: Avoid sending clock indications when trx is not powered on by Pau Espin Pedrol · 7 years ago
  12. 7c405a0 cosmetic: transciever: Remove trailing whitespaces by Pau Espin Pedrol · 7 years ago
  13. 4cafb0f LimeSDR: set approximate tx offset value to make GSM work by Tom Tsou · 7 years ago
  14. f611569 uhd: Always specify samples-per-symbol for device lookup by Tom Tsou · 7 years ago
  15. 3547413 sigProcLib: Specify standard namespace for isnan() by Tom Tsou · 7 years ago
  16. d2e5c56 sigProcLib: Replace dynamically allocated resampling buffers by Tom Tsou · 7 years ago
  17. a3dce85 sigProcLib: Use explicit NaN check in sinc table generation by Tom Tsou · 7 years ago
  18. bb0c68a sigProcLib: Remove trigonometric tables by Tom Tsou · 7 years ago
  19. 87d158c common: Declare explicit Vector move constructor by Tom Tsou · 7 years ago
  20. 7278a87 sigProcLib: Remove heap based signal vector allocations by Tom Tsou · 7 years ago
  21. 63eef9f sigProcLib: Fix complex/real vector flag in Laurent modulator by Tom Tsou · 7 years ago
  22. d67bd60 transceiver: Fix POWEROFF crash on USRP2/N200/X300 devices by Tom Tsou · 7 years ago
  23. 988a464 uhd: Fix USRP2/N200/N210 device detection by Tom Tsou · 7 years ago
  24. 1b6ab7d uhd: Fix Tx-RX timing offset setting by Tom Tsou · 7 years ago
  25. 980525c uhd: Add non-UmTRX channel swap support by Tom Tsou · 7 years ago
  26. 70134a0 sigProcLib: Remove unused functions from public interface by Tom Tsou · 7 years ago
  27. 1fb0ce6 uhd: Use map container for for device parameter access by Tom Tsou · 7 years ago
  28. 8ca237b build: Require and check for gcc C++11 support by Tom Tsou · 7 years ago
  29. 082bbbf PRBS: a Pseudo-random binary sequence (PRBS) generator class. by Alexander Chemeris · 7 years ago
  30. 3bd763d ssedetect: call __builtin_cpu_supports() only if supported by Vadim Yanitskiy · 7 years ago
  31. ee57357 buildenv: check for __builtin_cpu_supports call support by Vadim Yanitskiy · 7 years ago
  32. 8537b90 buildenv: cosmetic changes by Vadim Yanitskiy · 7 years ago
  33. 038fd7f buildenv: fix build on systems without SIMD support by Vadim Yanitskiy · 7 years ago
  34. 0cd246c buildenv: actually strip unused cpuid functionality by Vadim Yanitskiy · 7 years ago
  35. 61fbf2e buildenv: correct the ax_sse macro description by Vadim Yanitskiy · 7 years ago
  36. 15f9d95 BitVector: Remove Generator class. by Alexander Chemeris · 7 years ago
  37. 73dbccd Configuration: Variables allocated with 'new' must be freed with 'delete'. by Alexander Chemeris · 7 years ago
  38. 5e65b53 sigProcLib: Fix number of tail bits in random Normal Bursts and zero Stealing Bits. by Alexander Chemeris · 7 years ago
  39. b992d0a debian: remove obsolete dependency by Max · 7 years ago
  40. d6ae864 radioInterface: Remove UmTRX 'diversity' option by Tom Tsou · 7 years ago
  41. e51a8f0 cosmetic: Add info about SSE support by Philipp Maier · 7 years ago
  42. e8ae9fc buildenv: Split up SSE3 and SSE4.1 code by Philipp Maier · 7 years ago
  43. f5bf33b buildenv: Make build CPU invariant by Philipp Maier · 7 years ago
  44. fe97698 cosmetic: remove code duplication by Philipp Maier · 7 years ago
  45. 7e07cf2 ssedetect: Add runtime CPU detection by Philipp Maier · 7 years ago
  46. dfe0aef Add test program to verify convolution implementation by Philipp Maier · 7 years ago
  47. 131f82b cosmetic: Make parameter lists uniform by Philipp Maier · 7 years ago
  48. 78b5627 buildenv: Turn off native architecture builds by Philipp Maier · 7 years ago
  49. de116e9 config: Remove OpenBTS style sqlite configuration by Tom Tsou · 7 years ago
  50. 15da7e1 Configuration: Fix const and signedness compile warnings by Tom Tsou · 7 years ago
  51. 6031734 Transceiver: Remove unsigned negative compares by Tom Tsou · 7 years ago
  52. 5d2a36a Resampler: Fix non-array delete for filter taps by Tom Tsou · 7 years ago
  53. 2af1440 sigProcLib: Fix negative value check on unsigned value by Tom Tsou · 7 years ago
  54. 92bdfb8 sigProcLib: Check return status on downsampling by Tom Tsou · 7 years ago
  55. ae91f13 sigProcLib: Remove unreachable code and no-effect checks by Tom Tsou · 7 years ago
  56. 9d53ecf Resampler: Fix initialization return checking by Tom Tsou · 7 years ago
  57. e0c1218 sigProcLib: Constify demodulation functions burst argument. by Alexander Chemeris · 7 years ago
  58. 1470fcd sigProcLib: constify signalVector arguments for detectBurst() functions. by Alexander Chemeris · 7 years ago
  59. 6e1dffd Move Transceiver::demodulate() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  60. 0229d22 sigProcLib.h: Fix whitespaces. No non-whitespace changes. by Alexander Chemeris · 7 years ago
  61. f7717ac sigProcLib: Add operator<< to print CorrType to a string. by Alexander Chemeris · 7 years ago
  62. b34e60c Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable. by Alexander Chemeris · 7 years ago
  63. 4e6c938 Move Transceiver::detectBurst() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  64. 4aa548f sigProcLib: rename signalError type to SignalError. by Alexander Chemeris · 7 years ago
  65. f9e78be Move CorrType type from Transceiver to sigProcLib. by Alexander Chemeris · 7 years ago
  66. f0189c4 vector: Introduce shrink() function to shrink vector size without loosing data. by Alexander Chemeris · 7 years ago
  67. c708816 vector: Introduce segmentMove() method to move data inside of a vector. by Alexander Chemeris · 7 years ago
  68. e56bf3a signalVector: Implement segment(). by Alexander Chemeris · 7 years ago
  69. 38b6987 BitVector: Convert SoftVector from 0..1 to -1..+1 soft bits. by Alexander Chemeris · 7 years ago
  70. 7db522b BitVector: Remove convolutional codec - we don't use it in osmo-trx. by Alexander Chemeris · 7 years ago
  71. ae09b04 CommonLibs: Print soft bits with less confidence to console when printing a soft vector. by Alexander Chemeris · 7 years ago
  72. b61c610 Call vectorSlicer() right before packing bits for transmission to osmo-bts. by Alexander Chemeris · 7 years ago
  73. 132fb24 sigProcLib: Slice SoftVector instead of signalVector for GMSK demod. by Alexander Chemeris · 7 years ago
  74. 1c0b8b3 sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity. by Alexander Chemeris · 7 years ago
  75. 1dd05cf sigProcLib: make energyDetect() simpler by returning actual energy. by Alexander Chemeris · 7 years ago
  76. 14d13b6 sigProcLib: Fix documentation, sync argument names in .cpp and .h files. by Alexander Chemeris · 7 years ago
  77. 89bca9b radioBuffer: Remove extra ; at the end of inline function definitions. by Alexander Chemeris · 7 years ago
  78. 9270a5a sigProcLib: Typo sybols -> symbols by Alexander Chemeris · 7 years ago
  79. 4793f46 CommonLibs: Remove unused files. by Alexander Chemeris · 7 years ago
  80. 802b865 Add autoconf-archive to dependencies by Max · 7 years ago
  81. a93f789 uhd: Increase MC-BTS FPGA clock rate to 51.2 MHz by Tom Tsou · 7 years ago
  82. 72bf762 uhd: Add support for UHD-3.11 logging control by Tom Tsou · 7 years ago
  83. 2dee3e9 Fix building against sqlite3 by Max · 7 years ago
  84. 1f1cebb Remove embedded sqlite3 by Max · 7 years ago
  85. d1b28bd Do not embed sqlite3 when building by Ruben Undheim · 7 years ago
  86. 833e97e Integrate Debian packaging changes by Max · 7 years ago
  87. e6d059f Add gerrit settings by Max · 7 years ago
  88. 012a1b3 debian: Require fftw3 header files for osmo-trx by Holger Hans Peter Freyther · 7 years ago
  89. 80cb080 Revert "uhd: Set minimum supported version to 3.9.0" by Tom Tsou · 7 years ago
  90. 44c7f41 uhd: Add X300 sample timing for 4 SPS by Tom Tsou · 7 years ago
  91. 9436fbb transceiver: Fix mismatched allocations and deallocations by pierre.baudry · 8 years ago
  92. 93ca09e uhd: Set minimum supported version to 3.9.0 by Tom Tsou · 8 years ago
  93. 365bc38 transceiver: Fix command build warning by Tom Tsou · 8 years ago
  94. 43242ef uhd: Add missing B200 sample timing for 4 SPS receive by Tom Tsou · 8 years ago
  95. 76b98cf add contrib/jenkins.sh, for gerrit build bot by Neels Hofmeyr · 8 years ago
  96. aa15d62 sigproc: Match differential GMSK start/end bits to tail bits by Tom Tsou · 8 years ago
  97. 2e5e2c5 The INSTALL file is being overwritten by autoreconf, but it is committed by Neels Hofmeyr · 8 years ago
  98. 8f0ccf6 uhd: Update USRP2/N200/N210 for 4 SPS Rx by Tom Tsou · 8 years ago
  99. 06676ea sigproc: Fix missing 8-PSK tail symbols by Tom Tsou · 8 years ago
  100. 4609f32 transceiver: Fix 4 SPS receive TOA value by Tom Tsou · 8 years ago