1. 42f2d61 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  2. bdc55fa implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  3. d000d80 Simplify TS alloc: use defines for constants by Max · 7 years ago
  4. 92b7a50 Simplify TS alloc: fix allocation calls by Max · 6 years ago
  5. e9fe0e3 Simplify TS alloc: adjust allocator signatures by Max · 7 years ago
  6. 01bd0cc Add multislot classes from latest spec by Max · 6 years ago
  7. 9f46071 AllocTest: remove assumption on max MS class by Max · 6 years ago
  8. c59ef12 AllocTest: expand test output by Max · 7 years ago
  9. 2ecf0fd AllocTest: adjust test_alloc_b() by Max · 7 years ago
  10. 5b0df1f TS alloc: properly count UL slots by Max · 7 years ago
  11. 78ce591 main, tests: use msgb_talloc_ctx_init() (new) by Neels Hofmeyr · 7 years ago
  12. d34646a Fix dozens of compiler warnings across the board by Neels Hofmeyr · 7 years ago
  13. e26ee01 DL TS allocation: add test case to show TS allocation bug for 2nd DL TBF by Aravind Sirsikar · 8 years ago
  14. f3f1bde alloc: Fix UBSAN for accessing the array at -16 by Holger Hans Peter Freyther · 8 years ago
  15. ed2dbf6 tbf: Use LListHead instead of llist_pods by Jacob Erlbeck · 8 years ago
  16. 86b6f05 edge: Support EGPRS multislot class handling in tbf_alloc by Jacob Erlbeck · 9 years ago
  17. 77da355 alloc: Make alloc_algorithm_dynamic stateful by Jacob Erlbeck · 9 years ago
  18. 7b3675b alloc/test: Fix trx_no assertion by Jacob Erlbeck · 9 years ago
  19. 0f352a6 alloc/test: Free the TBF if the recursion has failed by Jacob Erlbeck · 9 years ago
  20. bf90422 alloc/test: Use lower case for slots with TFI shortage by Jacob Erlbeck · 9 years ago
  21. 88fb613 alloc/test: Show expectation before failure by Jacob Erlbeck · 9 years ago
  22. 400ec02 alloc: Add 'dynamic' allocation algorithm by Jacob Erlbeck · 9 years ago
  23. a8c2aaf alloc/test: Add test for interleaved TBF chains by Jacob Erlbeck · 9 years ago
  24. 69c9bfa alloc/test: Put TBF allocation loop into alloc_many_tbfs by Jacob Erlbeck · 9 years ago
  25. 3a10dbd tbf: Put the TFI->TBF mapping into the PDCH objects by Jacob Erlbeck · 9 years ago
  26. e0853cd alloc: Allocate TFI per slot (algorithm A) by Jacob Erlbeck · 9 years ago
  27. 5879c64 tbf: Move TFI selection into alloc_algorithm by Jacob Erlbeck · 9 years ago
  28. 47a57f6 pdch: Manage TFIs per direction by Jacob Erlbeck · 9 years ago
  29. 61205a7 alloc/test: Check for TFI conflicts by Jacob Erlbeck · 9 years ago
  30. efe62a7 alloc: Use least reserved PDCH for algo A by Jacob Erlbeck · 9 years ago
  31. 14376a7 alloc/test: Delete first TBF after the second is allocated by Jacob Erlbeck · 9 years ago
  32. 16c6ecc alloc: Skip common TS without free USF when rating by Jacob Erlbeck · 9 years ago
  33. 5f494b8 alloc: Only reserve 1 UL slot with algorithm B by Jacob Erlbeck · 9 years ago
  34. ed46afd alloc: Only use common UL slots when calculating the capacity by Jacob Erlbeck · 9 years ago
  35. ea65c72 alloc: Replace Algorithm B implementation by Jacob Erlbeck · 9 years ago
  36. ec47875 alloc: Load balancing for algo A by Jacob Erlbeck · 9 years ago
  37. 9ec49e2 alloc/test: Use LOGL_DEBUG environment variable by Jacob Erlbeck · 9 years ago
  38. fa464bb alloc/test: Enhance test_alloc_a by Jacob Erlbeck · 9 years ago
  39. e565564 alloc/test: Add test for successive allocation by Jacob Erlbeck · 9 years ago
  40. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  41. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  42. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  43. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  44. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  45. 1f33294 pcu: Fix non-critical warnings by Jacob Erlbeck · 9 years ago
  46. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  47. 351a573 tests/alloc: Use the specific UL/DL TBF classes instead of the base by Daniel Willmann · 10 years ago
  48. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  49. f3eec04 alloc/test: Add a crazy test that tests each possible combination by Holger Hans Peter Freyther · 10 years ago
  50. c7b998c alloc/test: Go through all possible ms_classes for the allocation by Holger Hans Peter Freyther · 10 years ago
  51. 4af3053 alloc/tests: Create an allocation test for various scenarious by Holger Hans Peter Freyther · 10 years ago
  52. 70ddde6 tbf/bts: Move the tfi_find_free into the bts by Holger Hans Peter Freyther · 11 years ago
  53. 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
  54. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  55. b6acfda bts: Introduce a singleton for the BTS and use it in the code by Holger Hans Peter Freyther · 11 years ago
  56. bfdd5f2 alloc: Add very basic test case for the alloc_a algorithm by Holger Hans Peter Freyther · 11 years ago