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