1. 309ad4d Bump version: 1.2.0.132-3b8f-dirty → 1.3.0 by Pau Espin Pedrol · 3 years, 3 months ago 1.3.0
  2. 3b8f7c4 Add a (hidden) VTY parameter for Rx/Tx freq. shifting by Vadim Yanitskiy · 6 years ago
  3. 48cad83 tests: Replace deprecated API log_set_print_filename by Pau Espin Pedrol · 3 years, 3 months ago
  4. 56237bc tests: Explicitly drop category from log by Pau Espin Pedrol · 3 years, 3 months ago
  5. 5738940 Replace my_gettid with libosmocore osmo_gettid API by Pau Espin Pedrol · 3 years, 3 months ago
  6. cec9eda Threads.cpp: Use already existing gettid wrapper function by Pau Espin Pedrol · 3 years, 3 months ago
  7. ad202d7 sigProcLib: fix C/I computation for 8-PSK modulated bursts by Sylvain Munaut · 3 years, 3 months ago
  8. 0f4d579 configure.ac: set -std=gnu11 by Oliver Smith · 3 years, 3 months ago
  9. 2a637a5 Transceiver: use proper factor for amplitude scaling by Vadim Yanitskiy · 3 years, 3 months ago
  10. 819cad1 Transceiver: fix integer division in addRadioVector() by Vadim Yanitskiy · 3 years, 4 months ago
  11. 54a98b5 ChannelizerBase: Fix memory leak by Pau Espin Pedrol · 3 years, 4 months ago
  12. fca503d radioInterfaceMulti: Fix memory leak upon close() by Pau Espin Pedrol · 3 years, 4 months ago
  13. e8edd1f contrib/jenkins: don't build osmo-gsm-manuals by Oliver Smith · 3 years, 4 months ago
  14. 7e27deb osmo-trx.spec: move ipc-driver-test into package ipc-test by Alexander Couzens · 3 years, 4 months ago
  15. a9512d9 manual: Fix typo OsmTRX -> OsmoTRX by Harald Welte · 3 years, 4 months ago
  16. c622074 README update by Harald Welte · 3 years, 4 months ago
  17. 4a4e607 ipc-driver-test: Allow setting dir prefix for UD socket by Pau Espin Pedrol · 3 years, 5 months ago
  18. 1587307 vty: fix swapped documentation for 'filler type' command by Vadim Yanitskiy · 3 years, 5 months ago
  19. 7e83f18 ipc: Fix wrong reference to BTS in log line by Pau Espin Pedrol · 3 years, 5 months ago
  20. 57db77f main: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 6 months ago
  21. 94def47 Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 7 months ago
  22. 3fb4d31 doc/manuals: generate XML VTY reference at build-time by Vadim Yanitskiy · 3 years, 6 months ago
  23. 744e44e main: use logging API to print SIMD info instead of printf() by Vadim Yanitskiy · 3 years, 6 months ago
  24. faacb19 vty: fix documentation for 'ext-rach (disable|enable)' by Vadim Yanitskiy · 3 years, 6 months ago
  25. c0e7ce9 vty: auto-generate cmd and doc strings for cfg_filler_type_cmd by Vadim Yanitskiy · 3 years, 6 months ago
  26. ab6e7f3 vty: remove groundless statement about filler type 'dummy' by Vadim Yanitskiy · 3 years, 6 months ago
  27. 5d6504c vty: fix documentation for 'multi-arfcn (disable|enable)' by Vadim Yanitskiy · 3 years, 6 months ago
  28. c620ced vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip' by Vadim Yanitskiy · 3 years, 6 months ago
  29. ef79fd9 vty: fix documentation for 'rx-sps (1|4)' and 'tx-sps (1|4)' by Vadim Yanitskiy · 3 years, 6 months ago
  30. e0bdb6b vty: fix documentation for 'egprs (disable|enable)' by Vadim Yanitskiy · 3 years, 6 months ago
  31. 948b4e4 vty: fix documentation for 'swap-channels (disable|enable)' by Vadim Yanitskiy · 3 years, 6 months ago
  32. c7a750d Transceiver: explicitly init m{Rx,Tx}LowerLoopThread by Vadim Yanitskiy · 3 years, 7 months ago
  33. 0ff9c9f Transceiver: use size_t and ARRAY_SIZE() in constructor by Vadim Yanitskiy · 3 years, 7 months ago
  34. 24cb0c9 device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS} by Vadim Yanitskiy · 3 years, 7 months ago
  35. 6be2d15 main: add --vty-ref-mode, use vty_dump_xml_ref_mode() by Vadim Yanitskiy · 3 years, 7 months ago
  36. bc5263c device/common/Makefile.am: remove $(LMS_CFLAGS) from AM_CXXFLAGS by Vadim Yanitskiy · 3 years, 7 months ago
  37. 6b4acc1 device/lms: get rid of 'using namespace std' by Vadim Yanitskiy · 3 years, 7 months ago
  38. d1ca287 device/lms: fix missing semicolon in LMSDevice::assign_band_desc() by Vadim Yanitskiy · 3 years, 7 months ago
  39. a0d862b device/lms: fix: 'trx_vty.h' header requires C linkage by Vadim Yanitskiy · 3 years, 7 months ago
  40. c5989fe Use osmo_fd_setup() wherever applicable by Harald Welte · 3 years, 7 months ago
  41. 08970c5 ipc: Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 7 months ago
  42. e91544d Calculate RSSI offset based on RxGain configuration by Pau Espin Pedrol · 3 years, 7 months ago
  43. 93fee1f Transceiver: Pass config struct instead of large list of params by Pau Espin Pedrol · 3 years, 7 months ago
  44. e69a56c contrib/jenkins: Enable parallel make in make distcheck by Pau Espin Pedrol · 3 years, 7 months ago
  45. 7679540 osmo-trx: add commandline option --vty-ref-xml by Philipp Maier · 3 years, 7 months ago
  46. 30863e8 vty: add attributes to VTY commands indicating when they apply by Philipp Maier · 3 years, 7 months ago
  47. 0fbdfef arch: x86: Fix convolve optimizations breaking signal by Pau Espin Pedrol · 3 years, 8 months ago
  48. b7c6f1e radioDevice: fix set_antennas(): consider MULTI_ARFCN mode by Vadim Yanitskiy · 3 years, 8 months ago
  49. 4d43684 vty: add multi-ARFCN specific warning for chan N > 0 by Vadim Yanitskiy · 3 years, 8 months ago
  50. 54bde5a proto_trxd: cosmetic: 'if' is not a function, add space by Vadim Yanitskiy · 3 years, 10 months ago
  51. fd88564 [cosmetic] radioIntefaceMulti: Fix whitespace / indent by Harald Welte · 3 years, 8 months ago
  52. 82c7221 [cosmetic] radioInterfaceMulti: More comments by Harald Welte · 3 years, 8 months ago
  53. 1f37e4d transceiver: initialize reorder flag so we don't miscount by Eric · 3 years, 8 months ago
  54. 7d8676a Add support for TRXC MUTE command by Pau Espin Pedrol · 3 years, 9 months ago
  55. 8808fa8 Fix build on Debian8 by Harald Welte · 3 years, 9 months ago
  56. 2a0fb96 ipc: fix var declaration in for loop by Pau Espin Pedrol · 3 years, 9 months ago
  57. 0333496 jenkins.sh: Verify distro-specific patches apply by Pau Espin Pedrol · 3 years, 9 months ago
  58. e30e0ad debian: Update debian8 osmo-trx specific patch by Pau Espin Pedrol · 3 years, 9 months ago
  59. 7a52e42 transceiver: optimize code if optimizations are enabled by Eric · 3 years, 9 months ago
  60. 4080eb7 devices: reset internal smart sample buffers upon stop by Eric · 3 years, 10 months ago
  61. 1e17c4f osmo-trx-ipc by Eric Wild · 4 years, 2 months ago
  62. f9a2f44 add kernel style .clang-format with 120 chars per line limit by Eric · 4 years, 1 month ago
  63. 3bf2c5d debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 3 years, 9 months ago
  64. 553a250 Use new libosmovty cpu sched config features by Pau Espin Pedrol · 3 years, 9 months ago
  65. 1d165a0 Transceiver: Add several rate_ctr for rx error conditions by Pau Espin Pedrol · 3 years, 10 months ago
  66. 199a306 Transceiver: Check log level before generating burst str representation by Pau Espin Pedrol · 3 years, 10 months ago
  67. c249ce2 Transceiver: Lower some log levels which have an associated counter by Pau Espin Pedrol · 3 years, 10 months ago
  68. 761da1a Introduce CTR log category by Pau Espin Pedrol · 3 years, 10 months ago
  69. 9032c87 trx_rate_ctr: Lower some log levels by Pau Espin Pedrol · 3 years, 10 months ago
  70. df67578 Transceiver: Restrict conditions where FN gaps are detected by Pau Espin Pedrol · 3 years, 10 months ago
  71. 9933074 Transceiver: Use already obtained value from Rx msg structure by Pau Espin Pedrol · 3 years, 10 months ago
  72. b70686c Transceiver: Provide initial value for TransceiverState::mFiller in constructor by Pau Espin Pedrol · 3 years, 10 months ago
  73. 1d0c6fe Add rate counter for missing Txbursts when scheduled towards the radioInterface by Pau Espin Pedrol · 3 years, 10 months ago
  74. 8b0c536 Transceiver: Fix race condition obtaining Dl burst from Upper layer by Pau Espin Pedrol · 3 years, 10 months ago
  75. c0d6fd2 Introduce rate counters to detect issues in received Dl bursts from TRXD by Pau Espin Pedrol · 3 years, 10 months ago
  76. 032c1d8 trx_rate_ctr: Fix locking wrong mutex by Pau Espin Pedrol · 3 years, 10 months ago
  77. c62a051 doc/manuals: Update thread documentation after dropping CTRL sock threads by Pau Espin Pedrol · 3 years, 10 months ago
  78. a71c5d0 TransceiverState: Initialize ctrs field in constructor by Pau Espin Pedrol · 3 years, 10 months ago
  79. 92ba59d Introduce rate counter tx_stale_bursts by Pau Espin Pedrol · 3 years, 10 months ago
  80. 6a3a2b8 Rename device specific rate counter multi-thread helpers by Pau Espin Pedrol · 3 years, 10 months ago
  81. fb96767 trx_rate_ctr: Fix immediate rescheduling on per-sec thresholds by Pau Espin Pedrol · 3 years, 10 months ago
  82. 394053e cosmetic: trx_rate_ctr: Fix whitespace by Pau Espin Pedrol · 3 years, 10 months ago
  83. 68d8db4 UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna() by Vadim Yanitskiy · 3 years, 10 months ago
  84. 58d80a0 {UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific TxGain by Pau Espin Pedrol · 3 years, 11 months ago
  85. 5bd3d42 Drop old TxGain APIs from parent radioDevice abstract class by Pau Espin Pedrol · 3 years, 11 months ago
  86. f68f19b LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output power by Pau Espin Pedrol · 3 years, 11 months ago
  87. 8ac169f osmo-trx.spec.in: Use %config(noreplace) to retain current config file by Harald Welte · 3 years, 11 months ago
  88. 405f17a Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWER by Pau Espin Pedrol · 3 years, 11 months ago
  89. b536ab9 proto_trxd: Fix UndefinedBehaviorSanitizer from ubsan by Pau Espin Pedrol · 3 years, 11 months ago
  90. 174fb03 RPM spec file: Require uhd-firmware for osmo-trx-uhd by Harald Welte · 3 years, 11 months ago
  91. b899c19 UHDDevice: Compute TxGain on UHD API based on expected Tx output power by Pau Espin Pedrol · 4 years ago
  92. 992c9bd radioInterface: Operate on real Tx power attenuation rather than on device specific gains by Pau Espin Pedrol · 4 years ago
  93. 056ce13 UHDDevice: Implement getNominalTxPower() based on TxFrequency by Pau Espin Pedrol · 4 years ago
  94. 0e09e7c Transceiver: Implement TRXC cmd NOMTXPOWER by Pau Espin Pedrol · 4 years ago
  95. 1b3a888 Transceiver: Fix extra space in RSP NOISELEV error by Pau Espin Pedrol · 4 years ago
  96. fdefbfa Transceiver: Log when sending of CLK indications begins by Philipp Maier · 4 years ago
  97. 5e16f79 doc: switch log levels to notice by Philipp Maier · 4 years, 2 months ago
  98. f3155e3 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years ago
  99. 7bbe19e contrib: integrate RPM spec by Oliver Smith · 4 years ago
  100. f669bf4 contrib: import RPM spec by Oliver Smith · 4 years ago