1. 88fb613 alloc/test: Show expectation before failure by Jacob Erlbeck · 9 years ago
  2. 400ec02 alloc: Add 'dynamic' allocation algorithm by Jacob Erlbeck · 9 years ago
  3. 5a2b8be alloc: Refactor alloc algorithms to only apply changes on success by Jacob Erlbeck · 9 years ago
  4. a8c2aaf alloc/test: Add test for interleaved TBF chains by Jacob Erlbeck · 9 years ago
  5. 69c9bfa alloc/test: Put TBF allocation loop into alloc_many_tbfs by Jacob Erlbeck · 9 years ago
  6. 3a10dbd tbf: Put the TFI->TBF mapping into the PDCH objects by Jacob Erlbeck · 9 years ago
  7. e0853cd alloc: Allocate TFI per slot (algorithm A) by Jacob Erlbeck · 9 years ago
  8. 5879c64 tbf: Move TFI selection into alloc_algorithm by Jacob Erlbeck · 9 years ago
  9. 47a57f6 pdch: Manage TFIs per direction by Jacob Erlbeck · 9 years ago
  10. 61205a7 alloc/test: Check for TFI conflicts by Jacob Erlbeck · 9 years ago
  11. 57cf69a alloc: Fix MS_B/MS_C interpretation by Jacob Erlbeck · 9 years ago
  12. dd08ac8 alloc: Do not use masking for multislot class type 2 MS by Jacob Erlbeck · 9 years ago
  13. bae33a7 alloc: Select applicable Tta/Tra by Jacob Erlbeck · 9 years ago
  14. efe62a7 alloc: Use least reserved PDCH for algo A by Jacob Erlbeck · 9 years ago
  15. 14376a7 alloc/test: Delete first TBF after the second is allocated by Jacob Erlbeck · 9 years ago
  16. cc9358f tbf: Keep a set of used TFI and USF per PDCH by Jacob Erlbeck · 9 years ago
  17. 16c6ecc alloc: Skip common TS without free USF when rating by Jacob Erlbeck · 9 years ago
  18. 5f494b8 alloc: Only reserve 1 UL slot with algorithm B by Jacob Erlbeck · 9 years ago
  19. ed46afd alloc: Only use common UL slots when calculating the capacity by Jacob Erlbeck · 9 years ago
  20. ea65c72 alloc: Replace Algorithm B implementation by Jacob Erlbeck · 9 years ago
  21. 0711166 tbf: Remove call to update() in reuse_tbf by Jacob Erlbeck · 9 years ago
  22. 4944c19 tbf: Set ms in call to tbf_alloc_dl_tbf by Jacob Erlbeck · 9 years ago
  23. 5cd496d alloc: Base algo A on reserved PDCHs by Jacob Erlbeck · 9 years ago
  24. ec47875 alloc: Load balancing for algo A by Jacob Erlbeck · 9 years ago
  25. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  26. ccc34e4 tbf: Maintain the number of TBF per PDCH by Jacob Erlbeck · 9 years ago
  27. c6d4cee tbf/test: Add assertions by Jacob Erlbeck · 9 years ago
  28. 9ec49e2 alloc/test: Use LOGL_DEBUG environment variable by Jacob Erlbeck · 9 years ago
  29. fa464bb alloc/test: Enhance test_alloc_a by Jacob Erlbeck · 9 years ago
  30. e565564 alloc/test: Add test for successive allocation by Jacob Erlbeck · 9 years ago
  31. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  32. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  33. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  34. 34cf156 llc/test: Use a portable way to set timeval variables by Jacob Erlbeck · 9 years ago
  35. 9cc783a Revert "llc/test: Explicitly enable extended initialiser lists" by Jacob Erlbeck · 9 years ago
  36. a99d95e llc/test: Explicitly enable extended initialiser lists by Jacob Erlbeck · 9 years ago
  37. b671dbf llc: Move storage of timestamps into gprs_llc_queue by Jacob Erlbeck · 9 years ago
  38. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  39. 07eb655 llc: Keep track of the number of stored LLC octets by Jacob Erlbeck · 9 years ago
  40. 626369c llc/test: Add test program for LLC related tests by Jacob Erlbeck · 9 years ago
  41. 409efa1 tbf: Fix downlink packet loss by Jacob Erlbeck · 9 years ago
  42. 4116864 tbf/test: Add test for DL LLC packet loss by Jacob Erlbeck · 9 years ago
  43. e1d2b35 tbf: Include CS into create_new_bsn log message by Jacob Erlbeck · 9 years ago
  44. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  45. b4584ff build: Add -lrt to AM_LDFLAGS by Jacob Erlbeck · 9 years ago
  46. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  47. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  48. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  49. d9e1024 ms: Add timer by Jacob Erlbeck · 9 years ago
  50. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  51. ddfc0d5 tbf/test: Add tests for single and two phase access by Jacob Erlbeck · 9 years ago
  52. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  53. 1c68aba tbf/test: Attach TLLI and MS objects to TBFs by Jacob Erlbeck · 9 years ago
  54. 7b9f825 ms: Use the IMSI to retrieve the MS object by Jacob Erlbeck · 9 years ago
  55. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  56. 9a2845d tbf/test: Fix IMSI creation by Jacob Erlbeck · 9 years ago
  57. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  58. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  59. b75e231 llist: Reduce the external dependencies of this test by Holger Hans Peter Freyther · 9 years ago
  60. 4f45979 tbf: Just pass the MS object in reuse_tbf by Jacob Erlbeck · 9 years ago
  61. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  62. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  63. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  64. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  65. dfef28d llist: Add a C++ wrapper for linux_list by Jacob Erlbeck · 9 years ago
  66. 67c3850 tbf/test: Optionally show talloc report by Jacob Erlbeck · 9 years ago
  67. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  68. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago
  69. 801d6fe tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbf by Jacob Erlbeck · 9 years ago
  70. 0494c75 pcu_emu/test: Initialise current_test by Jacob Erlbeck · 9 years ago
  71. 1f33294 pcu: Fix non-critical warnings by Jacob Erlbeck · 9 years ago
  72. 90de3a7 tbf: Send BSSGP LLC discarded on TBI exhaustion by Jacob Erlbeck · 9 years ago
  73. d58b711 tbf/test: Add test for DL TBF exhaustion by Jacob Erlbeck · 9 years ago
  74. 502bd1f tbf: Poll MS on idle DL TBFs by Jacob Erlbeck · 9 years ago
  75. 2cbe80b tbf/test: Add test for delayed release by Jacob Erlbeck · 9 years ago
  76. c495209 tbf: Use put_frame in append_data if the TBF has no data by Jacob Erlbeck · 9 years ago
  77. 2493c66 tbf/test: Fix fn/block_nr in test_tbf_final_ack by Jacob Erlbeck · 9 years ago
  78. a3e4509 tbf/test: Put BTS setup and DL TBF creation into helper functions by Jacob Erlbeck · 9 years ago
  79. 1842c92 tbf: Reduce m_new_tbf logging messages by Jacob Erlbeck · 9 years ago
  80. adcdf15 tbf: Add name() method and put the buf into the tbf by Jacob Erlbeck · 9 years ago
  81. 08fe76a tbf: Fix dangling m_new_tbf pointer by Jacob Erlbeck · 9 years ago
  82. 5e9f40d tbf/test: Modify test to create a dangling TBF pointer by Jacob Erlbeck · 9 years ago
  83. 18fef10 tests: Fix library link order by Jacob Erlbeck · 9 years ago
  84. 07e3930 tests/tbf: Commit TbfTest.err *with* whitespace "errors" by Daniel Willmann · 10 years ago
  85. 0f58af6 tests/tbf: Use correct function to enqueue llc data by Daniel Willmann · 10 years ago
  86. 510d7d3 tests/tbf: Test for final ack issue by Daniel Willmann · 10 years ago
  87. 08e57c8 tbf: Include TBF state in tbf_name output by Daniel Willmann · 10 years ago
  88. 341689d TbfTest: Make logging more verbose by Daniel Willmann · 10 years ago
  89. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  90. 351a573 tests/alloc: Use the specific UL/DL TBF classes instead of the base by Daniel Willmann · 10 years ago
  91. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  92. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  93. d54d9f5 rlc: Use an enum for the state array instead of chars by Daniel Willmann · 11 years ago
  94. 146514e rlc/tbf: Move v_b into DL window by Daniel Willmann · 11 years ago
  95. 5584479 rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_n by Daniel Willmann · 11 years ago
  96. 7c3751b rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests by Daniel Willmann · 11 years ago
  97. c2fab7a alloc: Update the test result now that everything is back to working again by Holger Hans Peter Freyther · 10 years ago
  98. 2bf3446 misc: Allow to cross-execute the tests using qemu by Holger Hans Peter Freyther · 10 years ago
  99. f3eec04 alloc/test: Add a crazy test that tests each possible combination by Holger Hans Peter Freyther · 11 years ago
  100. c7b998c alloc/test: Go through all possible ms_classes for the allocation by Holger Hans Peter Freyther · 11 years ago