1. 2ded53c contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 5 years ago
  2. 95c8318 Transceiver: Support pulling idle frames in pullRadioVector() by Pau Espin Pedrol · 5 years ago
  3. 9bb24a1 Transceiver: pullRadioVector(): Move initialization of var to start of function by Pau Espin Pedrol · 5 years ago
  4. d6dbb1b Transceiver: Simplify code on early error return when calling detectAnyBurst by Pau Espin Pedrol · 5 years ago
  5. be9cd66 Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVector by Pau Espin Pedrol · 5 years ago
  6. b9d2515 Transceiver: replace UDPSocket with libosmocore socket API by Pau Espin Pedrol · 5 years ago
  7. 7dc07b9 Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind by Pau Espin Pedrol · 5 years ago
  8. 07ddce5 Transceiver: Drop use of GSM::Time from trx_ul_burst_ind by Pau Espin Pedrol · 5 years ago
  9. 25ae190 Transceiver: Move soft bits normalization to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  10. 607a414 Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  11. 0e67cf2 Transceiver: Move nbits burst size calculation to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  12. ff6aeb7 Transceiver: Drop unused rssi_valid struct field by Pau Espin Pedrol · 5 years ago
  13. ddd18a5 Transceiver: refactor: gather uplink burst parameters in struct by Pau Espin Pedrol · 5 years ago
  14. 778b30a Introduce structs to encode TRXD packets by Pau Espin Pedrol · 5 years ago
  15. e9ce77b trx_{vty,rate_ctr}: Set proper license AGPLv3+ by Pau Espin Pedrol · 5 years ago
  16. c27d9f8 Remove AUTHORS file by Pau Espin Pedrol · 5 years ago
  17. ac0487e Add option to set stack size in config file, default == 0 == OS default by Eric Wild · 5 years ago
  18. 6a305fe Add VTY commands to set error ctr thresholds by Pau Espin Pedrol · 5 years ago
  19. bde55af lms: Fix stream_stats checks with overrun/underrun by Pau Espin Pedrol · 5 years ago
  20. 4c50bf4 lms: Drop unusued variable masterClockRate by Pau Espin Pedrol · 5 years ago
  21. 63e872a doc: vty: Update trx_vty_reference.xml by Pau Espin Pedrol · 5 years ago
  22. b426e4a Rename and move STOP signal from Transceiver to main by Pau Espin Pedrol · 5 years ago
  23. 4456b6f Add rate_ctr support to store/retrieve SDR errors through VTY by Pau Espin Pedrol · 5 years ago
  24. 76a5013 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  25. 9281771 lms: Fix stream_stats checks with droppedPackets by Pau Espin Pedrol · 5 years ago
  26. dcbcfa5 lms: Use smpl_buf to recover from timestamp jumps by Pau Espin Pedrol · 5 years ago
  27. b5def41 smpl_buf: Move it to device/common and create libdevice_common.la by Pau Espin Pedrol · 5 years ago
  28. fc73c07 Introduce LOGCHAN macro to standarize logging channel info by Pau Espin Pedrol · 5 years ago
  29. a791926 smpl_buf: Remove dbg log line with duplicated info by Pau Espin Pedrol · 5 years ago
  30. 9b394e0 smpl_buf: Remove unused clk_rt variable (fixup) by Pau Espin Pedrol · 5 years ago
  31. 580c48b smpl_buf: Remove unused clk_rt variable by Pau Espin Pedrol · 5 years ago
  32. 7214fde device: Drop unused numberRead/numberWritten APIs by Pau Espin Pedrol · 5 years ago
  33. 51509b3 Move smpl_buf out of uhd dir to re-use it in other devices by Pau Espin Pedrol · 5 years ago
  34. ef192d3 uhd: Avoid reallocation of buffers every read by Pau Espin Pedrol · 5 years ago
  35. ac927b2 cosmetic: uhd: Use loglevel ERROR instead of ERR by Pau Espin Pedrol · 5 years ago
  36. 3e9179a uhd: smpl_buf: Use TIMESTAMP type in str_status by Pau Espin Pedrol · 5 years ago
  37. 87b7d09 uhd: smpl_buf: Drop UHD specifics out back to UHDDevice by Pau Espin Pedrol · 5 years ago
  38. 7bef234 cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .h by Pau Espin Pedrol · 5 years ago
  39. 2876785 lms: Catch and log dropped packets by HW during recv by Pau Espin Pedrol · 5 years ago
  40. 713b4d8 lms: Remove unused var m_last_tx_overruns by Pau Espin Pedrol · 5 years ago
  41. b96d9dd lms: Remove references to ALERT loglevel by Pau Espin Pedrol · 5 years ago
  42. 048c3ba lms: Log underrun/overrun events by Pau Espin Pedrol · 5 years ago
  43. 75cb0b9 Move duplicated thread_enable_cancel to CommonLibs by Pau Espin Pedrol · 5 years ago
  44. 46324d3 cosmetic: Threads.h: Remove trailing whitespace by Pau Espin Pedrol · 5 years ago
  45. bab1583 lms: Improve log during flush recv error by Pau Espin Pedrol · 5 years ago
  46. 541496b lms: flush_recv: alloc buf on stack instead of heap by Pau Espin Pedrol · 5 years ago
  47. c785fb1 lms: properly call close if set_antennas() fails, add some comments by Joachim Steiger · 5 years ago
  48. 2875290 lms: add device type detection and device specific gains by Joachim Steiger · 5 years ago
  49. 4ce4555 lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to start by Joachim Steiger · 5 years ago
  50. 2d130fb lms: move LMS_EnableChannel from Start/Stop to Open/Close device by Joachim Steiger · 5 years ago
  51. 6c5f4ba lms: Remove wrong unused code copied from -uhd by Joachim Steiger · 5 years ago
  52. 71df425 use BSC_FD_READ and not OSMO_FD_READ by Harald Welte · 5 years ago
  53. 24f05ea doc/configuration.adoc: fix incorrect number of physical RF channels for B210 by Vadim Yanitskiy · 5 years ago
  54. d280045 multi-ARFCN: fix maximum number of carriers limitation by Tom Tsou · 5 years ago
  55. 5e6f3e0 osmo-trx: Check return code of osmo_fd_register by Pau Espin Pedrol · 5 years ago
  56. 21032b7 osmo-trx: Use signalfd to serialize signals in main thread ctx by Pau Espin Pedrol · 5 years ago
  57. d01c7b9 osmo-trx: Avoid handling signals after shutdown triggered by Pau Espin Pedrol · 5 years ago
  58. 158ea5b tests: Re-enable the convolve_test by default by Sylvain Munaut · 5 years ago
  59. 3733ed5 tests: Rework the convolve_test by Sylvain Munaut · 5 years ago
  60. a8b3565 VTY: add extended (11-bit) RACH detection toggle by Vadim Yanitskiy · 6 years ago
  61. a3934a1 convolve: Remove support for step, offset parameters by Sylvain Munaut · 5 years ago
  62. acf804c arm/convolve: Fix the vfp4 real convolution for h_len=12 by Sylvain Munaut · 5 years ago
  63. d20b7fa Bump version: 0.4.0.125-7c78 → 1.0.0 by Harald Welte · 5 years ago 1.0.0
  64. 77e1835 cosmetic: Don't call the SDR "USRP" in error message by Harald Welte · 5 years ago
  65. f97d75b usrp1: Fix formatting of log message (missing space) by Harald Welte · 5 years ago
  66. a944001 usrp1: Remove uninitialized skipRx logic by Harald Welte · 5 years ago
  67. 42c1656 LMSDeviceTest: fix link errors on OBS by Oliver Smith · 5 years ago
  68. affd351 configure.ac: check boost only if USRP1 support is enabled by Pau Espin Pedrol · 6 years ago
  69. 03b1162 lms: Fix build against LimeSuite > 18.10 by Pau Espin Pedrol · 5 years ago
  70. 2518588 TimevalTest: Make test deterministic with fake time by Pau Espin Pedrol · 5 years ago
  71. 4703140 Timeval: Move to osmo_clock_gettime by Pau Espin Pedrol · 5 years ago
  72. 0646b3c Timeval: Move implementation to use clock_gettime and timespec by Pau Espin Pedrol · 5 years ago
  73. 46cf9ef Timeval: passed() returns true if time is equal by Pau Espin Pedrol · 5 years ago
  74. 871713b LMSDevice: make use of dev-args in osmo-trx.cfg by Oliver Smith · 5 years ago
  75. 8d9a05c osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cpp by Oliver Smith · 5 years ago
  76. fe865f4 lms: Do {under,over}run checks even if LMS_RecvStream fails by Pau Espin Pedrol · 5 years ago
  77. e5b6664 lms: Move {under,over}run checks into separate method by Pau Espin Pedrol · 5 years ago
  78. 1595dda transceiver: Log TRXCTRL iface responses towards osmo-bts-trx by Pau Espin Pedrol · 5 years ago
  79. 441d82a Add TRXCTRL log category by Pau Espin Pedrol · 5 years ago
  80. 867cea5 contrib: fix makedistcheck with disabled systemd by Oliver Smith · 5 years ago
  81. 2f53ea4 transceiver: log chan on CTRL command received by Pau Espin Pedrol · 5 years ago
  82. 138caaf lms: Improve Set{Rx,Tx}{Gain,Freq} logging by Pau Espin Pedrol · 5 years ago
  83. 3fadcad lms: Allow setting Tx/RxFreq for lchan!=0 by Pau Espin Pedrol · 5 years ago
  84. eaa0144 lms: Allow setting Tx/RxGain for chan!=0 by Pau Espin Pedrol · 5 years ago
  85. f733176 SigProcLib: Improve Vector buffer allocation mess by Pau Espin Pedrol · 6 years ago
  86. 800c029 jenkins.sh: run "make distcheck" by Oliver Smith · 5 years ago
  87. 522cbe9 contrib/jenkins.sh: build and publish manuals by Oliver Smith · 6 years ago
  88. ed361f9 lms: Close device on LMS_Init failure by Pau Espin Pedrol · 5 years ago
  89. 2d085e2 osmo-trx: Change some lines to use libosmocore logging instead of cout by Pau Espin Pedrol · 6 years ago
  90. 5cea18e lms: Make sure LMS_Close is called when Device is torn down by Pau Espin Pedrol · 6 years ago
  91. 4adc4eb Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 5 years ago
  92. 41c68aa PointerFIFO: Fix memleak of ListNode by Pau Espin Pedrol · 6 years ago
  93. 39e0bba radioInterface: Fix memleak during close() by Pau Espin Pedrol · 6 years ago
  94. b4ea7b5 lms: Destroy streams on device stop by Pau Espin Pedrol · 6 years ago
  95. 69869bd lms: Fix start after stop of device by Pau Espin Pedrol · 6 years ago
  96. ebb3769 UHDDevice: log exception information on device open failure by d0gtail · 6 years ago
  97. 55928f2 lms: Set Rx gain to midpoint, as comment suggests. by Harald Welte · 6 years ago
  98. 0277b58 lms: User correct scale factor for transmit samples by Harald Welte · 6 years ago
  99. be8a83f build manuals moved here from osmo-gsm-manuals.git by Oliver Smith · 6 years ago
  100. d9a460d Merge history from osmo-gsm-manuals.git by Neels Hofmeyr · 6 years ago