1. c3c5804 edge: Get EGPRS multislot class by Jacob Erlbeck · 9 years ago
  2. eb93f59 pcu: Enable dl-tbf-idle-time and idle-ack-delay by default by Jacob Erlbeck · 9 years ago
  3. f5898a0 stat: Add global stat group by Jacob Erlbeck · 9 years ago
  4. edfd7e3 encoder: Whitespace fixes by Jacob Erlbeck · 9 years ago
  5. 42aba81 stats: Enable stats subsystem by Jacob Erlbeck · 9 years ago
  6. 08e5d60 remove obsolete OpenBTS PCU interface support by Harald Welte · 9 years ago
  7. 19d1e92 osmobts_sock.cpp: Add missing space in log statement. by Harald Welte · 9 years ago
  8. 2184827 print/log OpenBTS / OsmoBTS variant in PCU startup by Harald Welte · 9 years ago
  9. d32cbbb rename sysmo_sock.cpp to osmobts_sock.cpp by Harald Welte · 9 years ago
  10. 8df447d stats: Include the header file for the new class identifier by Holger Hans Peter Freyther · 9 years ago
  11. b8a5426 stats: Attempt to compile fix the new rate_ctr by Holger Hans Peter Freyther · 9 years ago
  12. 2db0f08 bssgp: Use measured leak rate for flow control by Jacob Erlbeck · 9 years ago
  13. 7c8d39a poll: Count failed procedures by Jacob Erlbeck · 9 years ago
  14. c8cbfc2 bts: Start a DL TBF if needed after establishment of an UL TBF by Jacob Erlbeck · 9 years ago
  15. ae0a799 bts: Release DL TBF instead of killing in rcv_resource_request by Jacob Erlbeck · 9 years ago
  16. 91ff7d1 tbf: Refactor reuse_tbf into releasing and DL TBF establishment by Jacob Erlbeck · 9 years ago
  17. 9659d59 tbf: Keep the old MS object alive in extract_tlli by Jacob Erlbeck · 9 years ago
  18. cf6ae9d Revert "tbf: Do not kill DL TBF on Packet Resource Request" by Jacob Erlbeck · 9 years ago
  19. af75ce8 l1: Use the FN of all data_ind/ra_ind DSP messages by Jacob Erlbeck · 9 years ago
  20. be4a08b poll: Count unexpected block FN values by Jacob Erlbeck · 9 years ago
  21. 60f7703 poll: Use the data_ind FN as time source for current frame by Jacob Erlbeck · 9 years ago
  22. e77d49f poll: Set the max_delay to 60 frames by Jacob Erlbeck · 9 years ago
  23. ac49d09 poll: Add a max_delay parameter to PollController::expireTimedout by Jacob Erlbeck · 9 years ago
  24. 16d29c7 tbf: Add logging for polling by Jacob Erlbeck · 9 years ago
  25. b6b3c7e tbf: Use explicit initialisations in constructor (Coverity) by Jacob Erlbeck · 9 years ago
  26. 1c95bd3 openbts: Remove unused declaration of fl1h in udp_read_cb by Jacob Erlbeck · 9 years ago
  27. 159d4de ms/vty: Show LLC queue octets and packets in both views by Jacob Erlbeck · 9 years ago
  28. c62216b ms/vty: Show old TBFs by Jacob Erlbeck · 9 years ago
  29. 6835cea ms: Store references to replaced TBFs in the MS object by Jacob Erlbeck · 9 years ago
  30. 6e013a1 bssgp: Only call bssgp_tx_llc_discarded if the bctx exists by Jacob Erlbeck · 9 years ago
  31. af387e2 llist: Add missing const qualifier in llist cast method by Jacob Erlbeck · 9 years ago
  32. 444bc82 tbf: Use C++/talloc magic to support TBF constructors/destructors by Jacob Erlbeck · 9 years ago
  33. e0b21f4 tbf: Move pending LLC frames when merging MS objects by Jacob Erlbeck · 9 years ago
  34. 257b630 llc: Add move_and_merge method to llc_queue by Jacob Erlbeck · 9 years ago
  35. e91bd3b tbf: Do not kill DL TBF on Packet Resource Request by Jacob Erlbeck · 9 years ago
  36. 076f5c7 tbf/test: Fix existing tests by Jacob Erlbeck · 9 years ago
  37. 537b149 tbf: Fix typos in log messages concerning UL/DL by Jacob Erlbeck · 9 years ago
  38. 2b349b5 ms: Move MS information merging to GprsMS by Jacob Erlbeck · 9 years ago
  39. ebebad1 ns: Reconnect NSVC after timeout by Jacob Erlbeck · 9 years ago
  40. 56af6d5 ns: Add logging support by Jacob Erlbeck · 9 years ago
  41. f76fede vty: Change API to have node installation be done by int by Jacob Erlbeck · 9 years ago
  42. fea17f8 ms: Do not retrieve MS with IMSI 000 from the storage by Jacob Erlbeck · 9 years ago
  43. af9a39d tbf: Use update_ms instead of confirm_tlli in handle() by Jacob Erlbeck · 9 years ago
  44. 28c40b1 tbf: Clean old MS objects if they have the same TLLI by Jacob Erlbeck · 9 years ago
  45. 1c3b899 ms: Set default CoDel interval to 4s by Jacob Erlbeck · 9 years ago
  46. ac28905 tbf: Handle TLLI change on DL by Jacob Erlbeck · 9 years ago
  47. 04e72d3 tbf: Always start T3193 when changing state to GPRS_RLCMAC_WAIT_RELEASE by Jacob Erlbeck · 9 years ago
  48. 6eed191 bssgp: Fix leak rate computation CS value by Jacob Erlbeck · 9 years ago
  49. b31f5ef pcu: Enable LLC CoDel by default by Jacob Erlbeck · 9 years ago
  50. d4ad731 llc: Use CoDel to drop packages from the LLC queue by Jacob Erlbeck · 9 years ago
  51. 4f666bc llc: Add CoDel AQM implementation by Jacob Erlbeck · 9 years ago
  52. 7f79f0d bssgp: Adapt flowcontrol MS default to current alloc algorithm by Jacob Erlbeck · 9 years ago
  53. 77da355 alloc: Make alloc_algorithm_dynamic stateful by Jacob Erlbeck · 9 years ago
  54. 7af53e6 alloc: Use a separate usage computation for algo A by Jacob Erlbeck · 9 years ago
  55. e21b79c alloc: Change tx_window optimization strategy by Jacob Erlbeck · 9 years ago
  56. f16a069 pcu: Use alloc_algorithm_dynamic by default by Jacob Erlbeck · 9 years ago
  57. 5979fe9 alloc: Add counters for successful algo A/B allocations by Jacob Erlbeck · 9 years ago
  58. 400ec02 alloc: Add 'dynamic' allocation algorithm by Jacob Erlbeck · 9 years ago
  59. 40da3e1 alloc: Remove disabled code fragment for multi-UL allocation by Jacob Erlbeck · 9 years ago
  60. 5a2b8be alloc: Refactor alloc algorithms to only apply changes on success by Jacob Erlbeck · 9 years ago
  61. 2b55885 alloc: Remove redundant first_common_ts handling by Jacob Erlbeck · 9 years ago
  62. b2439bb ms: Add is_idle() method to GprsMs::Guard by Jacob Erlbeck · 9 years ago
  63. 3a10dbd tbf: Put the TFI->TBF mapping into the PDCH objects by Jacob Erlbeck · 9 years ago
  64. e0853cd alloc: Allocate TFI per slot (algorithm A) by Jacob Erlbeck · 9 years ago
  65. 5879c64 tbf: Move TFI selection into alloc_algorithm by Jacob Erlbeck · 9 years ago
  66. 47a57f6 pdch: Manage TFIs per direction by Jacob Erlbeck · 9 years ago
  67. 57cf69a alloc: Fix MS_B/MS_C interpretation by Jacob Erlbeck · 9 years ago
  68. dd08ac8 alloc: Do not use masking for multislot class type 2 MS by Jacob Erlbeck · 9 years ago
  69. bae33a7 alloc: Select applicable Tta/Tra by Jacob Erlbeck · 9 years ago
  70. 5e46a20 alloc: Use an enum instead of numbers to select the mask by Jacob Erlbeck · 9 years ago
  71. c135b87 alloc: Merge find_least_busy_pdch and find_least_reserved_pdch by Jacob Erlbeck · 9 years ago
  72. 1139ec1 sba: Fix loop exit in SBAController::alloc (Coverity) by Jacob Erlbeck · 9 years ago
  73. 3db617f llc: Fix comparison warning by Jacob Erlbeck · 9 years ago
  74. efe62a7 alloc: Use least reserved PDCH for algo A by Jacob Erlbeck · 9 years ago
  75. 506f156 sba: Reverse TS search order by Jacob Erlbeck · 9 years ago
  76. 1653f83 alloc: Disable inner loop debugging by default by Jacob Erlbeck · 9 years ago
  77. 20b7ba7 alloc: Optimize find_free_usf by Jacob Erlbeck · 9 years ago
  78. cc9358f tbf: Keep a set of used TFI and USF per PDCH by Jacob Erlbeck · 9 years ago
  79. 16c6ecc alloc: Skip common TS without free USF when rating by Jacob Erlbeck · 9 years ago
  80. 5f494b8 alloc: Only reserve 1 UL slot with algorithm B by Jacob Erlbeck · 9 years ago
  81. 9ae2823 alloc: Set minimum slot capacity to 1 by Jacob Erlbeck · 9 years ago
  82. ed46afd alloc: Only use common UL slots when calculating the capacity by Jacob Erlbeck · 9 years ago
  83. ea65c72 alloc: Replace Algorithm B implementation by Jacob Erlbeck · 9 years ago
  84. c91c18e tbf: Add Poll Timeout counters by Jacob Erlbeck · 9 years ago
  85. e0c734d Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf" by Jacob Erlbeck · 9 years ago
  86. 0711166 tbf: Remove call to update() in reuse_tbf by Jacob Erlbeck · 9 years ago
  87. 4944c19 tbf: Set ms in call to tbf_alloc_dl_tbf by Jacob Erlbeck · 9 years ago
  88. 5cd496d alloc: Base algo A on reserved PDCHs by Jacob Erlbeck · 9 years ago
  89. 83426b2 alloc: Ignore slots with differing TSC if multiple slots are requested by Jacob Erlbeck · 9 years ago
  90. 617c712 ms: Get the set of slots currently active by Jacob Erlbeck · 9 years ago
  91. 23f93a1 ms: Add support for slot reservation by Jacob Erlbeck · 9 years ago
  92. ec47875 alloc: Load balancing for algo A by Jacob Erlbeck · 9 years ago
  93. 9380f5d tbf: Add GprsMs* argument to update() and use it in reuse_tbf by Jacob Erlbeck · 9 years ago
  94. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  95. 699b8dc ms: Add first_common_ts method to GprsMs by Jacob Erlbeck · 9 years ago
  96. ccc34e4 tbf: Maintain the number of TBF per PDCH by Jacob Erlbeck · 9 years ago
  97. cb1b494 tbf: Add BTS::ms_alloc method by Jacob Erlbeck · 9 years ago
  98. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  99. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  100. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago