1. d0cbb16 Bump version: 1.1.0-dirty → 1.1.1 by Pau Espin Pedrol · 4 years, 9 months ago 1.1.1
  2. e774d52 Bump version: 1.0.0.104-72a7 → 1.1.0 by Pau Espin Pedrol · 4 years, 9 months ago 1.1.0
  3. 72a75f3 Require newer version of libosmocore to avoid build failure by Pau Espin Pedrol · 4 years, 9 months ago
  4. 27424a3 Transceiver: Add missing include netinet/in.h by Pau Espin Pedrol · 4 years, 9 months ago
  5. c7ac63a Drop old README information, provide new updated README by Pau Espin Pedrol · 4 years, 10 months ago
  6. cbc0208 Move std_inband.rbf under device/usrp1/ dir by Pau Espin Pedrol · 4 years, 9 months ago
  7. 3d29b4d Move README.DFEsymbolspaced to utils/matlab by Pau Espin Pedrol · 4 years, 9 months ago
  8. 06d3ba0 Move Transceiver52/README to UserManual by Pau Espin Pedrol · 4 years, 9 months ago
  9. 8a784c7 Move matlab files under utils/matlab by Pau Espin Pedrol · 4 years, 9 months ago
  10. 7758542 Move inband-signaling-usb documentation to UserManual by Pau Espin Pedrol · 4 years, 9 months ago
  11. 68a7809 lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctr by Pau Espin Pedrol · 4 years, 10 months ago
  12. 50c78df jenkins.sh: Workaround libusrp build race conditon by Pau Espin Pedrol · 4 years, 10 months ago
  13. 207911b usrp1: don't check for non-null underrun pointer by Pau Espin Pedrol · 4 years, 10 months ago
  14. 2c673e0 radioInterface: Clarify how underruns are handled driving a radioDevice by Pau Espin Pedrol · 4 years, 10 months ago
  15. b4c749b Remove unused autogen.sh by Pau Espin Pedrol · 4 years, 10 months ago
  16. c641f78 Remove empty ChangeLog fnd NEWS files by Pau Espin Pedrol · 4 years, 10 months ago
  17. 6b30ab0 manuals/configuration.adoc: fix copy-paste error in config example by Vadim Yanitskiy · 4 years, 10 months ago
  18. 720b912 Transceiver: Clean up code passing parameters to threads by Pau Espin Pedrol · 4 years, 10 months ago
  19. c3325b9 Transceiver: Store TRXD version per channel by Pau Espin Pedrol · 4 years, 10 months ago
  20. 88f86a1 Bind CTRL port to IP addr specified in VTY config by Pau Espin Pedrol · 4 years, 10 months ago
  21. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 10 months ago
  22. bdb970e cosmetic: Fix trailing whitespace in several files by Pau Espin Pedrol · 4 years, 10 months ago
  23. e6319ed debian/copyright: Add missing file Utils.* to LGPL-2.1+ list by Pau Espin Pedrol · 4 years, 10 months ago
  24. 1830705 debian/copyright: Update wrong paths in license list by Pau Espin Pedrol · 4 years, 10 months ago
  25. 46d0be0 debian/copyright: Remove non existent radioInterfaceDiversity.cpp from list by Pau Espin Pedrol · 4 years, 10 months ago
  26. 2896cec radioInterface.cpp: Fix missing member initialization of RadioInterface() by Harald Welte · 4 years, 10 months ago
  27. 5c6ca17 CorrelationSequence: fix initialization of class members by Harald Welte · 4 years, 10 months ago
  28. 80ca1de ChannelizerBase: fix initialization of class members by Harald Welte · 4 years, 10 months ago
  29. 2a3d8ba Timeval: Restore output stream flags after changing them by Harald Welte · 4 years, 10 months ago
  30. 6fa906c trxd_fill_common(): fix TRXD header version coding by Vadim Yanitskiy · 4 years, 10 months ago
  31. a7ba484 proto_trxd.c: Use bit-wise AND, not boolean AND by Harald Welte · 4 years, 10 months ago
  32. 758381b Transceiver: Initialize mExtRACH in constructor by Pau Espin Pedrol · 4 years, 10 months ago
  33. 56c5f29 driveTxPriorityQueue(): enrich logging message by Vadim Yanitskiy · 4 years, 10 months ago
  34. dd571c6 driveTxPriorityQueue(): check if message header format is supported by Vadim Yanitskiy · 4 years, 10 months ago
  35. b312325 driveTxPriorityQueue(): use trxd_hdr_common for message parsing by Vadim Yanitskiy · 4 years, 10 months ago
  36. 8d771d2 driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN by Vadim Yanitskiy · 4 years, 10 months ago
  37. cf6113b Transceiver: Support TRXD v1 by Pau Espin Pedrol · 4 years, 10 months ago
  38. 13c8109 Transceiver: Support SETFORMAT command by Pau Espin Pedrol · 4 years, 10 months ago
  39. 15fa64b Transceiver: Move out TRXD socket send code to prepare for TRXDv1 by Pau Espin Pedrol · 4 years, 10 months ago
  40. c9202ab Logger: global Log mutex is now available from C code by Pau Espin Pedrol · 4 years, 10 months ago
  41. b49a42e sigProcLib: Add C/I (Carrier-to-Interference ratio) computation by Sylvain Munaut · 5 years ago
  42. c3d68c1 sigProcLib: detectAnyBurst(): make TSC used to detect burst available to caller by Pau Espin Pedrol · 4 years, 10 months ago
  43. 7ee2d10 sigProcLib: detectAnyBurst() family: Use struct to gather all out params by Pau Espin Pedrol · 4 years, 10 months ago
  44. 252564b Fix spelling discovered by lintian by Ruben Undheim · 6 years ago
  45. 2ded53c contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 4 years, 10 months ago
  46. 95c8318 Transceiver: Support pulling idle frames in pullRadioVector() by Pau Espin Pedrol · 4 years, 10 months ago
  47. 9bb24a1 Transceiver: pullRadioVector(): Move initialization of var to start of function by Pau Espin Pedrol · 4 years, 10 months ago
  48. d6dbb1b Transceiver: Simplify code on early error return when calling detectAnyBurst by Pau Espin Pedrol · 4 years, 10 months ago
  49. be9cd66 Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVector by Pau Espin Pedrol · 4 years, 10 months ago
  50. b9d2515 Transceiver: replace UDPSocket with libosmocore socket API by Pau Espin Pedrol · 4 years, 10 months ago
  51. 7dc07b9 Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind by Pau Espin Pedrol · 4 years, 10 months ago
  52. 07ddce5 Transceiver: Drop use of GSM::Time from trx_ul_burst_ind by Pau Espin Pedrol · 4 years, 10 months ago
  53. 25ae190 Transceiver: Move soft bits normalization to pullRadioVector() by Pau Espin Pedrol · 4 years, 10 months ago
  54. 607a414 Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector() by Pau Espin Pedrol · 4 years, 10 months ago
  55. 0e67cf2 Transceiver: Move nbits burst size calculation to pullRadioVector() by Pau Espin Pedrol · 4 years, 10 months ago
  56. ff6aeb7 Transceiver: Drop unused rssi_valid struct field by Pau Espin Pedrol · 4 years, 10 months ago
  57. ddd18a5 Transceiver: refactor: gather uplink burst parameters in struct by Pau Espin Pedrol · 4 years, 11 months ago
  58. 778b30a Introduce structs to encode TRXD packets by Pau Espin Pedrol · 4 years, 11 months ago
  59. e9ce77b trx_{vty,rate_ctr}: Set proper license AGPLv3+ by Pau Espin Pedrol · 4 years, 11 months ago
  60. c27d9f8 Remove AUTHORS file by Pau Espin Pedrol · 4 years, 11 months ago
  61. ac0487e Add option to set stack size in config file, default == 0 == OS default by Eric Wild · 5 years ago
  62. 6a305fe Add VTY commands to set error ctr thresholds by Pau Espin Pedrol · 5 years ago
  63. bde55af lms: Fix stream_stats checks with overrun/underrun by Pau Espin Pedrol · 5 years ago
  64. 4c50bf4 lms: Drop unusued variable masterClockRate by Pau Espin Pedrol · 5 years ago
  65. 63e872a doc: vty: Update trx_vty_reference.xml by Pau Espin Pedrol · 5 years ago
  66. b426e4a Rename and move STOP signal from Transceiver to main by Pau Espin Pedrol · 5 years ago
  67. 4456b6f Add rate_ctr support to store/retrieve SDR errors through VTY by Pau Espin Pedrol · 5 years ago
  68. 76a5013 debian: create -doc subpackage with pdf manuals by Oliver Smith · 5 years ago
  69. 9281771 lms: Fix stream_stats checks with droppedPackets by Pau Espin Pedrol · 5 years ago
  70. dcbcfa5 lms: Use smpl_buf to recover from timestamp jumps by Pau Espin Pedrol · 5 years ago
  71. b5def41 smpl_buf: Move it to device/common and create libdevice_common.la by Pau Espin Pedrol · 5 years ago
  72. fc73c07 Introduce LOGCHAN macro to standarize logging channel info by Pau Espin Pedrol · 5 years ago
  73. a791926 smpl_buf: Remove dbg log line with duplicated info by Pau Espin Pedrol · 5 years ago
  74. 9b394e0 smpl_buf: Remove unused clk_rt variable (fixup) by Pau Espin Pedrol · 5 years ago
  75. 580c48b smpl_buf: Remove unused clk_rt variable by Pau Espin Pedrol · 5 years ago
  76. 7214fde device: Drop unused numberRead/numberWritten APIs by Pau Espin Pedrol · 5 years ago
  77. 51509b3 Move smpl_buf out of uhd dir to re-use it in other devices by Pau Espin Pedrol · 5 years ago
  78. ef192d3 uhd: Avoid reallocation of buffers every read by Pau Espin Pedrol · 5 years ago
  79. ac927b2 cosmetic: uhd: Use loglevel ERROR instead of ERR by Pau Espin Pedrol · 5 years ago
  80. 3e9179a uhd: smpl_buf: Use TIMESTAMP type in str_status by Pau Espin Pedrol · 5 years ago
  81. 87b7d09 uhd: smpl_buf: Drop UHD specifics out back to UHDDevice by Pau Espin Pedrol · 5 years ago
  82. 7bef234 cosmetic: uhd: Move smpl_buf out of UHDDevice, move UHDDevice class definition to .h by Pau Espin Pedrol · 5 years ago
  83. 2876785 lms: Catch and log dropped packets by HW during recv by Pau Espin Pedrol · 5 years ago
  84. 713b4d8 lms: Remove unused var m_last_tx_overruns by Pau Espin Pedrol · 5 years ago
  85. b96d9dd lms: Remove references to ALERT loglevel by Pau Espin Pedrol · 5 years ago
  86. 048c3ba lms: Log underrun/overrun events by Pau Espin Pedrol · 5 years ago
  87. 75cb0b9 Move duplicated thread_enable_cancel to CommonLibs by Pau Espin Pedrol · 5 years ago
  88. 46324d3 cosmetic: Threads.h: Remove trailing whitespace by Pau Espin Pedrol · 5 years ago
  89. bab1583 lms: Improve log during flush recv error by Pau Espin Pedrol · 5 years ago
  90. 541496b lms: flush_recv: alloc buf on stack instead of heap by Pau Espin Pedrol · 5 years ago
  91. c785fb1 lms: properly call close if set_antennas() fails, add some comments by Joachim Steiger · 5 years ago
  92. 2875290 lms: add device type detection and device specific gains by Joachim Steiger · 5 years ago
  93. 4ce4555 lms: move LMS_GetLPFBWRange and LMS_Calibrate calls from open to start by Joachim Steiger · 5 years ago
  94. 2d130fb lms: move LMS_EnableChannel from Start/Stop to Open/Close device by Joachim Steiger · 5 years ago
  95. 6c5f4ba lms: Remove wrong unused code copied from -uhd by Joachim Steiger · 5 years ago
  96. 71df425 use BSC_FD_READ and not OSMO_FD_READ by Harald Welte · 5 years ago
  97. 24f05ea doc/configuration.adoc: fix incorrect number of physical RF channels for B210 by Vadim Yanitskiy · 5 years ago
  98. d280045 multi-ARFCN: fix maximum number of carriers limitation by Tom Tsou · 5 years ago
  99. 5e6f3e0 osmo-trx: Check return code of osmo_fd_register by Pau Espin Pedrol · 5 years ago
  100. 21032b7 osmo-trx: Use signalfd to serialize signals in main thread ctx by Pau Espin Pedrol · 5 years ago