Release v1.2.0 on 2020-01-03.
  1. 9f2baf3 Transceiver.cpp: Introduce and use new logging categories by Pau Espin Pedrol · 4 years, 5 months ago
  2. 0a2a40f uhd: use value already cached in tmp variable by Pau Espin Pedrol · 4 years, 5 months ago
  3. 501d053 trx: exit() on unsupported positional arguments on command line by Harald Welte · 4 years, 6 months ago
  4. 0fafe03 Transceiver: Fix wrong response upon CMD HANDOVER failure by Pau Espin Pedrol · 4 years, 6 months ago
  5. 9a87d90 vty: Simplify filler burst settings and improve help and readability. by Alexander Chemeris · 4 years, 7 months ago
  6. 066fd04 Fix common misspellings and typos by Martin Hauke · 4 years, 7 months ago
  7. b7e9927 Use new libosmocore logging lock API by Pau Espin Pedrol · 4 years, 8 months ago
  8. 928141b radioInterfaceMulti: write frequency offset direction (rx/tx) in log line by Pau Espin Pedrol · 4 years, 8 months ago
  9. e503c98 radioInterface: Atomically fetch and change underrun variable by Pau Espin Pedrol · 4 years, 8 months ago
  10. ee2ba19 Move multi-ARFCN chan amount modification from UHDDevice to parent class by Pau Espin Pedrol · 4 years, 8 months ago
  11. 80d053a radioInterface: Mark setRxGain as virtual by Pau Espin Pedrol · 4 years, 8 months ago
  12. 18a6151 Transceiver: Fixed copying of history into and from channelizer buffer. by Timo Jacobus · 4 years, 9 months ago
  13. 25383a3 radioInterface{Multi,Resamp}: Fix successful writeSamples() masking underrun from readSamples() by Pau Espin Pedrol · 4 years, 8 months ago
  14. e2ac20a UHDDevice: Drop unneeded MULTI_ARFCN checks by Pau Espin Pedrol · 4 years, 8 months ago
  15. 6284524 radioInterfaceMulti: Override setTxGain() to avoid chan!=0 calls by Pau Espin Pedrol · 4 years, 8 months ago
  16. 2ab9218 radioDevice: Introduce getTxGain() API by Pau Espin Pedrol · 4 years, 8 months ago
  17. 752055c radioInterface: Remove unusued getRxGain() by Pau Espin Pedrol · 4 years, 8 months ago
  18. 705a348 LMSDevice: Return previous txGain/rxGain if setting value failed by Pau Espin Pedrol · 4 years, 8 months ago
  19. 331c88a USRPDevice: Return previous txGain if setting value failed by Pau Espin Pedrol · 4 years, 8 months ago
  20. ca0892d USRPDevice: Fix setRxGain return on error and getRxGain() returning always 0 by Pau Espin Pedrol · 4 years, 8 months ago
  21. 17e6cd0 radioInterfaceMulti: Check equals zero explicitly by Pau Espin Pedrol · 4 years, 8 months ago
  22. a801ae5 radioInterface: Rename mRadio to mDevice by Pau Espin Pedrol · 4 years, 8 months ago
  23. 923b4bc Transceiver: Don't stop TRX if pulling from OFF timeslot by Pau Espin Pedrol · 4 years, 9 months ago
  24. 0d56d75 Transceiver: pullRadioVector(): Fix use of uninitialized value bi->tn by Pau Espin Pedrol · 4 years, 9 months ago
  25. 94c5241 Transceiver: Log error condition no burst in pullRadioVector() by Pau Espin Pedrol · 4 years, 9 months ago
  26. e3a2516 Transceiver: Use LOGCHAN in logRxBurst to unify log format by Pau Espin Pedrol · 4 years, 9 months ago
  27. 1fba104 Transceiver: Fix logging TN and version by Pau Espin Pedrol · 4 years, 9 months ago
  28. 77f3396 device: Use LOGCHAN in set_antennas() by Pau Espin Pedrol · 4 years, 9 months ago
  29. e0010fa lms: Log available antennas if requested antenna fails by Pau Espin Pedrol · 4 years, 9 months ago
  30. bfc1d0b Transceiver: Enable EDGE detection only on PDCH timeslots by Pau Espin Pedrol · 4 years, 9 months ago
  31. 76ff96e Transceiver: exit process when BTS drops connection by Pau Espin Pedrol · 4 years, 9 months ago
  32. 4e6ec45 Transceiver: Fix idle ul burst indications being dropped by Pau Espin Pedrol · 4 years, 9 months ago
  33. e4166be Transceiver: Clean up receival of downlink bursts by Pau Espin Pedrol · 4 years, 9 months ago
  34. e7195ac Transceiver: Check return value when binding IP addr for clock socket by Pau Espin Pedrol · 4 years, 9 months ago
  35. ca6a78e Transceiver: fix segfault during init if IP addr binding fails by Pau Espin Pedrol · 4 years, 9 months ago
  36. 67aa91b Drop old setPriority related code by Pau Espin Pedrol · 4 years, 9 months ago
  37. 3eed8eb osmo-trx: log to stderr on signal received by Pau Espin Pedrol · 4 years, 9 months ago
  38. 27424a3 Transceiver: Add missing include netinet/in.h by Pau Espin Pedrol · 4 years, 10 months ago
  39. cbc0208 Move std_inband.rbf under device/usrp1/ dir by Pau Espin Pedrol · 4 years, 10 months ago
  40. 3d29b4d Move README.DFEsymbolspaced to utils/matlab by Pau Espin Pedrol · 4 years, 10 months ago
  41. 06d3ba0 Move Transceiver52/README to UserManual by Pau Espin Pedrol · 4 years, 10 months ago
  42. 8a784c7 Move matlab files under utils/matlab by Pau Espin Pedrol · 4 years, 10 months ago
  43. 7758542 Move inband-signaling-usb documentation to UserManual by Pau Espin Pedrol · 4 years, 10 months ago
  44. 68a7809 lms: Drop rx_underruns rate ctr, add tx_drop_* rate ctr by Pau Espin Pedrol · 4 years, 10 months ago
  45. 207911b usrp1: don't check for non-null underrun pointer by Pau Espin Pedrol · 4 years, 10 months ago
  46. 2c673e0 radioInterface: Clarify how underruns are handled driving a radioDevice by Pau Espin Pedrol · 4 years, 10 months ago
  47. 720b912 Transceiver: Clean up code passing parameters to threads by Pau Espin Pedrol · 4 years, 10 months ago
  48. c3325b9 Transceiver: Store TRXD version per channel by Pau Espin Pedrol · 4 years, 10 months ago
  49. 88f86a1 Bind CTRL port to IP addr specified in VTY config by Pau Espin Pedrol · 4 years, 10 months ago
  50. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 10 months ago
  51. bdb970e cosmetic: Fix trailing whitespace in several files by Pau Espin Pedrol · 4 years, 10 months ago
  52. 2896cec radioInterface.cpp: Fix missing member initialization of RadioInterface() by Harald Welte · 4 years, 10 months ago
  53. 5c6ca17 CorrelationSequence: fix initialization of class members by Harald Welte · 4 years, 10 months ago
  54. 80ca1de ChannelizerBase: fix initialization of class members by Harald Welte · 4 years, 10 months ago
  55. 6fa906c trxd_fill_common(): fix TRXD header version coding by Vadim Yanitskiy · 4 years, 10 months ago
  56. a7ba484 proto_trxd.c: Use bit-wise AND, not boolean AND by Harald Welte · 4 years, 10 months ago
  57. 758381b Transceiver: Initialize mExtRACH in constructor by Pau Espin Pedrol · 4 years, 10 months ago
  58. 56c5f29 driveTxPriorityQueue(): enrich logging message by Vadim Yanitskiy · 4 years, 10 months ago
  59. dd571c6 driveTxPriorityQueue(): check if message header format is supported by Vadim Yanitskiy · 4 years, 10 months ago
  60. b312325 driveTxPriorityQueue(): use trxd_hdr_common for message parsing by Vadim Yanitskiy · 4 years, 10 months ago
  61. 8d771d2 driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN by Vadim Yanitskiy · 4 years, 10 months ago
  62. cf6113b Transceiver: Support TRXD v1 by Pau Espin Pedrol · 4 years, 11 months ago
  63. 13c8109 Transceiver: Support SETFORMAT command by Pau Espin Pedrol · 4 years, 11 months ago
  64. 15fa64b Transceiver: Move out TRXD socket send code to prepare for TRXDv1 by Pau Espin Pedrol · 4 years, 11 months ago
  65. c9202ab Logger: global Log mutex is now available from C code by Pau Espin Pedrol · 4 years, 11 months ago
  66. b49a42e sigProcLib: Add C/I (Carrier-to-Interference ratio) computation by Sylvain Munaut · 5 years ago
  67. c3d68c1 sigProcLib: detectAnyBurst(): make TSC used to detect burst available to caller by Pau Espin Pedrol · 4 years, 11 months ago
  68. 7ee2d10 sigProcLib: detectAnyBurst() family: Use struct to gather all out params by Pau Espin Pedrol · 4 years, 11 months ago
  69. 252564b Fix spelling discovered by lintian by Ruben Undheim · 6 years ago
  70. 95c8318 Transceiver: Support pulling idle frames in pullRadioVector() by Pau Espin Pedrol · 4 years, 11 months ago
  71. 9bb24a1 Transceiver: pullRadioVector(): Move initialization of var to start of function by Pau Espin Pedrol · 4 years, 11 months ago
  72. d6dbb1b Transceiver: Simplify code on early error return when calling detectAnyBurst by Pau Espin Pedrol · 4 years, 11 months ago
  73. be9cd66 Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVector by Pau Espin Pedrol · 4 years, 11 months ago
  74. b9d2515 Transceiver: replace UDPSocket with libosmocore socket API by Pau Espin Pedrol · 4 years, 11 months ago
  75. 7dc07b9 Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind by Pau Espin Pedrol · 4 years, 11 months ago
  76. 07ddce5 Transceiver: Drop use of GSM::Time from trx_ul_burst_ind by Pau Espin Pedrol · 4 years, 11 months ago
  77. 25ae190 Transceiver: Move soft bits normalization to pullRadioVector() by Pau Espin Pedrol · 4 years, 11 months ago
  78. 607a414 Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  79. 0e67cf2 Transceiver: Move nbits burst size calculation to pullRadioVector() by Pau Espin Pedrol · 4 years, 11 months ago
  80. ff6aeb7 Transceiver: Drop unused rssi_valid struct field by Pau Espin Pedrol · 5 years ago
  81. ddd18a5 Transceiver: refactor: gather uplink burst parameters in struct by Pau Espin Pedrol · 5 years ago
  82. 778b30a Introduce structs to encode TRXD packets by Pau Espin Pedrol · 5 years ago
  83. ac0487e Add option to set stack size in config file, default == 0 == OS default by Eric Wild · 5 years ago
  84. bde55af lms: Fix stream_stats checks with overrun/underrun by Pau Espin Pedrol · 5 years ago
  85. 4c50bf4 lms: Drop unusued variable masterClockRate by Pau Espin Pedrol · 5 years ago
  86. b426e4a Rename and move STOP signal from Transceiver to main by Pau Espin Pedrol · 5 years ago
  87. 4456b6f Add rate_ctr support to store/retrieve SDR errors through VTY by Pau Espin Pedrol · 5 years ago
  88. 9281771 lms: Fix stream_stats checks with droppedPackets by Pau Espin Pedrol · 5 years ago
  89. dcbcfa5 lms: Use smpl_buf to recover from timestamp jumps by Pau Espin Pedrol · 5 years ago
  90. b5def41 smpl_buf: Move it to device/common and create libdevice_common.la by Pau Espin Pedrol · 5 years ago
  91. fc73c07 Introduce LOGCHAN macro to standarize logging channel info by Pau Espin Pedrol · 5 years ago
  92. a791926 smpl_buf: Remove dbg log line with duplicated info by Pau Espin Pedrol · 5 years ago
  93. 9b394e0 smpl_buf: Remove unused clk_rt variable (fixup) by Pau Espin Pedrol · 5 years ago
  94. 580c48b smpl_buf: Remove unused clk_rt variable by Pau Espin Pedrol · 5 years ago
  95. 7214fde device: Drop unused numberRead/numberWritten APIs by Pau Espin Pedrol · 5 years ago
  96. 51509b3 Move smpl_buf out of uhd dir to re-use it in other devices by Pau Espin Pedrol · 5 years ago
  97. ef192d3 uhd: Avoid reallocation of buffers every read by Pau Espin Pedrol · 5 years ago
  98. ac927b2 cosmetic: uhd: Use loglevel ERROR instead of ERR by Pau Espin Pedrol · 5 years ago
  99. 3e9179a uhd: smpl_buf: Use TIMESTAMP type in str_status by Pau Espin Pedrol · 5 years ago
  100. 87b7d09 uhd: smpl_buf: Drop UHD specifics out back to UHDDevice by Pau Espin Pedrol · 5 years ago