1. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  2. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  3. 7bf9f49 tbf: Check for NULL in name() (Coverity) by Jacob Erlbeck · 9 years ago
  4. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  5. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  6. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  7. 6dbe822 llc: Separate LLC queue handling from gprs_llc by Jacob Erlbeck · 9 years ago
  8. a098c19 tbf: Set MS timeout by Jacob Erlbeck · 9 years ago
  9. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  10. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  11. 71e5511 tbf: Remove IMSI handling from trigger_dl_ass by Jacob Erlbeck · 9 years ago
  12. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  13. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  14. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  15. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  16. 8759735 tbf: Get the TLLI from the MS object by Jacob Erlbeck · 9 years ago
  17. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  18. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  19. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  20. c0c580c vty: Fix warnings about undeclared functions by Jacob Erlbeck · 9 years ago
  21. d0261b7 tbf: Force ACK after the last DL LCC frame has been received by Jacob Erlbeck · 9 years ago
  22. 3bed5d1 tbf: Implement delayed release of a downlink TBF by Jacob Erlbeck · 9 years ago
  23. 005ee7f tbf: Add frames_since_last_poll method by Jacob Erlbeck · 9 years ago
  24. 1842c92 tbf: Reduce m_new_tbf logging messages by Jacob Erlbeck · 9 years ago
  25. adcdf15 tbf: Add name() method and put the buf into the tbf by Jacob Erlbeck · 9 years ago
  26. 08fe76a tbf: Fix dangling m_new_tbf pointer by Jacob Erlbeck · 9 years ago
  27. f5c9747 tbf: Fix dereference before null check by Holger Hans Peter Freyther · 10 years ago
  28. e481815 tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbf by Daniel Willmann · 10 years ago
  29. 08e57c8 tbf: Include TBF state in tbf_name output by Daniel Willmann · 10 years ago
  30. ca102af tbf: Split out UL/DL TBF methods into separate files by Daniel Willmann · 10 years ago
  31. eb10024 tbf, bts: Use tbf set_state method instead of tbf_new_state function by Daniel Willmann · 10 years ago
  32. 418a423 tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBF by Daniel Willmann · 10 years ago
  33. cf706b0 tbf: Make llc_dequeue a method of DL TBF by Daniel Willmann · 10 years ago
  34. e2732e2 tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBF by Daniel Willmann · 10 years ago
  35. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  36. 350f64d tbf: Move UL TBF methods from base class into UL TBF by Daniel Willmann · 10 years ago
  37. b2886f1 tbf: Split UL and DL TBFs up in create_dl_ass() by Daniel Willmann · 10 years ago
  38. 6a16e0c tbf: Use DL/UL TBFs in poll_timeout codepaths that deal only with one type by Daniel Willmann · 10 years ago
  39. 3016888 tbf, gprs_bssgp_pcu: Move some methods to DL TBF by Daniel Willmann · 10 years ago
  40. 532a4b5 bts: Change parameter in BTS::trigger_dl_ass() to DL TBF by Daniel Willmann · 10 years ago
  41. b8f2601 tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBF by Daniel Willmann · 10 years ago
  42. 6c813fc bts, tbf: Make rcvd_dl_ack a method of the DL TBF by Daniel Willmann · 10 years ago
  43. 538ac5b tbf: Make append_data a function of DL TBFs by Daniel Willmann · 10 years ago
  44. 2354402 tbf: Make tbf_lookup_dl() return and handle() use a dl_tbf by Daniel Willmann · 10 years ago
  45. 1b3864f tbf: Use plain old data structure (PODS) for llist management by Daniel Willmann · 10 years ago
  46. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  47. 0d12a2f bts, tbf: Change the TBF return type of functions to the ul/dl version by Daniel Willmann · 10 years ago
  48. 078bb71 tbf: Add ul and dl TBF types and allocate them in tbf_alloc() by Daniel Willmann · 10 years ago
  49. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  50. 17a1d5e gprs_rlcmac_pdch: Get rid of ul/dl_tbf by Daniel Willmann · 10 years ago
  51. cf1fae7 tbf: Re-send dl assignment if we can upgrade to multislot by Daniel Willmann · 10 years ago
  52. 73191a4 tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignment by Daniel Willmann · 10 years ago
  53. fc03bbe tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ack by Daniel Willmann · 10 years ago
  54. e5109ba tbf: Change the log area to RLCMACDL so we see it in a DL trace by Holger Hans Peter Freyther · 10 years ago
  55. 3d0cc2f tbf: Make finding use-after-free more easy and set to NULL or return by Holger Hans Peter Freyther · 10 years ago
  56. a004799 tbf: Use past-tense and call it created_ts by Holger Hans Peter Freyther · 10 years ago
  57. 80367aa tbf: Save a timestamp at tbf allocation and print it in the VTY by Daniel Willmann · 10 years ago
  58. 772415f pcu_vty: Add a command to print info about all TBFs by Daniel Willmann · 10 years ago
  59. afa72f5 tbf: Add a function to output tbf info to VTY by Daniel Willmann · 10 years ago
  60. 3ce011f rlc: Rename state() to show_state() to better reflect its function by Daniel Willmann · 10 years ago
  61. 146514e rlc/tbf: Move v_b into DL window by Daniel Willmann · 11 years ago
  62. 5584479 rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_n by Daniel Willmann · 11 years ago
  63. 7c3751b rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests by Daniel Willmann · 11 years ago
  64. 4af3053 alloc/tests: Create an allocation test for various scenarious by Holger Hans Peter Freyther · 11 years ago
  65. 8f399de tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 11 years ago
  66. ba26368 tbf: Fix typo and call it same by Holger Hans Peter Freyther · 11 years ago
  67. 9c62389 llc: Calculate the average queuing delay of the LLC queues by Daniel Willmann · 11 years ago
  68. 550bb88 llc: Count the number of frames queued inside the LLC queue by Holger Hans Peter Freyther · 11 years ago
  69. 6f7cb2c decoding: Use 'I' and 'R' in rbb array for DL by Daniel Willmann · 11 years ago
  70. 3cbf9e0 rlc: Make the RLC types only operate on the BSN by Holger Hans Peter Freyther · 11 years ago
  71. 3c95776 tbf: Separate the handling for rh->si and call in case of re-transmission by Holger Hans Peter Freyther · 11 years ago
  72. 7a5f3c2 tbf/sched: We pick the _last_ entry, rotate the lists by Holger Hans Peter Freyther · 11 years ago
  73. 7f3e662 tbf/rlc: Move raising of V(Q) into the ul window code by Holger Hans Peter Freyther · 11 years ago
  74. cbb00eb rlc/tbf: Move the code to raise V(R) into the ul_window handling by Holger Hans Peter Freyther · 11 years ago
  75. 423dd22 tbf/rlc: Move the putting of a block into the rlc code by Holger Hans Peter Freyther · 11 years ago
  76. 4c06d91 tbf: Move the extraction of the TLLI into a separate method by Holger Hans Peter Freyther · 11 years ago
  77. c15d5cc tbf/rlc: Remove the side-effect from the loop. by Holger Hans Peter Freyther · 11 years ago
  78. 9977e15 tbf: Reduce complexity and deal with only one way of assignment by Holger Hans Peter Freyther · 11 years ago
  79. 6ab5b24 tbf/rlc: Move the check if something is in the window out. by Holger Hans Peter Freyther · 11 years ago
  80. 270f7fc tbf/rlc: Move the v_n handling into a dedicated object by Holger Hans Peter Freyther · 11 years ago
  81. f1593b7 tbf/rlc: Big change and move the window handling out to the rlc by Holger Hans Peter Freyther · 11 years ago
  82. ab6cd92 tbf: Update the legend and mention invalid as well by Holger Hans Peter Freyther · 11 years ago
  83. 9c5539d tbf/rlc: Move the counting of unacked frames into the RLC V_B class by Holger Hans Peter Freyther · 11 years ago
  84. 86dc355 tbf: Split the handling of DL ACK/NACK into two separate parts by Holger Hans Peter Freyther · 11 years ago
  85. bc15570 tbf/rlc: Change the code and generate the entire state in the V_B by Holger Hans Peter Freyther · 11 years ago
  86. e358ff8 tbf/rlc: Move the moving of V(A) into the V_B code by Holger Hans Peter Freyther · 11 years ago
  87. df6b4f5 tbf/rlc: Move the parsing of RBB to Decoding, move window marking out by Holger Hans Peter Freyther · 11 years ago
  88. 9eb8ace tbf: Fix the indention of this routine by Holger Hans Peter Freyther · 11 years ago
  89. 12c039c debug_diagram: Remove the special debug_diagram compilation mode by Holger Hans Peter Freyther · 11 years ago
  90. a6ba67c tbf: Simplify the create_dl_acked_block into two parts by Holger Hans Peter Freyther · 11 years ago
  91. 8b16ae3 tbf/rlc: Move the marking of frames for resend into the v_b by Holger Hans Peter Freyther · 11 years ago
  92. c03e382 tbf: Move the check if the window is stalled to a separate method by Holger Hans Peter Freyther · 11 years ago
  93. 1577779 rlc/tbf: Move the loop into the gprs_rlc_v_b class by Holger Hans Peter Freyther · 11 years ago
  94. ef93bdb tbf: Count how often we re-start a BSN in the send routine by Holger Hans Peter Freyther · 11 years ago
  95. 64b49bc tbf: Always increase the tx_counter when we transmit a frame by Holger Hans Peter Freyther · 11 years ago
  96. b18aedc tbf: Make the ws and sns number "private" (they should also be const) by Holger Hans Peter Freyther · 11 years ago
  97. 321f3c3 rlc: Move the ack state array into a separate class that can be tested by Holger Hans Peter Freyther · 11 years ago
  98. 092478f rlc: Count nacked frames in the statistics too by Holger Hans Peter Freyther · 11 years ago
  99. 58db60c rlc: Start to move things out of the tbf into the rlc by Holger Hans Peter Freyther · 11 years ago
  100. c3d5325 tbf: The memory regions overlap so memmove should be used by Daniel Willmann · 11 years ago