1. cb98894 TLLI 0x00000000 is a valid TLLI, use 0xffffffff instead by Vadim Yanitskiy · 3 years, 8 months ago
  2. 9897b26 gprs_ms: Avoid enabling EGPRS if no MCS are supported by Pau Espin Pedrol · 3 years, 8 months ago
  3. 343ec9b Take into account BTS supported (M)CS values when retrieving the maximum by Pau Espin Pedrol · 3 years, 8 months ago
  4. 8072e35 Move EGPRS MS mode set to gprs_ms.cpp by Pau Espin Pedrol · 3 years, 8 months ago
  5. b645084 gprs_ms: Use proper function to get CS by Pau Espin Pedrol · 3 years, 8 months ago
  6. 528820d tbf: Clean up gprs_rlcmac_dl_tbf::handle() by Pau Espin Pedrol · 3 years, 8 months ago
  7. f2dad59 Introduce log macro helper LOGPMS by Pau Espin Pedrol · 3 years, 11 months ago
  8. cbf05f5 gprs_ms: Transfer known EGPRS MS class when mergling old MS by Pau Espin Pedrol · 4 years ago
  9. 43f0bce gprs_ms: Small clean ups in IMSI storage related code by Pau Espin Pedrol · 4 years ago
  10. 2ae8337 Get rid of class GprsCodingScheme by Pau Espin Pedrol · 4 years, 2 months ago
  11. 1de6873 Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere by Pau Espin Pedrol · 4 years, 4 months ago
  12. fd734de GprsMs::update_cs_ul(): clarify the meaning of old_link_qual by Vadim Yanitskiy · 4 years, 8 months ago
  13. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  14. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  15. 898dddb MCS: add Channel Coding Command encoder by Max · 5 years ago
  16. 8a8e0fb MCS: add mcs_is_*() helpers by Max · 5 years ago
  17. a4de02d MCS: move Mode enum outside of class definition by Max · 5 years ago
  18. 136ebcc MCS: use value_string for conversion by Max · 5 years ago
  19. bea2edb MCS: move Coding Scheme enum outside of class definition by Max · 5 years ago
  20. fa3085b Log (M)CS UL update errors by Max · 5 years ago
  21. 8119ecd Tighten lqual table limits check by Max · 5 years ago
  22. 1187a77 Update header includes by Max · 6 years ago
  23. 1962136 Assert valid CS by Max · 7 years ago
  24. 1f18909 EDGE: Fix UL link adaptation. by Minh-Quang Nguyen · 7 years ago
  25. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  26. 9bbe160 Fix Timing Advance handling by Max · 8 years ago
  27. e8ccafc Add Accessor functions for ARQ-II in EGPRS DL by Aravind Sirsikar · 8 years ago
  28. 99ab0a8 Add header type 1 support for EGPRS uplink by Aravind Sirsikar · 8 years ago
  29. fd263b0 tbf: Fix copy and paste in the set_mode routine by Holger Hans Peter Freyther · 8 years ago
  30. 99db40a Revert "Refactor coding scheme assignment code" by Holger Hans Peter Freyther · 8 years ago
  31. 22d7e75 Refactor coding scheme assignment code by Max · 8 years ago
  32. 14e26cb ms: Fix GprsMs::current_cs_dl() by Jacob Erlbeck · 8 years ago
  33. 7c72aca ms: Add current_pacch_slots method by Jacob Erlbeck · 8 years ago
  34. 53bc186 edge: Fix initial coding scheme selection by Jacob Erlbeck · 8 years ago
  35. cb72890 edge: Replace integer cs by GprsCodingScheme by Jacob Erlbeck · 8 years ago
  36. aa9daa1 tbf: Replace static casts by calls to as_ul_tbf/as_dl_tbf by Jacob Erlbeck · 9 years ago
  37. c3c5804 edge: Get EGPRS multislot class by Jacob Erlbeck · 9 years ago
  38. 6835cea ms: Store references to replaced TBFs in the MS object by Jacob Erlbeck · 9 years ago
  39. e0b21f4 tbf: Move pending LLC frames when merging MS objects by Jacob Erlbeck · 9 years ago
  40. 2b349b5 ms: Move MS information merging to GprsMS by Jacob Erlbeck · 9 years ago
  41. 1c3b899 ms: Set default CoDel interval to 4s by Jacob Erlbeck · 9 years ago
  42. ac28905 tbf: Handle TLLI change on DL by Jacob Erlbeck · 9 years ago
  43. d4ad731 llc: Use CoDel to drop packages from the LLC queue by Jacob Erlbeck · 9 years ago
  44. b2439bb ms: Add is_idle() method to GprsMs::Guard by Jacob Erlbeck · 9 years ago
  45. 617c712 ms: Get the set of slots currently active by Jacob Erlbeck · 9 years ago
  46. 23f93a1 ms: Add support for slot reservation by Jacob Erlbeck · 9 years ago
  47. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  48. 699b8dc ms: Add first_common_ts method to GprsMs by Jacob Erlbeck · 9 years ago
  49. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  50. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  51. 04a1086 ms: Store the NACK rate in the MS object by Jacob Erlbeck · 9 years ago
  52. 51b1151 l1: Store measurement values sent by the MS by Jacob Erlbeck · 9 years ago
  53. 94cde13 ms: Add UL CS selection based on L1 link quality by Jacob Erlbeck · 9 years ago
  54. e4bcb62 ms: Store the L1 measurement values in the MS objects by Jacob Erlbeck · 9 years ago
  55. 0808f68 ms: Fix timer start condition (Coverity) by Jacob Erlbeck · 9 years ago
  56. 25db7c6 ms: Add missing initialiser for m_delay (Coverity) by Jacob Erlbeck · 9 years ago
  57. b33e675 ms: Add support for maximum CS values by Jacob Erlbeck · 9 years ago
  58. 8158ea7 ms: Add blocking period for CS upgrade by Jacob Erlbeck · 9 years ago
  59. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  60. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  61. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  62. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  63. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  64. d9e1024 ms: Add timer by Jacob Erlbeck · 9 years ago
  65. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  66. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  67. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  68. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  69. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  70. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago