1. 35a067e lms: Fix coding style by Harald Welte · 6 years ago laforge/lime
  2. 9939ccd radioDevice: better encapsulation in base class by Harald Welte · 6 years ago
  3. 9eda022 radioDevice: Move tx_sps from derived into base class by Harald Welte · 6 years ago
  4. a1031f1 lms: Call set_antennas() during open() method by Harald Welte · 6 years ago
  5. 66efb7c lms: Fix support for rx_paths / tx_paths by Harald Welte · 6 years ago
  6. 4f3aedb move set_antennas() from UHD to generic radioDevice base class by Harald Welte · 6 years ago
  7. 70621b7 lms: Reduce Rx gain from 47 to 34 dB by Zydrunas Tamosevicius · 6 years ago
  8. 1568f87 lms: fix LMS_StartStream() handling for multiple channels by Zydrunas Tamosevicius · 6 years ago
  9. cace86e lms: Reduce log level of "send buffer of len ..." by Zydrunas Tamosevicius · 6 years ago
  10. 59437da lms: Use same timestamp offset like when using LimeSDR via UHD by Zydrunas Tamosevicius · 6 years ago
  11. c9ea6e3 lms: Check LPBFW to set is within supported range by Pau Espin Pedrol · 6 years ago
  12. 4b00e73 lms: Makefile.am: Reorder params to fix link issue by Pau Espin Pedrol · 6 years ago
  13. aeccb44 LMSDevice: Fix setup failure with LimeSuite > 18.04.1 by Pau Espin Pedrol · 6 years ago
  14. 09aa5a3 LMSDevice: Set correct values for Max{Tx,Rx}Gain by Pau Espin Pedrol · 6 years ago
  15. 1a090b6 LMSDevice: Reduce Rx logging verbosity: Only log unexpected timestamps by Harald Welte · 6 years ago
  16. c01ddf5 LMS_Device: Set ts_offset to 0. by Harald Welte · 6 years ago
  17. 380067e LMSDevice: Fix initial timestamp offset of 2500 by Harald Welte · 6 years ago
  18. 6d000ba LMSDevice: Set low-pass filters to smallest possible option by Harald Welte · 6 years ago
  19. 2b764c3 LMSDevice: Typo fix: s/Internal/External by Harald Welte · 6 years ago
  20. e0d2f50 LMSDevice: Print sample rate range + actual sample rate after setting it by Harald Welte · 6 years ago
  21. 7ca3037 LMSDevice: Call LMS_Init() before setting sample rate by Harald Welte · 6 years ago
  22. ce09214 update .gitignore to include osmo-trx-lms by Harald Welte · 6 years ago
  23. 6437192 build: Add support for LimeSuite device backend by Pau Espin Pedrol · 6 years ago
  24. cdbe1e7 lms: Several improvements and compilation/runtime fixes by Pau Espin Pedrol · 6 years ago
  25. 4a5484c Initial work towards direct LimeSuite support in OsmoTRX by Harald Welte · 6 years ago
  26. 01eea0a trx_vty.c: fix: use CONFIG_NODE as parent by default by Vadim Yanitskiy · 6 years ago
  27. 55df1e4 UHDDevice: Fix setup failure with LimeSuite > 18.04.1 by Pau Espin Pedrol · 6 years ago
  28. e9424e2 doc: examples: Add umtrx sample config by Pau Espin Pedrol · 6 years ago
  29. d0ac926 Bump version: 0.3.0-dirty → 0.4.0 by Pau Espin Pedrol · 6 years ago 0.4.0
  30. 00d5114 git-version-gen: Take into account tags not in master by Pau Espin Pedrol · 6 years ago
  31. 3a496f3 doc: add example config for usrp B200 series by Philipp Maier · 6 years ago
  32. fad2e09 osmo-trx: s/GSM Core Address/GSM BTS Address/ by Harald Welte · 6 years ago
  33. e09e80f update .gitignore for new executable names by Harald Welte · 6 years ago
  34. 2e276e7 debian/control: Add build dependency to libusrp-dev by Harald Welte · 6 years ago
  35. dffc217 debian: Ensure USRP1 firmware is part of osmo-trx-usrp1 by Harald Welte · 6 years ago
  36. 96f0f2c debian/rules: Make sure we always require libusrp by Harald Welte · 6 years ago
  37. 225b16d debian/control: Remove "Maintainer" from binary package section by Harald Welte · 6 years ago
  38. 0ebbb2e Revert "debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb" by Harald Welte · 6 years ago
  39. 2fea950 build: Fix OBS build for ARM by Pau Espin Pedrol · 6 years ago
  40. d0a97a5 debian: Fix OBS build by Pau Espin Pedrol · 6 years ago
  41. 295b938 debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb by Pau Espin Pedrol · 6 years ago
  42. e860520 jenkins.sh: Enable build of osmo-trx-usrp1 by Pau Espin Pedrol · 6 years ago
  43. 2a8183b build: More OBS build failure fixes by Pau Espin Pedrol · 6 years ago
  44. 478f82f build: Fix make distcheck by Pau Espin Pedrol · 6 years ago
  45. f37b0ad Transceiver: log timing info of stale bursts by Pau Espin Pedrol · 6 years ago
  46. 3b78cbf Logger: Print correct source file and line number by Pau Espin Pedrol · 6 years ago
  47. f3d7f44 Build one osmo-trx binary for each device support enabled by Pau Espin Pedrol · 6 years ago
  48. e564f0f Transceiver: Move device specific code to radioDevice class by Pau Espin Pedrol · 6 years ago
  49. 0fc20d1 Move device specific code out of radioInterface by Pau Espin Pedrol · 6 years ago
  50. a4316ee Change configure define USRP1 to DEVICE_USRP1 by Pau Espin Pedrol · 6 years ago
  51. 2128a30 Move device specific files to device subdir by Pau Espin Pedrol · 6 years ago
  52. 43fedb6 Move arch specific fiels to arch subdir by Pau Espin Pedrol · 6 years ago
  53. 53bdb7f configure.ac: Add --enable-sanitize option by Pau Espin Pedrol · 6 years ago
  54. 6462dd3 tests: Makefile.am: Fix typo in include path by Pau Espin Pedrol · 6 years ago
  55. e1977fc use osmo_init_logging2() by Pau Espin Pedrol · 6 years ago
  56. f97296e jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of /opt/qemu-img by Alexander Couzens · 6 years ago
  57. 20259cb configure.ac: Fix typo by Martin Hauke · 6 years ago
  58. ffa4e59 jenkins.sh: cleanup always the workspace by Alexander Couzens · 6 years ago
  59. c0c6d70 Transceiver.cpp: prevent out-of-range array access by Vadim Yanitskiy · 6 years ago
  60. 8c6c5d2 Transceiver.cpp: fix incorrect format string for SETTSC by Vadim Yanitskiy · 6 years ago
  61. a62fcf7 Transceiver.cpp: use pointer arithmetics for CMD parsing by Vadim Yanitskiy · 6 years ago
  62. 4d9b59c Transceiver.cpp: properly zero-terminate received commands by Vadim Yanitskiy · 6 years ago
  63. bd0efb0 Transceiver.cpp: use a define for the MAX_PACKET_LENGTH by Vadim Yanitskiy · 6 years ago
  64. 8fbbd65 Build Transceiver52M/common as an .la lib by Pau Espin Pedrol · 6 years ago
  65. b35cba6 Makefile.am: Avoid using subdir if arch is not required by Pau Espin Pedrol · 6 years ago
  66. 8dffadb osmo-trx: Re-introduce -l cmd line parameter by Pau Espin Pedrol · 6 years ago
  67. 408f250 osmo-trx: Use VTY cfg structures while still allowing cmd line options by Pau Espin Pedrol · 6 years ago
  68. 2001550 doc: Add sample cfg file for LimeSDR by Pau Espin Pedrol · 6 years ago
  69. a3ab8c2 vty: Implement VTY cfg parsing for current parameters by Pau Espin Pedrol · 6 years ago
  70. efac20b Move enums required by VTY to a separate header by Pau Espin Pedrol · 6 years ago
  71. 0bbd892 osmo-trx.cpp: Move trx start and stop to helper functions by Pau Espin Pedrol · 6 years ago
  72. 28b8cc6 jenkins.sh: fix the download url if the qemu image wasn't setup by Alexander Couzens · 6 years ago
  73. 3f52f0e Fix USRP1 build with support for setting Rx/TxAntenna by Alexander Huemer · 6 years ago
  74. 3da1f83 Logger: Use libosmocore logging system by Pau Espin Pedrol · 6 years ago
  75. 5ea1817 Add initial support for logging, vty, ctrl by Pau Espin Pedrol · 6 years ago
  76. 49d42e9 debian: Depend on libtalloc and libosmocore by Pau Espin Pedrol · 6 years ago
  77. 3a3b220 osmo-trx: Set up talloc ctx by Pau Espin Pedrol · 6 years ago
  78. ab22f4c osmo-trx: set up signals using libosmocore helpers by Pau Espin Pedrol · 6 years ago
  79. 8b843e5 Depend on libosmocore by Pau Espin Pedrol · 6 years ago
  80. c92dad3 configure.ac: Check for pkg-config by Pau Espin Pedrol · 6 years ago
  81. 61837c0 Logger: Remove gLogToConsole flag by Pau Espin Pedrol · 6 years ago
  82. f83e11f Logger: Remove unused includes by Pau Espin Pedrol · 6 years ago
  83. 01aff88 Logger: Drop support to log into file by Pau Espin Pedrol · 6 years ago
  84. 11d50d9 Logger: Drop syslog support by Pau Espin Pedrol · 6 years ago
  85. 8bd111c Logger: get rid of alarm APIs by Pau Espin Pedrol · 6 years ago
  86. 3808e47 Logger: Remove unused logging macros by Pau Espin Pedrol · 6 years ago
  87. bd45a97 Logger: Drop unused gLogEarly by Pau Espin Pedrol · 6 years ago
  88. b7095c7 UHDDevice: Initialize async_event_thrd in constructor by Pau Espin Pedrol · 6 years ago
  89. 77ce99a Add support to set Rx/TxAntenna by Pau Espin Pedrol · 6 years ago
  90. f58cd8a Fix whitespace by Pau Espin Pedrol · 6 years ago
  91. 99eb07e tests: null-terminate buffer by Max · 6 years ago
  92. 89be118 Remove unneeded libdl dependency by Pau Espin Pedrol · 6 years ago
  93. 6fafd33 Unbreak `./configure --with-usrp1` build by Alexander Huemer · 6 years ago
  94. 6e55d51 tests: convolve: Disable due to difference in output in different archs by Pau Espin Pedrol · 6 years ago
  95. 6cae1d7 contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruction set by Pau Espin Pedrol · 6 years ago
  96. 28ce315 tests: TimevalTest: refactor and avoid double comparison by Pau Espin Pedrol · 6 years ago
  97. 10d76b6 tests: SocketsTest: Fail test on write fail by Pau Espin Pedrol · 6 years ago
  98. 708b8b4 tests: SocketsTest: Avoid hang forever if test fails by Pau Espin Pedrol · 6 years ago
  99. cb0fc9b tests: SocketTests: Pick OS-assigned instead of setting one manually by Pau Espin Pedrol · 6 years ago
  100. 8639fee Remove UDDSocket class by Pau Espin Pedrol · 6 years ago