1. 2db0f08 bssgp: Use measured leak rate for flow control by Jacob Erlbeck · 9 years ago
  2. 91ff7d1 tbf: Refactor reuse_tbf into releasing and DL TBF establishment by Jacob Erlbeck · 9 years ago
  3. b6b3c7e tbf: Use explicit initialisations in constructor (Coverity) by Jacob Erlbeck · 9 years ago
  4. 6835cea ms: Store references to replaced TBFs in the MS object by Jacob Erlbeck · 9 years ago
  5. 444bc82 tbf: Use C++/talloc magic to support TBF constructors/destructors by Jacob Erlbeck · 9 years ago
  6. 28c40b1 tbf: Clean old MS objects if they have the same TLLI by Jacob Erlbeck · 9 years ago
  7. 5879c64 tbf: Move TFI selection into alloc_algorithm 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. 617c712 ms: Get the set of slots currently active by Jacob Erlbeck · 9 years ago
  10. 9380f5d tbf: Add GprsMs* argument to update() and use it in reuse_tbf by Jacob Erlbeck · 9 years ago
  11. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  12. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  13. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  14. 409efa1 tbf: Fix downlink packet loss by Jacob Erlbeck · 9 years ago
  15. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  16. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  17. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  18. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  19. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  20. 10ed795 tbf: Make the ms() getter method const by Jacob Erlbeck · 9 years ago
  21. 6dbe822 llc: Separate LLC queue handling from gprs_llc by Jacob Erlbeck · 9 years ago
  22. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  23. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  24. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  25. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  26. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  27. 8759735 tbf: Get the TLLI from the MS object by Jacob Erlbeck · 9 years ago
  28. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  29. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  30. c0c580c vty: Fix warnings about undeclared functions by Jacob Erlbeck · 9 years ago
  31. d0261b7 tbf: Force ACK after the last DL LCC frame has been received by Jacob Erlbeck · 9 years ago
  32. 3bed5d1 tbf: Implement delayed release of a downlink TBF by Jacob Erlbeck · 9 years ago
  33. 005ee7f tbf: Add frames_since_last_poll method by Jacob Erlbeck · 9 years ago
  34. eceb910 tbf: Add helper functions for DL TBFs by Jacob Erlbeck · 9 years ago
  35. 7c44415 tbf: Fix scheduling for DL Ack/Nack request by Jacob Erlbeck · 9 years ago
  36. adcdf15 tbf: Add name() method and put the buf into the tbf by Jacob Erlbeck · 9 years ago
  37. 08fe76a tbf: Fix dangling m_new_tbf pointer by Jacob Erlbeck · 9 years ago
  38. e481815 tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbf by Daniel Willmann · 10 years ago
  39. 08e57c8 tbf: Include TBF state in tbf_name output by Daniel Willmann · 10 years ago
  40. eb10024 tbf, bts: Use tbf set_state method instead of tbf_new_state function by Daniel Willmann · 10 years ago
  41. 418a423 tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBF by Daniel Willmann · 10 years ago
  42. cf706b0 tbf: Make llc_dequeue a method of DL TBF by Daniel Willmann · 10 years ago
  43. e2732e2 tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBF by Daniel Willmann · 10 years ago
  44. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  45. 6a8a1dc tbf: Move the dir.dl/ul members out of the base class into DL/UL TBF by Daniel Willmann · 10 years ago
  46. d1d1633 tbf: Remove unused function sns() by Daniel Willmann · 10 years ago
  47. 350f64d tbf: Move UL TBF methods from base class into UL TBF by Daniel Willmann · 10 years ago
  48. 3016888 tbf, gprs_bssgp_pcu: Move some methods to DL TBF by Daniel Willmann · 10 years ago
  49. b8f2601 tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBF by Daniel Willmann · 10 years ago
  50. 6c813fc bts, tbf: Make rcvd_dl_ack a method of the DL TBF by Daniel Willmann · 10 years ago
  51. 538ac5b tbf: Make append_data a function of DL TBFs by Daniel Willmann · 10 years ago
  52. 1b3864f tbf: Use plain old data structure (PODS) for llist management by Daniel Willmann · 10 years ago
  53. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  54. 0d12a2f bts, tbf: Change the TBF return type of functions to the ul/dl version by Daniel Willmann · 10 years ago
  55. 078bb71 tbf: Add ul and dl TBF types and allocate them in tbf_alloc() by Daniel Willmann · 10 years ago
  56. cf1fae7 tbf: Re-send dl assignment if we can upgrade to multislot by Daniel Willmann · 10 years ago
  57. 73191a4 tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignment by Daniel Willmann · 10 years ago
  58. fc03bbe tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ack by Daniel Willmann · 10 years ago
  59. a004799 tbf: Use past-tense and call it created_ts by Holger Hans Peter Freyther · 10 years ago
  60. 80367aa tbf: Save a timestamp at tbf allocation and print it in the VTY by Daniel Willmann · 10 years ago
  61. afa72f5 tbf: Add a function to output tbf info to VTY by Daniel Willmann · 10 years ago
  62. 146514e rlc/tbf: Move v_b into DL window 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. 8f399de tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 11 years ago
  65. 3c95776 tbf: Separate the handling for rh->si and call in case of re-transmission by Holger Hans Peter Freyther · 11 years ago
  66. 7a5f3c2 tbf/sched: We pick the _last_ entry, rotate the lists by Holger Hans Peter Freyther · 11 years ago
  67. 4c06d91 tbf: Move the extraction of the TLLI into a separate method by Holger Hans Peter Freyther · 11 years ago
  68. 270f7fc tbf/rlc: Move the v_n handling into a dedicated object by Holger Hans Peter Freyther · 11 years ago
  69. f1593b7 tbf/rlc: Big change and move the window handling out to the rlc by Holger Hans Peter Freyther · 11 years ago
  70. 86dc355 tbf: Split the handling of DL ACK/NACK into two separate parts by Holger Hans Peter Freyther · 11 years ago
  71. 12c039c debug_diagram: Remove the special debug_diagram compilation mode by Holger Hans Peter Freyther · 11 years ago
  72. a6ba67c tbf: Simplify the create_dl_acked_block into two parts by Holger Hans Peter Freyther · 11 years ago
  73. c03e382 tbf: Move the check if the window is stalled to a separate method by Holger Hans Peter Freyther · 11 years ago
  74. b18aedc tbf: Make the ws and sns number "private" (they should also be const) by Holger Hans Peter Freyther · 11 years ago
  75. 6b5660c rlc: Move the rlc headers into a separate header file by Holger Hans Peter Freyther · 11 years ago
  76. 321f3c3 rlc: Move the ack state array into a separate class that can be tested by Holger Hans Peter Freyther · 11 years ago
  77. c6382dd rlc: Add a simple test for the RLC data structure for the init by Holger Hans Peter Freyther · 11 years ago
  78. 58db60c rlc: Start to move things out of the tbf into the rlc by Holger Hans Peter Freyther · 11 years ago
  79. e5dc2a0 rlc: Pass the gprs_rlc_data to the assemble function for assembly by Holger Hans Peter Freyther · 11 years ago
  80. 796270b rlc: Put a block and the length into a separate object by Holger Hans Peter Freyther · 11 years ago
  81. 9241fd0 rlc: Begin to move the rlc block handling into a separate object by Holger Hans Peter Freyther · 11 years ago
  82. 55cf994 tbf: Re-use the code that is re-using the tbf by Holger Hans Peter Freyther · 11 years ago
  83. be57081 llc: Move the llc structure to a new header file by Holger Hans Peter Freyther · 11 years ago
  84. b784046 tbf: Split create_dl_acked_block into two methods by Holger Hans Peter Freyther · 11 years ago
  85. a1da251 tbf: Move the tbf_handle and tbf_append_data into the class by Holger Hans Peter Freyther · 11 years ago
  86. 096f6f9 llc: Move the llc code out of the tbf.cpp into a new dedicated one by Holger Hans Peter Freyther · 11 years ago
  87. 758dc12 llc: First routines moved from the TBF into the LLC by Holger Hans Peter Freyther · 11 years ago
  88. 28e5378 llc: Begin creating a LLC class and move counts into it. by Holger Hans Peter Freyther · 11 years ago
  89. 9948514 tbf: Move the tx part into the tbf as it accesses internal data by Holger Hans Peter Freyther · 11 years ago
  90. 77e0597 tbf: Move the llc handling into the tbf (from the bts) by Holger Hans Peter Freyther · 11 years ago
  91. 5464c9b tbf: Have one imsi field and assign it through a function by Holger Hans Peter Freyther · 11 years ago
  92. 34f6e5e tbf: Make tfi private and update the code by Holger Hans Peter Freyther · 11 years ago
  93. 474685e tbf: Make the tlli "private" and update the updating code by Holger Hans Peter Freyther · 11 years ago
  94. bd449f5 tbf: Create tbf_name and use it in log statements by Holger Hans Peter Freyther · 11 years ago
  95. ec80f82 tbf: Remove the trx_no field from the tbf, go through the trx object by Holger Hans Peter Freyther · 11 years ago
  96. fc498c9 tbf: Go through the trx to get the ARFCN by Holger Hans Peter Freyther · 11 years ago
  97. 61a0a04 tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbf by Holger Hans Peter Freyther · 11 years ago
  98. 3dc56a3 tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbf by Holger Hans Peter Freyther · 11 years ago
  99. ae03f22 tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbf by Holger Hans Peter Freyther · 11 years ago
  100. 46bcb8d tbf: Move gprs_rlcmac_send_uplink_ack into the tbf by Holger Hans Peter Freyther · 11 years ago