1. a7143bf transceiver: get rid of the ctrl threads by Eric · 4 years, 2 months ago
  2. 066fd04 Fix common misspellings and typos by Martin Hauke · 4 years, 8 months ago
  3. 923b4bc Transceiver: Don't stop TRX if pulling from OFF timeslot by Pau Espin Pedrol · 4 years, 9 months ago
  4. 76ff96e Transceiver: exit process when BTS drops connection by Pau Espin Pedrol · 4 years, 9 months ago
  5. 67aa91b Drop old setPriority related code by Pau Espin Pedrol · 4 years, 10 months ago
  6. 720b912 Transceiver: Clean up code passing parameters to threads by Pau Espin Pedrol · 4 years, 11 months ago
  7. c3325b9 Transceiver: Store TRXD version per channel by Pau Espin Pedrol · 4 years, 11 months ago
  8. 21d03d3 Add SPDX annotation by Pau Espin Pedrol · 4 years, 11 months ago
  9. 15fa64b Transceiver: Move out TRXD socket send code to prepare for TRXDv1 by Pau Espin Pedrol · 5 years ago
  10. 95c8318 Transceiver: Support pulling idle frames in pullRadioVector() by Pau Espin Pedrol · 5 years ago
  11. b9d2515 Transceiver: replace UDPSocket with libosmocore socket API by Pau Espin Pedrol · 5 years ago
  12. 7dc07b9 Transceiver: Get rid of SoftVector in struct trx_ul_burst_ind by Pau Espin Pedrol · 5 years ago
  13. 07ddce5 Transceiver: Drop use of GSM::Time from trx_ul_burst_ind by Pau Espin Pedrol · 5 years ago
  14. 607a414 Transceiver: Move calculation of normalized values (rssiOffset) to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  15. 0e67cf2 Transceiver: Move nbits burst size calculation to pullRadioVector() by Pau Espin Pedrol · 5 years ago
  16. ff6aeb7 Transceiver: Drop unused rssi_valid struct field by Pau Espin Pedrol · 5 years ago
  17. ddd18a5 Transceiver: refactor: gather uplink burst parameters in struct by Pau Espin Pedrol · 5 years ago
  18. ac0487e Add option to set stack size in config file, default == 0 == OS default by Eric Wild · 5 years ago
  19. b426e4a Rename and move STOP signal from Transceiver to main by Pau Espin Pedrol · 5 years ago
  20. a8b3565 VTY: add extended (11-bit) RACH detection toggle by Vadim Yanitskiy · 6 years ago
  21. db936b9 osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on error by Pau Espin Pedrol · 6 years ago
  22. efac20b Move enums required by VTY to a separate header by Pau Espin Pedrol · 6 years ago
  23. 8c80095 Add -j option to bind to specific address by Pau Espin Pedrol · 7 years ago
  24. 934da48 transceiver: Avoid sending clock indications when trx is not powered on by Pau Espin Pedrol · 7 years ago
  25. 7c405a0 cosmetic: transciever: Remove trailing whitespaces by Pau Espin Pedrol · 7 years ago
  26. 6e1dffd Move Transceiver::demodulate() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  27. 4e6c938 Move Transceiver::detectBurst() to sigProcLib to make it reusable. by Alexander Chemeris · 7 years ago
  28. f9e78be Move CorrType type from Transceiver to sigProcLib. by Alexander Chemeris · 7 years ago
  29. 64464e6 egprs: Enable 8-PSK burst detection when EDGE is enabled by Tom Tsou · 8 years ago
  30. 37c52c7 transceiver: Add an option to emulate a RACH delay in random filler mode. by Alexander Chemeris · 8 years ago
  31. 58e9591 transceiver: Log channel number in DEBUG output of demoded bursts. by Alexander Chemeris · 8 years ago
  32. 9664c3a transceiver: Do not pass transceiver state struct to function where it's not used. by Alexander Chemeris · 8 years ago
  33. 5efe050 transceiver: Add an option to generate random Access Bursts. by Alexander Chemeris · 8 years ago
  34. 78d1fc9 transceiver: Properly handle MAXDLY. by Alexander Chemeris · 8 years ago
  35. af717b2 EDGE: Add random burst generator filler option by Tom Tsou · 8 years ago
  36. b0aefcb EDGE: Add interfaces to enable EDGE transceiver by Tom Tsou · 8 years ago
  37. 5cd70dc EDGE: Setup variable sampling on receive path by Tom Tsou · 8 years ago
  38. 4656940 sigproc: Remove normal burst DFE equalizer by Tom Tsou · 8 years ago
  39. 5a06806 Transceiver: Add support for OsmoBTS style handover. by Alexander Chemeris · 9 years ago
  40. 3722920 Transceiver: Fix whitespace. by Alexander Chemeris · 9 years ago
  41. e692ce9 transceiver: Add a debug option to dump selected timeslots to disk. by Alexander Chemeris · 9 years ago
  42. 2b54210 Transceiver: Update noise level only when the timeslot is marked as IDLE. by Alexander Chemeris · 9 years ago
  43. 954b118 Transceiver: Fix clipping detection. by Alexander Chemeris · 9 years ago
  44. dbe26ab Transceiver: Print noise level for each burst in debug mode. by Alexander Chemeris · 9 years ago
  45. e8905a0 osmo-trx: Add a command line option for the dBFS to dBm offset. by Alexander Chemeris · 9 years ago
  46. f5fd578 osmo-trx: Fix random filler command line option. by Alexander Chemeris · 9 years ago
  47. 64ad712 test: Add command line random normal burst option by Tom Tsou · 9 years ago
  48. eb54bdd Transceiver52M: Implement POWEROFF command by Tom Tsou · 10 years ago
  49. a4d1a41 Transceiver52M: Allow setting gain before POWERON by Tom Tsou · 10 years ago
  50. 15d743e Transceiver52M: Disable filler table retransmissions by default by Thomas Tsou · 10 years ago
  51. 85b179d Transceiver52M: Create new osmo-trx executable by Thomas Tsou · 11 years ago
  52. a0179e3 Transceiver52M: Use independent noise vectors for each channel by Thomas Tsou · 11 years ago
  53. 30421a7 Transceiver52M: Refactor receive path outer burst handling by Thomas Tsou · 11 years ago
  54. a2fe91a Transceiver52M: Add vectorized radio burst capability by Thomas Tsou · 11 years ago
  55. 7553aa9 Transceiver52M: Set variable thread priority levels by Thomas Tsou · 11 years ago
  56. 204a9f1 Transceiver52M: Add multi channel transceiver support by Thomas Tsou · 11 years ago
  57. f078273 Transceiver52M: Separate transceiver per-slot state information by Thomas Tsou · 11 years ago
  58. d647ec5 Transceiver52M: Delay socket allocation to heap by Thomas Tsou · 11 years ago
  59. c289d7a Transceiver52M: Remove transmit logging option by Thomas Tsou · 11 years ago
  60. fa3a787 Transceiver52M: Update noise measurement calculation by Thomas Tsou · 11 years ago
  61. c1f7c42 Transceiver52M: Setup dual sample rate transceiver by Thomas Tsou · 11 years ago
  62. 92c16df Transceiver52M: Separate main transmit and receive drive threads by Thomas Tsou · 11 years ago
  63. 83e0689 Transceiver52M: Make GSM pulse filter internal to implementation by Thomas Tsou · 11 years ago
  64. d24cc2c Transceiver52M: Rename samples-per-symbol variable names by Thomas Tsou · 11 years ago
  65. fc40a84 Transceiver52M: Add more complete specification of GPRS types by ttsou · 11 years ago
  66. 258855c Transceiver52M: Add GPRS combinations to correlation types by ttsou · 11 years ago
  67. 6b495a5 uhd: inline thread priority setting by kurtis.heimerl · 13 years ago
  68. b3a0ca4 Adding in the missing Transceiver52M directory by dburgess · 13 years ago