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