1. c8cbfc2 bts: Start a DL TBF if needed after establishment of an UL TBF by Jacob Erlbeck · 9 years ago
  2. ae0a799 bts: Release DL TBF instead of killing in rcv_resource_request 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. af75ce8 l1: Use the FN of all data_ind/ra_ind DSP messages by Jacob Erlbeck · 9 years ago
  5. be4a08b poll: Count unexpected block FN values by Jacob Erlbeck · 9 years ago
  6. 60f7703 poll: Use the data_ind FN as time source for current frame by Jacob Erlbeck · 9 years ago
  7. e77d49f poll: Set the max_delay to 60 frames by Jacob Erlbeck · 9 years ago
  8. ac49d09 poll: Add a max_delay parameter to PollController::expireTimedout by Jacob Erlbeck · 9 years ago
  9. e91bd3b tbf: Do not kill DL TBF on Packet Resource Request by Jacob Erlbeck · 9 years ago
  10. 537b149 tbf: Fix typos in log messages concerning UL/DL by Jacob Erlbeck · 9 years ago
  11. 5979fe9 alloc: Add counters for successful algo A/B allocations 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. 47a57f6 pdch: Manage TFIs per direction by Jacob Erlbeck · 9 years ago
  15. cc9358f tbf: Keep a set of used TFI and USF per PDCH by Jacob Erlbeck · 9 years ago
  16. c91c18e tbf: Add Poll Timeout counters by Jacob Erlbeck · 9 years ago
  17. 23f93a1 ms: Add support for slot reservation 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. da1a79e l1: Add debug log messages for I_LEVEL by Jacob Erlbeck · 9 years ago
  24. 51b1151 l1: Store measurement values sent by the MS by Jacob Erlbeck · 9 years ago
  25. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  26. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  27. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  28. 1db67e0 tbf: Remove TimingAdvance storage 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. ddfc0d5 tbf/test: Add tests for single and two phase access by Jacob Erlbeck · 9 years ago
  31. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  32. 71e5511 tbf: Remove IMSI handling from trigger_dl_ass by Jacob Erlbeck · 9 years ago
  33. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  34. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  35. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  36. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  37. 1f33294 pcu: Fix non-critical warnings by Jacob Erlbeck · 9 years ago
  38. 297edf7 tbf: Don't use 'old' DL TBFs after reuse_tbf by Jacob Erlbeck · 9 years ago
  39. e481815 tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbf 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. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  42. 532a4b5 bts: Change parameter in BTS::trigger_dl_ass() to DL TBF by Daniel Willmann · 10 years ago
  43. 1dac2eb bts: Make use of DL TBF explicit in rcv_imm_ass_cnf() by Daniel Willmann · 10 years ago
  44. 6c813fc bts, tbf: Make rcvd_dl_ack a method of the DL TBF by Daniel Willmann · 10 years ago
  45. 057c285 bts: Remove the OSMO_ASSERTs for TBF direction by Daniel Willmann · 10 years ago
  46. 1b3864f tbf: Use plain old data structure (PODS) for llist management by Daniel Willmann · 10 years ago
  47. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  48. 0d12a2f bts, tbf: Change the TBF return type of functions to the ul/dl version by Daniel Willmann · 10 years ago
  49. fe6e2e4 bts: Return the special type for {ul,dl}_tbf_by_* functions by Daniel Willmann · 10 years ago
  50. 2207c5e bts: Ensure tbf direction with OSMO_ASSERT() by Daniel Willmann · 10 years ago
  51. febf1a0 bts: Split tbf_by_poll_fn into separate dl and ul functions by Daniel Willmann · 10 years ago
  52. 54044b0 bts: Separate functions for dl/ul tbf_by_tfi lookup by Daniel Willmann · 10 years ago
  53. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  54. 77e58f6 bts: Remove outdated comment by Daniel Willmann · 10 years ago
  55. 17a1d5e gprs_rlcmac_pdch: Get rid of ul/dl_tbf by Daniel Willmann · 10 years ago
  56. 1e0c610 gprs_rlcmac_pdch: Don't access private members 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. 3d0cc2f tbf: Make finding use-after-free more easy and set to NULL or return by Holger Hans Peter Freyther · 10 years ago
  60. f37e514 bts: Rename ts and trx to ts_no and trx_no as we operate on number by Holger Hans Peter Freyther · 11 years ago
  61. 8f399de tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 11 years ago
  62. 12c039c debug_diagram: Remove the special debug_diagram compilation mode by Holger Hans Peter Freyther · 11 years ago
  63. ef93bdb tbf: Count how often we re-start a BSN in the send routine by Holger Hans Peter Freyther · 11 years ago
  64. 092478f rlc: Count nacked frames in the statistics too by Holger Hans Peter Freyther · 11 years ago
  65. c70aae4 rlc: Count the window stalls on the RLC level by Holger Hans Peter Freyther · 11 years ago
  66. e9429b5 rlc: Count the sent and resent RLC blocks by Holger Hans Peter Freyther · 11 years ago
  67. b3d5ee2 bts: Count the number of llc frames that were "scheduled" to be sent by Holger Hans Peter Freyther · 11 years ago
  68. aa35ba7 tbf: Count how often we re-use a TBF that was already being deactivated by Holger Hans Peter Freyther · 11 years ago
  69. 77e0597 tbf: Move the llc handling into the tbf (from the bts) by Holger Hans Peter Freyther · 11 years ago
  70. 5464c9b tbf: Have one imsi field and assign it through a function by Holger Hans Peter Freyther · 11 years ago
  71. 34f6e5e tbf: Make tfi private and update the code by Holger Hans Peter Freyther · 11 years ago
  72. 474685e tbf: Make the tlli "private" and update the updating code by Holger Hans Peter Freyther · 11 years ago
  73. bd449f5 tbf: Create tbf_name and use it in log statements by Holger Hans Peter Freyther · 11 years ago
  74. 870c601 tbf: TODO:Mark TLLI changes as todo item in the code by Holger Hans Peter Freyther · 11 years ago
  75. 6b88cdd bts: Simplify rcv_resource_request, remove logically dead code by Holger Hans Peter Freyther · 11 years ago
  76. 8021644 bts: Kill dead stores of the tlli/tfi, fix the log message again by Holger Hans Peter Freyther · 11 years ago
  77. ec80f82 tbf: Remove the trx_no field from the tbf, go through the trx object by Holger Hans Peter Freyther · 11 years ago
  78. fc498c9 tbf: Go through the trx to get the ARFCN by Holger Hans Peter Freyther · 11 years ago
  79. 875fc89 bts: Further logging improvements for TFI/TLLI output by Holger Hans Peter Freyther · 11 years ago
  80. e1a075a bts: Pass the Packet_Control_Acknowledgement_t into the recv method by Holger Hans Peter Freyther · 11 years ago
  81. 53a336f bts: Log the TLLI inside the report we get by Holger Hans Peter Freyther · 11 years ago
  82. 8d0e489 tbf: Log the TFI and TLLI so we can try to figure out more from logs by Holger Hans Peter Freyther · 11 years ago
  83. 15bb1a2 misc: Change the logging for the tbf and what to log by Holger Hans Peter Freyther · 11 years ago
  84. 5da2014 bts: Use Packet_Downlink_Ack_Nack_t as parameter by Holger Hans Peter Freyther · 11 years ago
  85. 7a34471 bts: Simplify the code and use Packet_Resource_Request_t* by Holger Hans Peter Freyther · 11 years ago
  86. cb5c49b bts: Work with the Packet_Measurement_Report_t by Holger Hans Peter Freyther · 11 years ago
  87. 750ca67 bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new method by Holger Hans Peter Freyther · 11 years ago
  88. 8428088 bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a method by Holger Hans Peter Freyther · 11 years ago
  89. 5a96581 bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate function by Holger Hans Peter Freyther · 11 years ago
  90. 396f416 pdch: Move handling of control_ack to a separate method by Holger Hans Peter Freyther · 11 years ago
  91. c1ae226 bts: Count the rach frames we receive by Holger Hans Peter Freyther · 11 years ago
  92. 90b87ea misc: Fix typo.. resource in english only has one 's' by Holger Hans Peter Freyther · 11 years ago
  93. 180def9 bts: Print the kind of message type not known. by Holger Hans Peter Freyther · 11 years ago
  94. 1997787 llc: Count timedout and silently dropped frames by Holger Hans Peter Freyther · 11 years ago
  95. b98dd9e sba: Move freeing a sba into a central place by Holger Hans Peter Freyther · 11 years ago
  96. 93e048f sba: Count SBA allocation, frees and timeouts by Holger Hans Peter Freyther · 11 years ago
  97. 1587764 bts: Provide the first set of counters by Holger Hans Peter Freyther · 11 years ago
  98. f537298 bts: Start creating statistics inside the BTS code by Holger Hans Peter Freyther · 11 years ago
  99. 3dc56a3 tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbf by Holger Hans Peter Freyther · 11 years ago
  100. 02beed5 bts: Move gprs_rlcmac_rcv_rach into the BTS class by Holger Hans Peter Freyther · 11 years ago