1. c03b7e0 ipc: fix driver test restart by Eric · 3 years, 10 months ago ewild/next
  2. bf64d88 ipc: remove uhd dep by Eric · 3 years, 10 months ago
  3. 056c5d8 ipc: manually poll chan sock fds by Eric · 3 years, 10 months ago
  4. 6ada823 devices: reset internal smart sample buffers upon stop by Eric · 3 years, 10 months ago
  5. a8d3e91 ipc:remove unused function by Eric · 3 years, 10 months ago
  6. cf9883b ipc: print initial ts by Eric · 3 years, 11 months ago
  7. 2336ff6 ipc: device, reorder includes by Eric · 3 years, 11 months ago
  8. 2016e46 ipc: shm unused cleanup by Eric · 3 years, 11 months ago
  9. 4438101 ipc: increase read timeout, flush proper buf number by Eric · 3 years, 11 months ago
  10. 7434d0e ipc: proper tx attenuation by Eric · 4 years ago
  11. 218d6fc ipc: fix per channel start/stop, ipc uhd backend by Eric · 4 years ago
  12. d703fe4 ipc: fix the log messages for the channels by Eric · 4 years ago
  13. fba23b6 contrib/osmo-trx.spec.in: add osmo-trx-ipc by Oliver Smith · 4 years ago
  14. 473ea0a contrib/systemd/osmo-trx-ipc.service: new file by Oliver Smith · 4 years ago
  15. d1cc8b9 IPCDevice.h: remove limesuite include by Oliver Smith · 4 years ago
  16. a5ac4b2 configure.ac: add --with-ipc by Oliver Smith · 4 years ago
  17. 6570962 gitignore: add new binaries by Oliver Smith · 4 years ago
  18. 7a8b9cd ipc: add master socket number/path parameters by Eric · 4 years ago
  19. 6f20791 shm: fix alignment by Eric · 4 years, 1 month ago
  20. 2845dc7 ipc: gain setting by Eric · 4 years, 1 month ago
  21. 1067cb7 ipc: make ipc server uhd output more verbose by Eric · 4 years, 1 month ago
  22. eb4a942 ipc: print received path delay value by Eric · 4 years, 1 month ago
  23. 572eeda ipc: adjust over/underflow reporting by Eric · 4 years, 1 month ago
  24. 39ae573 v1 by Eric · 3 years, 10 months ago
  25. 4e131b2 spawn the client as a thread by Eric · 4 years, 1 month ago
  26. 37aa2ee silence warnings by Eric · 4 years, 1 month ago
  27. eed524b no undefined behavior by adding/substracting values != 0 from null ptr by Eric · 4 years, 1 month ago
  28. 218f968 shm: fix warnings by Eric · 4 years, 1 month ago
  29. 62dfcac ipc: fix shm size calculation by Eric · 4 years, 1 month ago
  30. b49c8ab WIP: comments by Pau Espin Pedrol · 4 years, 1 month ago
  31. d5ff100 WIP: osmo-trx-ipc by Pau Espin Pedrol · 4 years, 2 months ago
  32. f9a2f44 add kernel style .clang-format with 120 chars per line limit by Eric · 4 years, 1 month ago
  33. 3bf2c5d debian/control: change maintainer to the Osmocom team / mailing list by Vadim Yanitskiy · 3 years, 9 months ago
  34. 553a250 Use new libosmovty cpu sched config features by Pau Espin Pedrol · 3 years, 10 months ago
  35. 1d165a0 Transceiver: Add several rate_ctr for rx error conditions by Pau Espin Pedrol · 3 years, 10 months ago
  36. 199a306 Transceiver: Check log level before generating burst str representation by Pau Espin Pedrol · 3 years, 10 months ago
  37. c249ce2 Transceiver: Lower some log levels which have an associated counter by Pau Espin Pedrol · 3 years, 10 months ago
  38. 761da1a Introduce CTR log category by Pau Espin Pedrol · 3 years, 10 months ago
  39. 9032c87 trx_rate_ctr: Lower some log levels by Pau Espin Pedrol · 3 years, 10 months ago
  40. df67578 Transceiver: Restrict conditions where FN gaps are detected by Pau Espin Pedrol · 3 years, 10 months ago
  41. 9933074 Transceiver: Use already obtained value from Rx msg structure by Pau Espin Pedrol · 3 years, 10 months ago
  42. b70686c Transceiver: Provide initial value for TransceiverState::mFiller in constructor by Pau Espin Pedrol · 3 years, 10 months ago
  43. 1d0c6fe Add rate counter for missing Txbursts when scheduled towards the radioInterface by Pau Espin Pedrol · 3 years, 11 months ago
  44. 8b0c536 Transceiver: Fix race condition obtaining Dl burst from Upper layer by Pau Espin Pedrol · 3 years, 11 months ago
  45. c0d6fd2 Introduce rate counters to detect issues in received Dl bursts from TRXD by Pau Espin Pedrol · 3 years, 11 months ago
  46. 032c1d8 trx_rate_ctr: Fix locking wrong mutex by Pau Espin Pedrol · 3 years, 10 months ago
  47. c62a051 doc/manuals: Update thread documentation after dropping CTRL sock threads by Pau Espin Pedrol · 3 years, 11 months ago
  48. a71c5d0 TransceiverState: Initialize ctrs field in constructor by Pau Espin Pedrol · 3 years, 11 months ago
  49. 92ba59d Introduce rate counter tx_stale_bursts by Pau Espin Pedrol · 3 years, 11 months ago
  50. 6a3a2b8 Rename device specific rate counter multi-thread helpers by Pau Espin Pedrol · 3 years, 11 months ago
  51. fb96767 trx_rate_ctr: Fix immediate rescheduling on per-sec thresholds by Pau Espin Pedrol · 3 years, 11 months ago
  52. 394053e cosmetic: trx_rate_ctr: Fix whitespace by Pau Espin Pedrol · 3 years, 11 months ago
  53. 68d8db4 UHDDevice: catch LookupError/IndexError in set{Rx,Tx}Antenna() by Vadim Yanitskiy · 3 years, 11 months ago
  54. 58d80a0 {UHD,LMS}Dervice: Log expected resulting TxPower when setting device specific TxGain by Pau Espin Pedrol · 4 years ago
  55. 5bd3d42 Drop old TxGain APIs from parent radioDevice abstract class by Pau Espin Pedrol · 4 years ago
  56. f68f19b LMSDevice: Compute TxGain on LimeSuite API based on expected Tx output power by Pau Espin Pedrol · 4 years ago
  57. 8ac169f osmo-trx.spec.in: Use %config(noreplace) to retain current config file by Harald Welte · 4 years ago
  58. 405f17a Transceiver: Allow sending negative nominal tx power in RSP NOMTXPOWER by Pau Espin Pedrol · 4 years ago
  59. b536ab9 proto_trxd: Fix UndefinedBehaviorSanitizer from ubsan by Pau Espin Pedrol · 4 years ago
  60. 174fb03 RPM spec file: Require uhd-firmware for osmo-trx-uhd by Harald Welte · 4 years ago
  61. b899c19 UHDDevice: Compute TxGain on UHD API based on expected Tx output power by Pau Espin Pedrol · 4 years ago
  62. 992c9bd radioInterface: Operate on real Tx power attenuation rather than on device specific gains by Pau Espin Pedrol · 4 years ago
  63. 056ce13 UHDDevice: Implement getNominalTxPower() based on TxFrequency by Pau Espin Pedrol · 4 years ago
  64. 0e09e7c Transceiver: Implement TRXC cmd NOMTXPOWER by Pau Espin Pedrol · 4 years ago
  65. 1b3a888 Transceiver: Fix extra space in RSP NOISELEV error by Pau Espin Pedrol · 4 years ago
  66. fdefbfa Transceiver: Log when sending of CLK indications begins by Philipp Maier · 4 years ago
  67. 5e16f79 doc: switch log levels to notice by Philipp Maier · 4 years, 2 months ago
  68. f3155e3 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years ago
  69. 7bbe19e contrib: integrate RPM spec by Oliver Smith · 4 years ago
  70. f669bf4 contrib: import RPM spec by Oliver Smith · 4 years ago
  71. 4a575b0 Use OSMO_FD_READ instead of deprecated BSC_FD_READ by Pau Espin Pedrol · 4 years ago
  72. cf35c37 prbs-tool: Don't require C99 by Harald Welte · 4 years ago
  73. 6e36934 utils: Ensure content of this directory is included in 'make dist' by Harald Welte · 4 years, 1 month ago
  74. 546516d prbs-tool: Add error simulation capabilities by Harald Welte · 6 years ago
  75. 6879bb0 PRBS tool sending PRBS sequence to TRX by Harald Welte · 4 years, 1 month ago
  76. a7143bf transceiver: get rid of the ctrl threads by Eric · 4 years, 1 month ago
  77. 4ffdca1 doc: apply an rssi-offset of 28 by default. by Philipp Maier · 4 years, 2 months ago
  78. 1a26b4f transceiver: check the right vector by Eric · 4 years, 1 month ago
  79. c5d5586 configure.ac: fix libtool issue with clang and sanitizer by Eric · 4 years, 1 month ago
  80. cc971aa doc: do not set the base-port of the trx by Philipp Maier · 4 years, 2 months ago
  81. 748d8ed debug: use LOGL_NOTICE for log category DDEV by Philipp Maier · 4 years, 2 months ago
  82. dfc6e5f radioDevice: Drop unused isControl param from WriteSamples API by Pau Espin Pedrol · 4 years, 2 months ago
  83. f8c0c46 radioDevice: Drop unused RSSI param from readSamples API by Pau Espin Pedrol · 4 years, 2 months ago
  84. 93707d0 cosmetic: fix several typos found by codespell by Pau Espin Pedrol · 4 years, 3 months ago
  85. 5291e8a debug.h: Fix print format of chan in CLOGCHAN by Pau Espin Pedrol · 4 years, 3 months ago
  86. 7a07de1 debug.h: Avoid printing pthread_t type by Pau Espin Pedrol · 4 years, 3 months ago
  87. fd67262 contrib/jenkins.sh: Reorder sanity checks by Pau Espin Pedrol · 4 years, 3 months ago
  88. 0569845 lms: Initial multi-arfcn support by Pau Espin Pedrol · 4 years, 4 months ago
  89. c69b87f lms: Make ts_offset and smpl rate coefs device-specific by Pau Espin Pedrol · 4 years, 4 months ago
  90. a7bf6cd lms: Store device type specific parameters in one place by Pau Espin Pedrol · 4 years, 4 months ago
  91. e7f6a27 lms: Move rx_buffers allocation to constructor by Pau Espin Pedrol · 4 years, 4 months ago
  92. a979f5f lms: Make reference to std::vector unambiguous by Pau Espin Pedrol · 4 years, 4 months ago
  93. b0e5426 lms: Change radioDevice constructor arg name to avoid masking instance attr by Pau Espin Pedrol · 4 years, 4 months ago
  94. 62c9280 lms: Improve smpl_buf error logging by Pau Espin Pedrol · 4 years, 4 months ago
  95. 1421adb smpl_buf: Fix str_code() param and print unknown error val by Pau Espin Pedrol · 4 years, 4 months ago
  96. dccc824 lms: Drop unused define by Pau Espin Pedrol · 4 years, 4 months ago
  97. bf58370 lms: Move initialization of field started to constructor by Pau Espin Pedrol · 4 years, 4 months ago
  98. 7c84925 doc: Update vty reference xml file by Pau Espin Pedrol · 4 years, 5 months ago
  99. fd99c6c radioInterfaceMulti: Fail to tune on freq not following multi-arfcn restrictions by Pau Espin Pedrol · 4 years, 5 months ago
  100. e947db8 doc: clarify number of channels on B210 with multi-arfcn enabled by Pau Espin Pedrol · 4 years, 5 months ago