Release v1.1.1 on 2019-08-08.
  1. 27424a3 Transceiver: Add missing include netinet/in.h by Pau Espin Pedrol · 4 years, 10 months ago
  2. 720b912 Transceiver: Clean up code passing parameters to threads by Pau Espin Pedrol · 4 years, 11 months ago
  3. c3325b9 Transceiver: Store TRXD version per channel by Pau Espin Pedrol · 4 years, 11 months ago
  4. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 11 months ago
  5. 758381b Transceiver: Initialize mExtRACH in constructor by Pau Espin Pedrol · 4 years, 11 months ago
  6. 56c5f29 driveTxPriorityQueue(): enrich logging message by Vadim Yanitskiy · 4 years, 11 months ago
  7. dd571c6 driveTxPriorityQueue(): check if message header format is supported by Vadim Yanitskiy · 4 years, 11 months ago
  8. b312325 driveTxPriorityQueue(): use trxd_hdr_common for message parsing by Vadim Yanitskiy · 4 years, 11 months ago
  9. 8d771d2 driveTxPriorityQueue(): cosmetic: use proper type for TDMA TN by Vadim Yanitskiy · 4 years, 11 months ago
  10. cf6113b Transceiver: Support TRXD v1 by Pau Espin Pedrol · 5 years ago
  11. 13c8109 Transceiver: Support SETFORMAT command by Pau Espin Pedrol · 5 years ago
  12. 15fa64b Transceiver: Move out TRXD socket send code to prepare for TRXDv1 by Pau Espin Pedrol · 5 years ago
  13. 7ee2d10 sigProcLib: detectAnyBurst() family: Use struct to gather all out params by Pau Espin Pedrol · 5 years ago
  14. 95c8318 Transceiver: Support pulling idle frames in pullRadioVector() by Pau Espin Pedrol · 5 years ago
  15. 9bb24a1 Transceiver: pullRadioVector(): Move initialization of var to start of function by Pau Espin Pedrol · 5 years ago
  16. d6dbb1b Transceiver: Simplify code on early error return when calling detectAnyBurst by Pau Espin Pedrol · 5 years ago
  17. be9cd66 Transceiver: Avoid noise calculation formula in 2 branches in pullRadioVector by Pau Espin Pedrol · 5 years ago
  18. b9d2515 Transceiver: replace UDPSocket with libosmocore socket API by Pau Espin Pedrol · 5 years ago
  19. 7dc07b9 Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind by Pau Espin Pedrol · 5 years ago
  20. 07ddce5 Transceiver: Drop use of GSM::Time from trx_ul_burst_ind by Pau Espin Pedrol · 5 years ago
  21. 25ae190 Transceiver: Move soft bits normalization to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  22. 607a414 Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  23. 0e67cf2 Transceiver: Move nbits burst size calculation to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  24. ff6aeb7 Transceiver: Drop unused rssi_valid struct field by Pau Espin Pedrol · 5 years ago
  25. ddd18a5 Transceiver: refactor: gather uplink burst parameters in struct by Pau Espin Pedrol · 5 years ago
  26. 778b30a Introduce structs to encode TRXD packets by Pau Espin Pedrol · 5 years ago
  27. ac0487e Add option to set stack size in config file, default == 0 == OS default by Eric Wild · 5 years ago
  28. b426e4a Rename and move STOP signal from Transceiver to main by Pau Espin Pedrol · 5 years ago
  29. fc73c07 Introduce LOGCHAN macro to standarize logging channel info by Pau Espin Pedrol · 5 years ago
  30. a8b3565 VTY: add extended (11-bit) RACH detection toggle by Vadim Yanitskiy · 6 years ago
  31. 77e1835 cosmetic: Don't call the SDR "USRP" in error message by Harald Welte · 5 years ago
  32. 1595dda transceiver: Log TRXCTRL iface responses towards osmo-bts-trx by Pau Espin Pedrol · 5 years ago
  33. 441d82a Add TRXCTRL log category by Pau Espin Pedrol · 5 years ago
  34. 2f53ea4 transceiver: log chan on CTRL command received by Pau Espin Pedrol · 5 years ago
  35. 74bcc56 Transciever: Log values causing Tx underrun by Pau Espin Pedrol · 6 years ago
  36. 5b60c98 Use pthread_setname_np to name threads by Pau Espin Pedrol · 6 years ago
  37. db936b9 osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on error by Pau Espin Pedrol · 6 years ago
  38. f37b0ad Transceiver: log timing info of stale bursts by Pau Espin Pedrol · 6 years ago
  39. e564f0f Transceiver: Move device specific code to radioDevice class by Pau Espin Pedrol · 6 years ago
  40. c0c6d70 Transceiver.cpp: prevent out-of-range array access by Vadim Yanitskiy · 6 years ago
  41. 8c6c5d2 Transceiver.cpp: fix incorrect format string for SETTSC by Vadim Yanitskiy · 6 years ago
  42. a62fcf7 Transceiver.cpp: use pointer arithmetics for CMD parsing by Vadim Yanitskiy · 6 years ago
  43. 4d9b59c Transceiver.cpp: properly zero-terminate received commands by Vadim Yanitskiy · 6 years ago
  44. bd0efb0 Transceiver.cpp: use a define for the MAX_PACKET_LENGTH by Vadim Yanitskiy · 6 years ago
  45. efac20b Move enums required by VTY to a separate header by Pau Espin Pedrol · 6 years ago
  46. 8c80095 Add -j option to bind to specific address by Pau Espin Pedrol · 7 years ago
  47. 934da48 transceiver: Avoid sending clock indications when trx is not powered on by Pau Espin Pedrol · 7 years ago
  48. 7c405a0 cosmetic: transciever: Remove trailing whitespaces by Pau Espin Pedrol · 7 years ago
  49. d67bd60 transceiver: Fix POWEROFF crash on USRP2/N200/X300 devices by Tom Tsou · 7 years ago
  50. 6031734 Transceiver: Remove unsigned negative compares by Tom Tsou · 7 years ago
  51. 6e1dffd Move Transceiver::demodulate() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  52. b34e60c Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable. by Alexander Chemeris · 7 years ago
  53. 4e6c938 Move Transceiver::detectBurst() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  54. f9e78be Move CorrType type from Transceiver to sigProcLib. by Alexander Chemeris · 7 years ago
  55. b61c610 Call vectorSlicer() right before packing bits for transmission to osmo-bts. by Alexander Chemeris · 7 years ago
  56. 1c0b8b3 sigProcLib: Rename demodulateBurst() to demodGmskBurst() for clarity. by Alexander Chemeris · 7 years ago
  57. 1dd05cf sigProcLib: make energyDetect() simpler by returning actual energy. by Alexander Chemeris · 7 years ago
  58. 365bc38 transceiver: Fix command build warning by Tom Tsou · 8 years ago
  59. 4609f32 transceiver: Fix 4 SPS receive TOA value by Tom Tsou · 8 years ago
  60. 7c741ec transceiver: Fix mixed GSMK / 8-PSK transmission by Tom Tsou · 8 years ago
  61. c37594f mcbts: Allow out of order channel setup by Tom Tsou · 8 years ago
  62. ffee30d transceiver: Remove HANDOVER warnings by Tom Tsou · 8 years ago
  63. 64464e6 egprs: Enable 8-PSK burst detection when EDGE is enabled by Tom Tsou · 8 years ago
  64. e887108 egprs: Enable 8-PSK length vectors on the Tx interface by Tom Tsou · 8 years ago
  65. a84e162 sigproc: Adjust burst detection threshold criteria by Tom Tsou · 8 years ago
  66. c8c4eac transceiver: Do not report error on SETTSC when radio is on by Tom Tsou · 8 years ago
  67. 37c52c7 transceiver: Add an option to emulate a RACH delay in random filler mode. by Alexander Chemeris · 8 years ago
  68. 58e9591 transceiver: Log channel number in DEBUG output of demoded bursts. by Alexander Chemeris · 8 years ago
  69. 2c650a6 common: Add mandatory length field to UDP receive calls by Tom Tsou · 8 years ago
  70. 9664c3a transceiver: Do not pass transceiver state struct to function where it's not used. by Alexander Chemeris · 8 years ago
  71. 5efe050 transceiver: Add an option to generate random Access Bursts. by Alexander Chemeris · 8 years ago
  72. 78d1fc9 transceiver: Properly handle MAXDLY. by Alexander Chemeris · 8 years ago
  73. af717b2 EDGE: Add random burst generator filler option by Tom Tsou · 8 years ago
  74. 8ee2f38 sigproc: Add various GSM burst generators by Tom Tsou · 8 years ago
  75. b0aefcb EDGE: Add interfaces to enable EDGE transceiver by Tom Tsou · 8 years ago
  76. 5cd70dc EDGE: Setup variable sampling on receive path by Tom Tsou · 8 years ago
  77. 4656940 sigproc: Remove normal burst DFE equalizer by Tom Tsou · 8 years ago
  78. 2079a3c sigproc: Remove dynamic SPS configuration by Tom Tsou · 8 years ago
  79. 5a06806 Transceiver: Add support for OsmoBTS style handover. by Alexander Chemeris · 9 years ago
  80. e692ce9 transceiver: Add a debug option to dump selected timeslots to disk. by Alexander Chemeris · 9 years ago
  81. 81c6873 Transceiver: Do not update state->SNRestimate if equalization is disabled. by Alexander Chemeris · 9 years ago
  82. 130a800 sigProcLib: Abstract out common part of Normal/RACH burst detection. by Alexander Chemeris · 9 years ago
  83. 2b54210 Transceiver: Update noise level only when the timeslot is marked as IDLE. by Alexander Chemeris · 9 years ago
  84. 2268c85 transceiver: Remove noise/RSSI gating. by Alexander Chemeris · 9 years ago
  85. 954b118 Transceiver: Fix clipping detection. by Alexander Chemeris · 9 years ago
  86. dbe26ab Transceiver: Print noise level for each burst in debug mode. by Alexander Chemeris · 9 years ago
  87. e8905a0 osmo-trx: Add a command line option for the dBFS to dBm offset. by Alexander Chemeris · 9 years ago
  88. 6a2bf0d transceiver: Drive clock indication form the receive thread. by Alexander Chemeris · 9 years ago
  89. 2966048 transceiver: Fix out-of-bounds acces in genRandNormalBurst(). by Alexander Chemeris · 9 years ago
  90. 194a9b1 Transceiver52M: Change POWERON behavior to return success if the transceiver is already running, and only return fail on device by Ivan Kluchnikov · 9 years ago
  91. 1fe5282 Transceiver: Check TSC values to be in [0..7] range. by Alexander Chemeris · 9 years ago
  92. 4438a9f Transceiver: Make error response to an unknown command on UDP command interface more understandable. by Alexander Chemeris · 11 years ago
  93. 64ad712 test: Add command line random normal burst option by Tom Tsou · 9 years ago
  94. 577cd02 sigproc: Add clipping detection on RACH and TSC input by Tom Tsou · 9 years ago
  95. eb54bdd Transceiver52M: Implement POWEROFF command by Tom Tsou · 10 years ago
  96. a4d1a41 Transceiver52M: Allow setting gain before POWERON by Tom Tsou · 10 years ago
  97. ccb73e1 Transceiver52M: Fix retransmissions when filler table is enabled by Thomas Tsou · 10 years ago
  98. 15d743e Transceiver52M: Disable filler table retransmissions by default by Thomas Tsou · 10 years ago
  99. fb827d0 Transceiver52M: Ignore channel estimation if we are not equalizing by Thomas Tsou · 11 years ago
  100. 3f32ab5 Transceiver52M: Enable all warnings and resolve by Thomas Tsou · 11 years ago