1. a0d862b device/lms: fix: 'trx_vty.h' header requires C linkage by Vadim Yanitskiy · 3 years, 7 months ago
  2. c5989fe Use osmo_fd_setup() wherever applicable by Harald Welte · 3 years, 7 months ago
  3. 08970c5 ipc: Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 7 months ago
  4. e91544d Calculate RSSI offset based on RxGain configuration by Pau Espin Pedrol · 3 years, 7 months ago
  5. 93fee1f Transceiver: Pass config struct instead of large list of params by Pau Espin Pedrol · 3 years, 7 months ago
  6. e69a56c contrib/jenkins: Enable parallel make in make distcheck by Pau Espin Pedrol · 3 years, 7 months ago
  7. 7679540 osmo-trx: add commandline option --vty-ref-xml by Philipp Maier · 3 years, 7 months ago
  8. 30863e8 vty: add attributes to VTY commands indicating when they apply by Philipp Maier · 3 years, 8 months ago
  9. 0fbdfef arch: x86: Fix convolve optimizations breaking signal by Pau Espin Pedrol · 3 years, 8 months ago
  10. b7c6f1e radioDevice: fix set_antennas(): consider MULTI_ARFCN mode by Vadim Yanitskiy · 3 years, 8 months ago
  11. 4d43684 vty: add multi-ARFCN specific warning for chan N > 0 by Vadim Yanitskiy · 3 years, 8 months ago
  12. 54bde5a proto_trxd: cosmetic: 'if' is not a function, add space by Vadim Yanitskiy · 3 years, 10 months ago
  13. fd88564 [cosmetic] radioIntefaceMulti: Fix whitespace / indent by Harald Welte · 3 years, 8 months ago
  14. 82c7221 [cosmetic] radioInterfaceMulti: More comments by Harald Welte · 3 years, 8 months ago
  15. 1f37e4d transceiver: initialize reorder flag so we don't miscount by Eric · 3 years, 9 months ago
  16. 7d8676a Add support for TRXC MUTE command by Pau Espin Pedrol · 3 years, 9 months ago
  17. 8808fa8 Fix build on Debian8 by Harald Welte · 3 years, 9 months ago
  18. 2a0fb96 ipc: fix var declaration in for loop by Pau Espin Pedrol · 3 years, 9 months ago
  19. 0333496 jenkins.sh: Verify distro-specific patches apply by Pau Espin Pedrol · 3 years, 9 months ago
  20. e30e0ad debian: Update debian8 osmo-trx specific patch by Pau Espin Pedrol · 3 years, 9 months ago
  21. 7a52e42 transceiver: optimize code if optimizations are enabled by Eric · 3 years, 9 months ago
  22. 4080eb7 devices: reset internal smart sample buffers upon stop by Eric · 3 years, 10 months ago
  23. 1e17c4f osmo-trx-ipc by Eric Wild · 4 years, 2 months ago
  24. f9a2f44 add kernel style .clang-format with 120 chars per line limit by Eric · 4 years, 1 month ago
  25. 3bf2c5d debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 3 years, 9 months ago
  26. 553a250 Use new libosmovty cpu sched config features by Pau Espin Pedrol · 3 years, 10 months ago
  27. 1d165a0 Transceiver: Add several rate_ctr for rx error conditions by Pau Espin Pedrol · 3 years, 10 months ago
  28. 199a306 Transceiver: Check log level before generating burst str representation by Pau Espin Pedrol · 3 years, 10 months ago
  29. c249ce2 Transceiver: Lower some log levels which have an associated counter by Pau Espin Pedrol · 3 years, 10 months ago
  30. 761da1a Introduce CTR log category by Pau Espin Pedrol · 3 years, 10 months ago
  31. 9032c87 trx_rate_ctr: Lower some log levels by Pau Espin Pedrol · 3 years, 10 months ago
  32. df67578 Transceiver: Restrict conditions where FN gaps are detected by Pau Espin Pedrol · 3 years, 10 months ago
  33. 9933074 Transceiver: Use already obtained value from Rx msg structure by Pau Espin Pedrol · 3 years, 10 months ago
  34. b70686c Transceiver: Provide initial value for TransceiverState::mFiller in constructor by Pau Espin Pedrol · 3 years, 10 months ago
  35. 1d0c6fe Add rate counter for missing Txbursts when scheduled towards the radioInterface by Pau Espin Pedrol · 3 years, 11 months ago
  36. 8b0c536 Transceiver: Fix race condition obtaining Dl burst from Upper layer by Pau Espin Pedrol · 3 years, 11 months ago
  37. c0d6fd2 Introduce rate counters to detect issues in received Dl bursts from TRXD by Pau Espin Pedrol · 3 years, 11 months ago
  38. 032c1d8 trx_rate_ctr: Fix locking wrong mutex by Pau Espin Pedrol · 3 years, 10 months ago
  39. c62a051 doc/manuals: Update thread documentation after dropping CTRL sock threads by Pau Espin Pedrol · 3 years, 11 months ago
  40. a71c5d0 TransceiverState: Initialize ctrs field in constructor by Pau Espin Pedrol · 3 years, 11 months ago
  41. 92ba59d Introduce rate counter tx_stale_bursts by Pau Espin Pedrol · 3 years, 11 months ago
  42. 6a3a2b8 Rename device specific rate counter multi-thread helpers by Pau Espin Pedrol · 3 years, 11 months ago
  43. fb96767 trx_rate_ctr: Fix immediate rescheduling on per-sec thresholds by Pau Espin Pedrol · 3 years, 11 months ago
  44. 394053e cosmetic: trx_rate_ctr: Fix whitespace by Pau Espin Pedrol · 3 years, 11 months ago
  45. 68d8db4 UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna() by Vadim Yanitskiy · 3 years, 11 months ago
  46. 58d80a0 {UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific TxGain by Pau Espin Pedrol · 4 years ago
  47. 5bd3d42 Drop old TxGain APIs from parent radioDevice abstract class by Pau Espin Pedrol · 4 years ago
  48. f68f19b LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output power by Pau Espin Pedrol · 4 years ago
  49. 8ac169f osmo-trx.spec.in: Use %config(noreplace) to retain current config file by Harald Welte · 4 years ago
  50. 405f17a Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWER by Pau Espin Pedrol · 4 years ago
  51. b536ab9 proto_trxd: Fix UndefinedBehaviorSanitizer from ubsan by Pau Espin Pedrol · 4 years ago
  52. 174fb03 RPM spec file: Require uhd-firmware for osmo-trx-uhd by Harald Welte · 4 years ago
  53. b899c19 UHDDevice: Compute TxGain on UHD API based on expected Tx output power by Pau Espin Pedrol · 4 years ago
  54. 992c9bd radioInterface: Operate on real Tx power attenuation rather than on device specific gains by Pau Espin Pedrol · 4 years ago
  55. 056ce13 UHDDevice: Implement getNominalTxPower() based on TxFrequency by Pau Espin Pedrol · 4 years ago
  56. 0e09e7c Transceiver: Implement TRXC cmd NOMTXPOWER by Pau Espin Pedrol · 4 years ago
  57. 1b3a888 Transceiver: Fix extra space in RSP NOISELEV error by Pau Espin Pedrol · 4 years ago
  58. fdefbfa Transceiver: Log when sending of CLK indications begins by Philipp Maier · 4 years ago
  59. 5e16f79 doc: switch log levels to notice by Philipp Maier · 4 years, 2 months ago
  60. f3155e3 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years ago
  61. 7bbe19e contrib: integrate RPM spec by Oliver Smith · 4 years ago
  62. f669bf4 contrib: import RPM spec by Oliver Smith · 4 years ago
  63. 4a575b0 Use OSMO_FD_READ instead of deprecated BSC_FD_READ by Pau Espin Pedrol · 4 years ago
  64. cf35c37 prbs-tool: Don't require C99 by Harald Welte · 4 years ago
  65. 6e36934 utils: Ensure content of this directory is included in 'make dist' by Harald Welte · 4 years, 1 month ago
  66. 546516d prbs-tool: Add error simulation capabilities by Harald Welte · 6 years ago
  67. 6879bb0 PRBS tool sending PRBS sequence to TRX by Harald Welte · 4 years, 1 month ago
  68. a7143bf transceiver: get rid of the ctrl threads by Eric · 4 years, 1 month ago
  69. 4ffdca1 doc: apply an rssi-offset of 28 by default. by Philipp Maier · 4 years, 2 months ago
  70. 1a26b4f transceiver: check the right vector by Eric · 4 years, 1 month ago
  71. c5d5586 configure.ac: fix libtool issue with clang and sanitizer by Eric · 4 years, 1 month ago
  72. cc971aa doc: do not set the base-port of the trx by Philipp Maier · 4 years, 2 months ago
  73. 748d8ed debug: use LOGL_NOTICE for log category DDEV by Philipp Maier · 4 years, 2 months ago
  74. dfc6e5f radioDevice: Drop unused isControl param from WriteSamples API by Pau Espin Pedrol · 4 years, 2 months ago
  75. f8c0c46 radioDevice: Drop unused RSSI param from readSamples API by Pau Espin Pedrol · 4 years, 2 months ago
  76. 93707d0 cosmetic: fix several typos found by codespell by Pau Espin Pedrol · 4 years, 3 months ago
  77. 5291e8a debug.h: Fix print format of chan in CLOGCHAN by Pau Espin Pedrol · 4 years, 3 months ago
  78. 7a07de1 debug.h: Avoid printing pthread_t type by Pau Espin Pedrol · 4 years, 3 months ago
  79. fd67262 contrib/jenkins.sh: Reorder sanity checks by Pau Espin Pedrol · 4 years, 3 months ago
  80. 0569845 lms: Initial multi-arfcn support by Pau Espin Pedrol · 4 years, 4 months ago
  81. c69b87f lms: Make ts_offset and smpl rate coefs device-specific by Pau Espin Pedrol · 4 years, 4 months ago
  82. a7bf6cd lms: Store device type specific parameters in one place by Pau Espin Pedrol · 4 years, 4 months ago
  83. e7f6a27 lms: Move rx_buffers allocation to constructor by Pau Espin Pedrol · 4 years, 4 months ago
  84. a979f5f lms: Make reference to std::vector unambiguous by Pau Espin Pedrol · 4 years, 4 months ago
  85. b0e5426 lms: Change radioDevice constructor arg name to avoid masking instance attr by Pau Espin Pedrol · 4 years, 4 months ago
  86. 62c9280 lms: Improve smpl_buf error logging by Pau Espin Pedrol · 4 years, 4 months ago
  87. 1421adb smpl_buf: Fix str_code() param and print unknown error val by Pau Espin Pedrol · 4 years, 4 months ago
  88. dccc824 lms: Drop unused define by Pau Espin Pedrol · 4 years, 4 months ago
  89. bf58370 lms: Move initialization of field started to constructor by Pau Espin Pedrol · 4 years, 4 months ago
  90. 7c84925 doc: Update vty reference xml file by Pau Espin Pedrol · 4 years, 5 months ago
  91. fd99c6c radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictions by Pau Espin Pedrol · 4 years, 5 months ago
  92. e947db8 doc: clarify number of channels on B210 with multi-arfcn enabled by Pau Espin Pedrol · 4 years, 5 months ago
  93. 9279e0e uhd: Improve some logging lines printing UHD pretty-print output by Pau Espin Pedrol · 4 years, 5 months ago
  94. 84231bd uhd: Use DEVDRV log category and support UHD >=3.11 logging framework by Pau Espin Pedrol · 4 years, 5 months ago
  95. aebbfe0 Make logging category DLMS generic and reusable for other backends by Pau Espin Pedrol · 4 years, 5 months ago
  96. da7fee8 Bump version: 1.1.1.38-9f2b-dirty → 1.2.0 by Pau Espin Pedrol · 4 years, 5 months ago 1.2.0
  97. 9f2baf3 Transceiver.cpp: Introduce and use new logging categories by Pau Espin Pedrol · 4 years, 5 months ago
  98. 0a2a40f uhd: use value already cached in tmp variable by Pau Espin Pedrol · 4 years, 5 months ago
  99. 501d053 trx: exit() on unsupported positional arguments on command line by Harald Welte · 4 years, 6 months ago
  100. 0fafe03 Transceiver: Fix wrong response upon CMD HANDOVER failure by Pau Espin Pedrol · 4 years, 6 months ago