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