1. 731e2bb Simplify TS alloc: move slot check into functions by Max · 6 years ago
  2. 77988d4 Simplify TS alloc: move slot assignment by Max · 6 years ago
  3. 4da3859 Simplify TS alloc: constify max dl slot func by Max · 6 years ago
  4. c5407c7 Simplify TS alloc: don't use PDCH for free TFI by Max · 6 years ago
  5. 6dc90b8 Move PDCH-related functions into separate files by Max · 6 years ago
  6. 2afec6d Simplify TS alloc: split USF/UL allocation by Max · 6 years ago
  7. 0cc7212 Simplify TS alloc: split allocation by Max · 6 years ago
  8. adca67b Simplify TS alloc: separate capacity computation by Max · 6 years ago
  9. f633b8d Simplify TS alloc: split off RX mask computation by Max · 6 years ago
  10. 1187a77 Update header includes by Max · 6 years ago
  11. 7e4921d Simplify TS alloc: internalize TRX check by Max · 7 years ago
  12. a76a7d0 Simplify TS alloc: adjust function signatures by Max · 6 years ago
  13. d000d80 Simplify TS alloc: use defines for constants by Max · 7 years ago
  14. 92e9c17 Simplify TS alloc: avoid TS reassignment by Max · 7 years ago
  15. e9fe0e3 Simplify TS alloc: adjust allocator signatures by Max · 7 years ago
  16. 01bd0cc Add multislot classes from latest spec by Max · 6 years ago
  17. 46fbfce Add tests for find_multi_slots() by Max · 7 years ago
  18. 842d781 Move multislot table to separate file by Max · 7 years ago
  19. b709144 Remove unused parameter by Max · 7 years ago
  20. a4f4822 cosmetic: reformat multislot classes table by Max · 7 years ago
  21. 8cba7e9 utils: Add pcu_bitcount and pcu_lsb by Jacob Erlbeck · 8 years ago
  22. aa9daa1 tbf: Replace static casts by calls to as_ul_tbf/as_dl_tbf by Jacob Erlbeck · 9 years ago
  23. 7f79f0d bssgp: Adapt flowcontrol MS default to current alloc algorithm by Jacob Erlbeck · 9 years ago
  24. 77da355 alloc: Make alloc_algorithm_dynamic stateful by Jacob Erlbeck · 9 years ago
  25. 7af53e6 alloc: Use a separate usage computation for algo A by Jacob Erlbeck · 9 years ago
  26. e21b79c alloc: Change tx_window optimization strategy by Jacob Erlbeck · 9 years ago
  27. 5979fe9 alloc: Add counters for successful algo A/B allocations by Jacob Erlbeck · 9 years ago
  28. 400ec02 alloc: Add 'dynamic' allocation algorithm by Jacob Erlbeck · 9 years ago
  29. 40da3e1 alloc: Remove disabled code fragment for multi-UL allocation by Jacob Erlbeck · 9 years ago
  30. 5a2b8be alloc: Refactor alloc algorithms to only apply changes on success by Jacob Erlbeck · 9 years ago
  31. 2b55885 alloc: Remove redundant first_common_ts handling by Jacob Erlbeck · 9 years ago
  32. 3a10dbd tbf: Put the TFI->TBF mapping into the PDCH objects by Jacob Erlbeck · 9 years ago
  33. e0853cd alloc: Allocate TFI per slot (algorithm A) by Jacob Erlbeck · 9 years ago
  34. 5879c64 tbf: Move TFI selection into alloc_algorithm by Jacob Erlbeck · 9 years ago
  35. 57cf69a alloc: Fix MS_B/MS_C interpretation by Jacob Erlbeck · 9 years ago
  36. dd08ac8 alloc: Do not use masking for multislot class type 2 MS by Jacob Erlbeck · 9 years ago
  37. bae33a7 alloc: Select applicable Tta/Tra by Jacob Erlbeck · 9 years ago
  38. 5e46a20 alloc: Use an enum instead of numbers to select the mask by Jacob Erlbeck · 9 years ago
  39. c135b87 alloc: Merge find_least_busy_pdch and find_least_reserved_pdch by Jacob Erlbeck · 9 years ago
  40. efe62a7 alloc: Use least reserved PDCH for algo A by Jacob Erlbeck · 9 years ago
  41. 1653f83 alloc: Disable inner loop debugging by default by Jacob Erlbeck · 9 years ago
  42. 20b7ba7 alloc: Optimize find_free_usf by Jacob Erlbeck · 9 years ago
  43. 16c6ecc alloc: Skip common TS without free USF when rating by Jacob Erlbeck · 9 years ago
  44. 5f494b8 alloc: Only reserve 1 UL slot with algorithm B by Jacob Erlbeck · 9 years ago
  45. 9ae2823 alloc: Set minimum slot capacity to 1 by Jacob Erlbeck · 9 years ago
  46. ed46afd alloc: Only use common UL slots when calculating the capacity by Jacob Erlbeck · 9 years ago
  47. ea65c72 alloc: Replace Algorithm B implementation by Jacob Erlbeck · 9 years ago
  48. 5cd496d alloc: Base algo A on reserved PDCHs by Jacob Erlbeck · 9 years ago
  49. 83426b2 alloc: Ignore slots with differing TSC if multiple slots are requested by Jacob Erlbeck · 9 years ago
  50. ec47875 alloc: Load balancing for algo A by Jacob Erlbeck · 9 years ago
  51. ccc34e4 tbf: Maintain the number of TBF per PDCH by Jacob Erlbeck · 9 years ago
  52. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  53. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  54. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  55. cd44ec4 gprs_rlcmac_ts_alloc: Be explicit about which TBF is used by Daniel Willmann · 10 years ago
  56. 17a1d5e gprs_rlcmac_pdch: Get rid of ul/dl_tbf by Daniel Willmann · 10 years ago
  57. cf1fae7 tbf: Re-send dl assignment if we can upgrade to multislot by Daniel Willmann · 10 years ago
  58. 9167055 Fixed calculation of colliding UL/DL slots in TS allocation algorithm B by Andreas Eversberg · 10 years ago
  59. 0a94008 alloc_algorithm_b: Remove obsolete 'i' incrementation from for-loop by Andreas Eversberg · 10 years ago
  60. 1cd9d88 alloc_algorithm_b: Add seperate function to shrink rx window when TS are removed by Andreas Eversberg · 10 years ago
  61. fe2dcc8 alloc_algorithm_b: Increment 'i', so allocated TS will not exceed tx_range by Andreas Eversberg · 10 years ago
  62. 765736d alloc_algorithm_b: Do not select uplink slots that cannot be used for downlink by Andreas Eversberg · 10 years ago
  63. 7a16d46 alloc_algorithm_b: Set tx_range to 8, if all 8 TS are supported by MS by Andreas Eversberg · 10 years ago
  64. ccde4c4 alloc_algorithm_b: For type 1 MS, limit number of donwlink TS to 5 by Andreas Eversberg · 10 years ago
  65. b03d427 alloc_algorithm_b: Correctly increment RX/TX window, even if TS is not useable by Andreas Eversberg · 10 years ago
  66. 7319311 alloc: Move the uplink ts selection/pre-assignment out of the code by Holger Hans Peter Freyther · 11 years ago
  67. 1fe6932 alloc: Move the selection of the first enabled pdch to a new method by Holger Hans Peter Freyther · 11 years ago
  68. 3fd2ddf alloc: Move the tx window calculation to a new method by Holger Hans Peter Freyther · 11 years ago
  69. dd4af80 alloc: Move upating of the rx window max for Type==1 to a new method by Holger Hans Peter Freyther · 11 years ago
  70. e45c19b alloc: Move the collision handling to a new method by Holger Hans Peter Freyther · 11 years ago
  71. 882fc9b alloc: Move the selection of downlink slots to a new method by Holger Hans Peter Freyther · 11 years ago
  72. f34f344 alloc: Simplify the assignment of Trb and Ttb by Holger Hans Peter Freyther · 11 years ago
  73. df022f6 alloc: Add a note that the tx window handling differs from rx by Holger Hans Peter Freyther · 11 years ago
  74. 8f399de tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 11 years ago
  75. 34f6e5e tbf: Make tfi private and update the code by Holger Hans Peter Freyther · 11 years ago
  76. ec80f82 tbf: Remove the trx_no field from the tbf, go through the trx object by Holger Hans Peter Freyther · 11 years ago
  77. 6796ed2 alloc: Remove the ts parameter from the internal interface by Holger Hans Peter Freyther · 11 years ago
  78. 34bd8bd bts/tbf: Move the lists into the BTS and do the look-up from the BTS by Holger Hans Peter Freyther · 11 years ago
  79. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  80. 948a3d6 alloc: Move usf into the scope it is actually used by Holger Hans Peter Freyther · 11 years ago
  81. b0a0075 alloc: Factor out the routine to find an enabled PDCH by Holger Hans Peter Freyther · 11 years ago
  82. 11a7489 alloc: Remove the unimplemented/unfinished time constraint code by Holger Hans Peter Freyther · 11 years ago
  83. 8481a05 alloc: Remove code duplication for downlink assignment by Holger Hans Peter Freyther · 11 years ago
  84. 743bafa alloc: Introduce a backpointer from the tbf to the trx and simplify code by Holger Hans Peter Freyther · 11 years ago
  85. 96efa70 alloc: Call it trx_no and not trx as it is not trx object by Holger Hans Peter Freyther · 11 years ago
  86. 02ab4a8 alloc: Move the two timeslot alloc algorithms to a dedicated file by Holger Hans Peter Freyther · 11 years ago