1. cc9358f tbf: Keep a set of used TFI and USF per PDCH by Jacob Erlbeck · 9 years ago
  2. 16c6ecc alloc: Skip common TS without free USF when rating by Jacob Erlbeck · 9 years ago
  3. 5f494b8 alloc: Only reserve 1 UL slot with algorithm B by Jacob Erlbeck · 9 years ago
  4. 9ae2823 alloc: Set minimum slot capacity to 1 by Jacob Erlbeck · 9 years ago
  5. ed46afd alloc: Only use common UL slots when calculating the capacity by Jacob Erlbeck · 9 years ago
  6. ea65c72 alloc: Replace Algorithm B implementation by Jacob Erlbeck · 9 years ago
  7. c91c18e tbf: Add Poll Timeout counters by Jacob Erlbeck · 9 years ago
  8. e0c734d Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf" by Jacob Erlbeck · 9 years ago
  9. 0711166 tbf: Remove call to update() in reuse_tbf by Jacob Erlbeck · 9 years ago
  10. 4944c19 tbf: Set ms in call to tbf_alloc_dl_tbf by Jacob Erlbeck · 9 years ago
  11. 5cd496d alloc: Base algo A on reserved PDCHs by Jacob Erlbeck · 9 years ago
  12. 83426b2 alloc: Ignore slots with differing TSC if multiple slots are requested by Jacob Erlbeck · 9 years ago
  13. 617c712 ms: Get the set of slots currently active by Jacob Erlbeck · 9 years ago
  14. 23f93a1 ms: Add support for slot reservation by Jacob Erlbeck · 9 years ago
  15. ec47875 alloc: Load balancing for algo A by Jacob Erlbeck · 9 years ago
  16. 9380f5d tbf: Add GprsMs* argument to update() and use it in reuse_tbf by Jacob Erlbeck · 9 years ago
  17. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  18. 699b8dc ms: Add first_common_ts method to GprsMs by Jacob Erlbeck · 9 years ago
  19. ccc34e4 tbf: Maintain the number of TBF per PDCH by Jacob Erlbeck · 9 years ago
  20. c6d4cee tbf/test: Add assertions by Jacob Erlbeck · 9 years ago
  21. 9ec49e2 alloc/test: Use LOGL_DEBUG environment variable by Jacob Erlbeck · 9 years ago
  22. fa464bb alloc/test: Enhance test_alloc_a by Jacob Erlbeck · 9 years ago
  23. e565564 alloc/test: Add test for successive allocation by Jacob Erlbeck · 9 years ago
  24. cb1b494 tbf: Add BTS::ms_alloc method by Jacob Erlbeck · 9 years ago
  25. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  26. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  27. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  28. f137934 vty: Fix documentation for 'no cs downgrade-threshold' by Jacob Erlbeck · 9 years ago
  29. 34cf156 llc/test: Use a portable way to set timeval variables by Jacob Erlbeck · 9 years ago
  30. 9cc783a Revert "llc/test: Explicitly enable extended initialiser lists" by Jacob Erlbeck · 9 years ago
  31. a99d95e llc/test: Explicitly enable extended initialiser lists by Jacob Erlbeck · 9 years ago
  32. e500e2e llc: Add missing include directive for struct timeval by Jacob Erlbeck · 9 years ago
  33. b671dbf llc: Move storage of timestamps into gprs_llc_queue by Jacob Erlbeck · 9 years ago
  34. 1e50a3d llc: Make timeval arguments const by Jacob Erlbeck · 9 years ago
  35. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  36. 07eb655 llc: Keep track of the number of stored LLC octets by Jacob Erlbeck · 9 years ago
  37. 1eae96c llc: Add missing include directive to llc.h by Jacob Erlbeck · 9 years ago
  38. 626369c llc/test: Add test program for LLC related tests by Jacob Erlbeck · 9 years ago
  39. 409efa1 tbf: Fix downlink packet loss by Jacob Erlbeck · 9 years ago
  40. 4116864 tbf/test: Add test for DL LLC packet loss by Jacob Erlbeck · 9 years ago
  41. 04a1086 ms: Store the NACK rate in the MS object by Jacob Erlbeck · 9 years ago
  42. e1d2b35 tbf: Include CS into create_new_bsn log message by Jacob Erlbeck · 9 years ago
  43. da1a79e l1: Add debug log messages for I_LEVEL by Jacob Erlbeck · 9 years ago
  44. 51b1151 l1: Store measurement values sent by the MS by Jacob Erlbeck · 9 years ago
  45. 94cde13 ms: Add UL CS selection based on L1 link quality by Jacob Erlbeck · 9 years ago
  46. e4bcb62 ms: Store the L1 measurement values in the MS objects by Jacob Erlbeck · 9 years ago
  47. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  48. b4584ff build: Add -lrt to AM_LDFLAGS by Jacob Erlbeck · 9 years ago
  49. 0808f68 ms: Fix timer start condition (Coverity) by Jacob Erlbeck · 9 years ago
  50. 25db7c6 ms: Add missing initialiser for m_delay (Coverity) by Jacob Erlbeck · 9 years ago
  51. 7bf9f49 tbf: Check for NULL in name() (Coverity) by Jacob Erlbeck · 9 years ago
  52. 0ae4313 bssgp: Calculate the avg_delay_ms in 32bit only (Coverity) by Jacob Erlbeck · 9 years ago
  53. d0aee85 llc: Fix LLC UI frame detection (Coverity) by Jacob Erlbeck · 9 years ago
  54. 09fdf66 bssgp: Handle btcx == NULL in gprs_bssgp_pcu_rx_sign (Coverity) by Jacob Erlbeck · 9 years ago
  55. 37e896d vty: Add command to show detailed MS info by Jacob Erlbeck · 9 years ago
  56. b33e675 ms: Add support for maximum CS values by Jacob Erlbeck · 9 years ago
  57. 8158ea7 ms: Add blocking period for CS upgrade by Jacob Erlbeck · 9 years ago
  58. 144a1d0 tbf: Ignore lost+recv == 1 by Jacob Erlbeck · 9 years ago
  59. 8322d08 tbf: Add adaptive coding scheme configuration by Jacob Erlbeck · 9 years ago
  60. a17fccb tbf: Add debugging output to analyse_errors() by Jacob Erlbeck · 9 years ago
  61. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  62. f47f68a vty: Add 'show ms all' command by Jacob Erlbeck · 9 years ago
  63. 62e96a3 vty: Add a file for C++ functions by Jacob Erlbeck · 9 years ago
  64. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  65. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  66. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  67. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  68. 10ed795 tbf: Make the ms() getter method const by Jacob Erlbeck · 9 years ago
  69. 1d0a52a llc: Add missing declarations to llc.h by Jacob Erlbeck · 9 years ago
  70. 6dbe822 llc: Separate LLC queue handling from gprs_llc by Jacob Erlbeck · 9 years ago
  71. b3f713b l1: Fix warning by logging acc_delay by Jacob Erlbeck · 9 years ago
  72. 3c91cb8 pcu: Set ms_idle_sec to 60s by Jacob Erlbeck · 9 years ago
  73. a098c19 tbf: Set MS timeout by Jacob Erlbeck · 9 years ago
  74. d9e1024 ms: Add timer by Jacob Erlbeck · 9 years ago
  75. 1db67e0 tbf: Remove TimingAdvance storage by Jacob Erlbeck · 9 years ago
  76. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  77. ddfc0d5 tbf/test: Add tests for single and two phase access by Jacob Erlbeck · 9 years ago
  78. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  79. 1c68aba tbf/test: Attach TLLI and MS objects to TBFs by Jacob Erlbeck · 9 years ago
  80. 71e5511 tbf: Remove IMSI handling from trigger_dl_ass by Jacob Erlbeck · 9 years ago
  81. 7b9f825 ms: Use the IMSI to retrieve the MS object by Jacob Erlbeck · 9 years ago
  82. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  83. 9a2845d tbf/test: Fix IMSI creation by Jacob Erlbeck · 9 years ago
  84. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  85. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  86. d1cb41b write_queue: Check the result of osmo_wqueue_enqueue and free by Holger Hans Peter Freyther · 9 years ago
  87. 5752285 misc: Update the email address to point to the current ML by Holger Hans Peter Freyther · 9 years ago
  88. b75e231 llist: Reduce the external dependencies of this test by Holger Hans Peter Freyther · 9 years ago
  89. 4f45979 tbf: Just pass the MS object in reuse_tbf by Jacob Erlbeck · 9 years ago
  90. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  91. 8759735 tbf: Get the TLLI from the MS object by Jacob Erlbeck · 9 years ago
  92. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  93. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  94. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  95. dfef28d llist: Add a C++ wrapper for linux_list by Jacob Erlbeck · 9 years ago
  96. 67c3850 tbf/test: Optionally show talloc report by Jacob Erlbeck · 9 years ago
  97. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  98. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago
  99. 6eeb7c7 bssgp: Increment BSSGP flow control tag value by Jacob Erlbeck · 9 years ago
  100. 6e4ccec bssgp: Compute and transmit queue delay by Jacob Erlbeck · 9 years ago