1. 8a31f9e rlc: Manage the received block bitmap in the ul_window by Daniel Willmann · 11 years ago
  2. 11f2d58 rlc: Create a testcase for the uplink window by Holger Hans Peter Freyther · 11 years ago
  3. 3cbf9e0 rlc: Make the RLC types only operate on the BSN by Holger Hans Peter Freyther · 11 years ago
  4. 3c95776 tbf: Separate the handling for rh->si and call in case of re-transmission by Holger Hans Peter Freyther · 11 years ago
  5. 7a5f3c2 tbf/sched: We pick the _last_ entry, rotate the lists by Holger Hans Peter Freyther · 11 years ago
  6. 7f3e662 tbf/rlc: Move raising of V(Q) into the ul window code by Holger Hans Peter Freyther · 11 years ago
  7. cbb00eb rlc/tbf: Move the code to raise V(R) into the ul_window handling by Holger Hans Peter Freyther · 11 years ago
  8. 423dd22 tbf/rlc: Move the putting of a block into the rlc code by Holger Hans Peter Freyther · 11 years ago
  9. 4c06d91 tbf: Move the extraction of the TLLI into a separate method by Holger Hans Peter Freyther · 11 years ago
  10. c15d5cc tbf/rlc: Remove the side-effect from the loop. by Holger Hans Peter Freyther · 11 years ago
  11. 9977e15 tbf: Reduce complexity and deal with only one way of assignment by Holger Hans Peter Freyther · 11 years ago
  12. 6ab5b24 tbf/rlc: Move the check if something is in the window out. by Holger Hans Peter Freyther · 11 years ago
  13. 7decedc rlc: The bsn has never been used. Remove it from the Xl_window by Holger Hans Peter Freyther · 11 years ago
  14. faf3ef4 rlc: Add a basic test for the DL Window and moving the window by Holger Hans Peter Freyther · 11 years ago
  15. e9b1ebb rlc: Test the basic of the gprs_rlc_v_n code for remembering the state by Holger Hans Peter Freyther · 11 years ago
  16. 270f7fc tbf/rlc: Move the v_n handling into a dedicated object by Holger Hans Peter Freyther · 11 years ago
  17. f1593b7 tbf/rlc: Big change and move the window handling out to the rlc by Holger Hans Peter Freyther · 11 years ago
  18. ab6cd92 tbf: Update the legend and mention invalid as well by Holger Hans Peter Freyther · 11 years ago
  19. 9a76968 rlc: Use uint16_t for the BSN in all cases. by Holger Hans Peter Freyther · 11 years ago
  20. 9c5539d tbf/rlc: Move the counting of unacked frames into the RLC V_B class by Holger Hans Peter Freyther · 11 years ago
  21. 86dc355 tbf: Split the handling of DL ACK/NACK into two separate parts by Holger Hans Peter Freyther · 11 years ago
  22. bc15570 tbf/rlc: Change the code and generate the entire state in the V_B by Holger Hans Peter Freyther · 11 years ago
  23. e358ff8 tbf/rlc: Move the moving of V(A) into the V_B code by Holger Hans Peter Freyther · 11 years ago
  24. df6b4f5 tbf/rlc: Move the parsing of RBB to Decoding, move window marking out by Holger Hans Peter Freyther · 11 years ago
  25. 9eb8ace tbf: Fix the indention of this routine by Holger Hans Peter Freyther · 11 years ago
  26. 12c039c debug_diagram: Remove the special debug_diagram compilation mode by Holger Hans Peter Freyther · 11 years ago
  27. a6ba67c tbf: Simplify the create_dl_acked_block into two parts by Holger Hans Peter Freyther · 11 years ago
  28. 8b16ae3 tbf/rlc: Move the marking of frames for resend into the v_b by Holger Hans Peter Freyther · 11 years ago
  29. c03e382 tbf: Move the check if the window is stalled to a separate method by Holger Hans Peter Freyther · 11 years ago
  30. 1577779 rlc/tbf: Move the loop into the gprs_rlc_v_b class by Holger Hans Peter Freyther · 11 years ago
  31. ef93bdb tbf: Count how often we re-start a BSN in the send routine by Holger Hans Peter Freyther · 11 years ago
  32. 64b49bc tbf: Always increase the tx_counter when we transmit a frame by Holger Hans Peter Freyther · 11 years ago
  33. 40fc8f9 sched: Make internal methods static by Holger Hans Peter Freyther · 11 years ago
  34. b18aedc tbf: Make the ws and sns number "private" (they should also be const) by Holger Hans Peter Freyther · 11 years ago
  35. 9525567 rlc: Create a basic test that mark/is is talking about the same by Holger Hans Peter Freyther · 11 years ago
  36. 6b5660c rlc: Move the rlc headers into a separate header file by Holger Hans Peter Freyther · 11 years ago
  37. 321f3c3 rlc: Move the ack state array into a separate class that can be tested by Holger Hans Peter Freyther · 11 years ago
  38. 092478f rlc: Count nacked frames in the statistics too by Holger Hans Peter Freyther · 11 years ago
  39. 5a7f636 llc: FIx a typo in the message by Holger Hans Peter Freyther · 11 years ago
  40. c6382dd rlc: Add a simple test for the RLC data structure for the init by Holger Hans Peter Freyther · 11 years ago
  41. 6058220 types: Add a simple testcase for basic types and fix the LLC code by Holger Hans Peter Freyther · 11 years ago
  42. 58db60c rlc: Start to move things out of the tbf into the rlc by Holger Hans Peter Freyther · 11 years ago
  43. c3d5325 tbf: The memory regions overlap so memmove should be used by Daniel Willmann · 11 years ago
  44. c70aae4 rlc: Count the window stalls on the RLC level by Holger Hans Peter Freyther · 11 years ago
  45. 937e2a6 meas: Add a warning for flow control handling here by Holger Hans Peter Freyther · 11 years ago
  46. e5dc2a0 rlc: Pass the gprs_rlc_data to the assemble function for assembly by Holger Hans Peter Freyther · 11 years ago
  47. 796270b rlc: Put a block and the length into a separate object by Holger Hans Peter Freyther · 11 years ago
  48. 9241fd0 rlc: Begin to move the rlc block handling into a separate object by Holger Hans Peter Freyther · 11 years ago
  49. e9429b5 rlc: Count the sent and resent RLC blocks by Holger Hans Peter Freyther · 11 years ago
  50. 55cf994 tbf: Re-use the code that is re-using the tbf by Holger Hans Peter Freyther · 11 years ago
  51. b1302b0 llc: Move the decision if a frame has expired into the LLC by Holger Hans Peter Freyther · 11 years ago
  52. 32f9a59 llc: Make the index 'private' by appending a m_ to it. by Holger Hans Peter Freyther · 11 years ago
  53. e231026 llc: Move some more secrets from the TBF into the LLC by Holger Hans Peter Freyther · 11 years ago
  54. b3d5ee2 bts: Count the number of llc frames that were "scheduled" to be sent by Holger Hans Peter Freyther · 11 years ago
  55. 51e093b llc: Use timeradd and timercmp and fix for < 1s PDU llc timeouts by Holger Hans Peter Freyther · 11 years ago
  56. 985fd11 llc: Change the flow. Exit early for the special case and initialize the tv by Holger Hans Peter Freyther · 11 years ago
  57. fce431c llc: Move the timeout calculation into the TBF by Holger Hans Peter Freyther · 11 years ago
  58. aa35ba7 tbf: Count how often we re-use a TBF that was already being deactivated by Holger Hans Peter Freyther · 11 years ago
  59. 857281f llc: Remove one of the two variants to put data into the frame by Holger Hans Peter Freyther · 11 years ago
  60. d26318e misc: Fix coverity warning about indention by Holger Hans Peter Freyther · 11 years ago
  61. 4e8b50c misc: Fix a potential leak on config parsing by Holger Hans Peter Freyther · 11 years ago
  62. 0e0f2f5 pcu: Address the return without value by Holger Hans Peter Freyther · 11 years ago
  63. a6e47c7 llc: Add another warning for me to take a look by Holger Hans Peter Freyther · 11 years ago
  64. 5697b4c tbf: Make sure that tfi is signed so we can make a < 0 check by Holger Hans Peter Freyther · 11 years ago
  65. acb5427 llc: Move all direct accesses to the frame into the llc structure by Holger Hans Peter Freyther · 11 years ago
  66. be57081 llc: Move the llc structure to a new header file by Holger Hans Peter Freyther · 11 years ago
  67. b784046 tbf: Split create_dl_acked_block into two methods by Holger Hans Peter Freyther · 11 years ago
  68. a1da251 tbf: Move the tbf_handle and tbf_append_data into the class by Holger Hans Peter Freyther · 11 years ago
  69. 096f6f9 llc: Move the llc code out of the tbf.cpp into a new dedicated one by Holger Hans Peter Freyther · 11 years ago
  70. 758dc12 llc: First routines moved from the TBF into the LLC by Holger Hans Peter Freyther · 11 years ago
  71. 28e5378 llc: Begin creating a LLC class and move counts into it. by Holger Hans Peter Freyther · 11 years ago
  72. 9948514 tbf: Move the tx part into the tbf as it accesses internal data by Holger Hans Peter Freyther · 11 years ago
  73. 77e0597 tbf: Move the llc handling into the tbf (from the bts) by Holger Hans Peter Freyther · 11 years ago
  74. bc1626e tbf: Update the timing advance for the new tlli based on the old one by Holger Hans Peter Freyther · 11 years ago
  75. b809866 tbf: Learn and propagate the TLLI changes due a new P-TMSI by Holger Hans Peter Freyther · 11 years ago
  76. 5464c9b tbf: Have one imsi field and assign it through a function by Holger Hans Peter Freyther · 11 years ago
  77. 34f6e5e tbf: Make tfi private and update the code by Holger Hans Peter Freyther · 11 years ago
  78. 474685e tbf: Make the tlli "private" and update the updating code by Holger Hans Peter Freyther · 11 years ago
  79. bd449f5 tbf: Create tbf_name and use it in log statements by Holger Hans Peter Freyther · 11 years ago
  80. 870c601 tbf: TODO:Mark TLLI changes as todo item in the code by Holger Hans Peter Freyther · 11 years ago
  81. 6b88cdd bts: Simplify rcv_resource_request, remove logically dead code by Holger Hans Peter Freyther · 11 years ago
  82. 8021644 bts: Kill dead stores of the tlli/tfi, fix the log message again by Holger Hans Peter Freyther · 11 years ago
  83. ec80f82 tbf: Remove the trx_no field from the tbf, go through the trx object by Holger Hans Peter Freyther · 11 years ago
  84. fc498c9 tbf: Go through the trx to get the ARFCN by Holger Hans Peter Freyther · 11 years ago
  85. 875fc89 bts: Further logging improvements for TFI/TLLI output by Holger Hans Peter Freyther · 11 years ago
  86. e1a075a bts: Pass the Packet_Control_Acknowledgement_t into the recv method by Holger Hans Peter Freyther · 11 years ago
  87. 53a336f bts: Log the TLLI inside the report we get by Holger Hans Peter Freyther · 11 years ago
  88. 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
  89. 15bb1a2 misc: Change the logging for the tbf and what to log by Holger Hans Peter Freyther · 11 years ago
  90. 5da2014 bts: Use Packet_Downlink_Ack_Nack_t as parameter by Holger Hans Peter Freyther · 11 years ago
  91. 7a34471 bts: Simplify the code and use Packet_Resource_Request_t* by Holger Hans Peter Freyther · 11 years ago
  92. cb5c49b bts: Work with the Packet_Measurement_Report_t by Holger Hans Peter Freyther · 11 years ago
  93. 750ca67 bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new method by Holger Hans Peter Freyther · 11 years ago
  94. 8428088 bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a method by Holger Hans Peter Freyther · 11 years ago
  95. 5a96581 bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate function by Holger Hans Peter Freyther · 11 years ago
  96. 396f416 pdch: Move handling of control_ack to a separate method by Holger Hans Peter Freyther · 11 years ago
  97. c1ae226 bts: Count the rach frames we receive by Holger Hans Peter Freyther · 11 years ago
  98. 90b87ea misc: Fix typo.. resource in english only has one 's' by Holger Hans Peter Freyther · 11 years ago
  99. 180def9 bts: Print the kind of message type not known. by Holger Hans Peter Freyther · 11 years ago
  100. 1997787 llc: Count timedout and silently dropped frames by Holger Hans Peter Freyther · 11 years ago