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