1. 91ff7d1 tbf: Refactor reuse_tbf into releasing and DL TBF establishment by Jacob Erlbeck · 9 years ago
  2. 9659d59 tbf: Keep the old MS object alive in extract_tlli by Jacob Erlbeck · 9 years ago
  3. cf6ae9d Revert "tbf: Do not kill DL TBF on Packet Resource Request" by Jacob Erlbeck · 9 years ago
  4. 16d29c7 tbf: Add logging for polling by Jacob Erlbeck · 9 years ago
  5. b6b3c7e tbf: Use explicit initialisations in constructor (Coverity) by Jacob Erlbeck · 9 years ago
  6. 6835cea ms: Store references to replaced TBFs in the MS object by Jacob Erlbeck · 9 years ago
  7. 444bc82 tbf: Use C++/talloc magic to support TBF constructors/destructors by Jacob Erlbeck · 9 years ago
  8. e91bd3b tbf: Do not kill DL TBF on Packet Resource Request by Jacob Erlbeck · 9 years ago
  9. 537b149 tbf: Fix typos in log messages concerning UL/DL by Jacob Erlbeck · 9 years ago
  10. 2b349b5 ms: Move MS information merging to GprsMS by Jacob Erlbeck · 9 years ago
  11. 28c40b1 tbf: Clean old MS objects if they have the same TLLI by Jacob Erlbeck · 9 years ago
  12. 3a10dbd tbf: Put the TFI->TBF mapping into the PDCH objects by Jacob Erlbeck · 9 years ago
  13. 5879c64 tbf: Move TFI selection into alloc_algorithm by Jacob Erlbeck · 9 years ago
  14. c91c18e tbf: Add Poll Timeout counters by Jacob Erlbeck · 9 years ago
  15. e0c734d Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf" by Jacob Erlbeck · 9 years ago
  16. 617c712 ms: Get the set of slots currently active by Jacob Erlbeck · 9 years ago
  17. 9380f5d tbf: Add GprsMs* argument to update() and use it in reuse_tbf by Jacob Erlbeck · 9 years ago
  18. ccc34e4 tbf: Maintain the number of TBF per PDCH by Jacob Erlbeck · 9 years ago
  19. cb1b494 tbf: Add BTS::ms_alloc method by Jacob Erlbeck · 9 years ago
  20. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  21. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  22. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  23. 7bf9f49 tbf: Check for NULL in name() (Coverity) by Jacob Erlbeck · 9 years ago
  24. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  25. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  26. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  27. 6dbe822 llc: Separate LLC queue handling from gprs_llc by Jacob Erlbeck · 9 years ago
  28. a098c19 tbf: Set MS timeout by Jacob Erlbeck · 9 years ago
  29. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  30. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  31. 71e5511 tbf: Remove IMSI handling from trigger_dl_ass by Jacob Erlbeck · 9 years ago
  32. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  33. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  34. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  35. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  36. 8759735 tbf: Get the TLLI from the MS object by Jacob Erlbeck · 9 years ago
  37. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  38. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  39. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  40. c0c580c vty: Fix warnings about undeclared functions by Jacob Erlbeck · 9 years ago
  41. d0261b7 tbf: Force ACK after the last DL LCC frame has been received by Jacob Erlbeck · 9 years ago
  42. 3bed5d1 tbf: Implement delayed release of a downlink TBF by Jacob Erlbeck · 9 years ago
  43. 005ee7f tbf: Add frames_since_last_poll method by Jacob Erlbeck · 9 years ago
  44. 1842c92 tbf: Reduce m_new_tbf logging messages by Jacob Erlbeck · 9 years ago
  45. adcdf15 tbf: Add name() method and put the buf into the tbf by Jacob Erlbeck · 9 years ago
  46. 08fe76a tbf: Fix dangling m_new_tbf pointer by Jacob Erlbeck · 9 years ago
  47. f5c9747 tbf: Fix dereference before null check by Holger Hans Peter Freyther · 10 years ago
  48. e481815 tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbf by Daniel Willmann · 10 years ago
  49. 08e57c8 tbf: Include TBF state in tbf_name output by Daniel Willmann · 10 years ago
  50. ca102af tbf: Split out UL/DL TBF methods into separate files by Daniel Willmann · 10 years ago
  51. eb10024 tbf, bts: Use tbf set_state method instead of tbf_new_state function by Daniel Willmann · 10 years ago
  52. 418a423 tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBF by Daniel Willmann · 10 years ago
  53. cf706b0 tbf: Make llc_dequeue a method of DL TBF by Daniel Willmann · 10 years ago
  54. e2732e2 tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBF by Daniel Willmann · 10 years ago
  55. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  56. 350f64d tbf: Move UL TBF methods from base class into UL TBF by Daniel Willmann · 10 years ago
  57. b2886f1 tbf: Split UL and DL TBFs up in create_dl_ass() by Daniel Willmann · 10 years ago
  58. 6a16e0c tbf: Use DL/UL TBFs in poll_timeout codepaths that deal only with one type by Daniel Willmann · 10 years ago
  59. 3016888 tbf, gprs_bssgp_pcu: Move some methods to DL TBF by Daniel Willmann · 10 years ago
  60. 532a4b5 bts: Change parameter in BTS::trigger_dl_ass() to DL TBF by Daniel Willmann · 10 years ago
  61. b8f2601 tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBF by Daniel Willmann · 10 years ago
  62. 6c813fc bts, tbf: Make rcvd_dl_ack a method of the DL TBF by Daniel Willmann · 10 years ago
  63. 538ac5b tbf: Make append_data a function of DL TBFs by Daniel Willmann · 10 years ago
  64. 2354402 tbf: Make tbf_lookup_dl() return and handle() use a dl_tbf by Daniel Willmann · 10 years ago
  65. 1b3864f tbf: Use plain old data structure (PODS) for llist management by Daniel Willmann · 10 years ago
  66. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  67. 0d12a2f bts, tbf: Change the TBF return type of functions to the ul/dl version by Daniel Willmann · 10 years ago
  68. 078bb71 tbf: Add ul and dl TBF types and allocate them in tbf_alloc() by Daniel Willmann · 10 years ago
  69. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  70. 17a1d5e gprs_rlcmac_pdch: Get rid of ul/dl_tbf by Daniel Willmann · 10 years ago
  71. cf1fae7 tbf: Re-send dl assignment if we can upgrade to multislot by Daniel Willmann · 10 years ago
  72. 73191a4 tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignment by Daniel Willmann · 10 years ago
  73. fc03bbe tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ack by Daniel Willmann · 10 years ago
  74. e5109ba tbf: Change the log area to RLCMACDL so we see it in a DL trace by Holger Hans Peter Freyther · 10 years ago
  75. 3d0cc2f tbf: Make finding use-after-free more easy and set to NULL or return by Holger Hans Peter Freyther · 10 years ago
  76. a004799 tbf: Use past-tense and call it created_ts by Holger Hans Peter Freyther · 10 years ago
  77. 80367aa tbf: Save a timestamp at tbf allocation and print it in the VTY by Daniel Willmann · 10 years ago
  78. 772415f pcu_vty: Add a command to print info about all TBFs by Daniel Willmann · 10 years ago
  79. afa72f5 tbf: Add a function to output tbf info to VTY by Daniel Willmann · 10 years ago
  80. 3ce011f rlc: Rename state() to show_state() to better reflect its function by Daniel Willmann · 10 years ago
  81. 146514e rlc/tbf: Move v_b into DL window by Daniel Willmann · 11 years ago
  82. 5584479 rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_n by Daniel Willmann · 11 years ago
  83. 7c3751b rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests by Daniel Willmann · 11 years ago
  84. 4af3053 alloc/tests: Create an allocation test for various scenarious by Holger Hans Peter Freyther · 11 years ago
  85. 8f399de tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 11 years ago
  86. ba26368 tbf: Fix typo and call it same by Holger Hans Peter Freyther · 11 years ago
  87. 9c62389 llc: Calculate the average queuing delay of the LLC queues by Daniel Willmann · 11 years ago
  88. 550bb88 llc: Count the number of frames queued inside the LLC queue by Holger Hans Peter Freyther · 11 years ago
  89. 6f7cb2c decoding: Use 'I' and 'R' in rbb array for DL by Daniel Willmann · 11 years ago
  90. 3cbf9e0 rlc: Make the RLC types only operate on the BSN by Holger Hans Peter Freyther · 11 years ago
  91. 3c95776 tbf: Separate the handling for rh->si and call in case of re-transmission by Holger Hans Peter Freyther · 11 years ago
  92. 7a5f3c2 tbf/sched: We pick the _last_ entry, rotate the lists by Holger Hans Peter Freyther · 11 years ago
  93. 7f3e662 tbf/rlc: Move raising of V(Q) into the ul window code by Holger Hans Peter Freyther · 11 years ago
  94. cbb00eb rlc/tbf: Move the code to raise V(R) into the ul_window handling by Holger Hans Peter Freyther · 11 years ago
  95. 423dd22 tbf/rlc: Move the putting of a block into the rlc code by Holger Hans Peter Freyther · 11 years ago
  96. 4c06d91 tbf: Move the extraction of the TLLI into a separate method by Holger Hans Peter Freyther · 11 years ago
  97. c15d5cc tbf/rlc: Remove the side-effect from the loop. by Holger Hans Peter Freyther · 11 years ago
  98. 9977e15 tbf: Reduce complexity and deal with only one way of assignment by Holger Hans Peter Freyther · 11 years ago
  99. 6ab5b24 tbf/rlc: Move the check if something is in the window out. by Holger Hans Peter Freyther · 11 years ago
  100. 270f7fc tbf/rlc: Move the v_n handling into a dedicated object by Holger Hans Peter Freyther · 11 years ago