1. bd55482 alloc_algorithm_b: Add seperate function to shrink rx window when TS are removed by Andreas Eversberg · 10 years ago jolly/allocation-fixes
  2. 24ba1d0 alloc_algorithm_b: Increment 'i', so allocated TS will not exceed tx_range by Andreas Eversberg · 10 years ago
  3. b5f790a alloc_algorithm_b: Do not select uplink slots that cannot be used for downlink by Andreas Eversberg · 10 years ago
  4. 92acbaa alloc_algorithm_b: Set tx_range to 8, if all 8 TS are supported by MS by Andreas Eversberg · 10 years ago
  5. 315576f alloc_algorithm_b: For type 1 MS, limit number of donwlink TS to 5 by Andreas Eversberg · 10 years ago
  6. d25bc37 alloc_algorithm_b: Correctly increment RX/TX window, even if TS is not useable by Andreas Eversberg · 10 years ago
  7. 1e142bf fixup 6791384eb3276840896e1f5908027c688ed9ae10 by Andreas Eversberg · 10 years ago
  8. 6791384 alloc/test: Add a crazy test that tests each possible combination by Holger Hans Peter Freyther · 10 years ago
  9. a783529 alloc: Move the uplink ts selection/pre-assignment out of the code by Holger Hans Peter Freyther · 10 years ago
  10. 488eddf alloc: Move the selection of the first enabled pdch to a new method by Holger Hans Peter Freyther · 10 years ago
  11. c5caccc alloc: Move the tx window calculation to a new method by Holger Hans Peter Freyther · 10 years ago
  12. 0dbe724 alloc: Move upating of the rx window max for Type==1 to a new method by Holger Hans Peter Freyther · 10 years ago
  13. 73a45d6 alloc: Move the collision handling to a new method by Holger Hans Peter Freyther · 10 years ago
  14. 77f4307 alloc: Move the selection of downlink slots to a new method by Holger Hans Peter Freyther · 10 years ago
  15. 55e75a0 alloc: Simplify the assignment of Trb and Ttb by Holger Hans Peter Freyther · 10 years ago
  16. e0166a6 alloc: Add a note that the tx window handling differs from rx by Holger Hans Peter Freyther · 10 years ago
  17. bf0d0c7 tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 10 years ago
  18. 4c2b67a alloc/test: Go through all possible ms_classes for the allocation by Holger Hans Peter Freyther · 10 years ago
  19. 8d2826b tbf: Fix typo and call it same by Holger Hans Peter Freyther · 10 years ago
  20. c073819 bts: Rename ts and trx to ts_no and trx_no as we operate on number by Holger Hans Peter Freyther · 10 years ago
  21. 7ddaf39 alloc/tests: Create an allocation test for various scenarious by Holger Hans Peter Freyther · 10 years ago
  22. 554a8dc sched: Document a possible race condition by Holger Hans Peter Freyther · 10 years ago
  23. 705653b sched: Attempt to improve the fairness and schedule UL/AL ACK/ASS by Holger Hans Peter Freyther · 11 years ago
  24. aadfc2e sched: Remove unused bts parameter from the internal method by Holger Hans Peter Freyther · 10 years ago
  25. 9c62389 llc: Calculate the average queuing delay of the LLC queues by Daniel Willmann · 11 years ago
  26. a42b2ad llc: Initialize the LLC frame with garbage to detect wrong usage by Holger Hans Peter Freyther · 11 years ago
  27. 550bb88 llc: Count the number of frames queued inside the LLC queue by Holger Hans Peter Freyther · 11 years ago
  28. 88553ab rlc: Use sizeof() for the memset instead of ARRAY_SIZE by Holger Hans Peter Freyther · 11 years ago
  29. c92b964 systemd: Add a service for the sysmopcu by Henning Heinold · 10 years ago
  30. b3a87ce test: Remove the side-effect from the assertion by Holger Hans Peter Freyther · 11 years ago
  31. 81e8f0a l1if: Include string.h to fix possible coverity issue by Holger Hans Peter Freyther · 11 years ago
  32. 752a3b2 Merge branch 'sysmocom/gprs-window-handling' into sysmocom/master by Holger Hans Peter Freyther · 11 years ago
  33. 5e94cd4 decoding: Cosmetic - change rbb decoding by Daniel Willmann · 11 years ago
  34. cc5a4cb rlc: Make the update loop more understandable by Daniel Willmann · 11 years ago
  35. 48df40d tests/TypesTest: Check rbb handling in DL by Daniel Willmann · 11 years ago
  36. f1786a3 tests/TypesTest: Ensure that extract_rbb(encode_rbb(x)) == x by Daniel Willmann · 11 years ago
  37. 6f7cb2c decoding: Use 'I' and 'R' in rbb array for DL by Daniel Willmann · 11 years ago
  38. 0f2b5fc tests/TypesTest: Print the result of Encoding::encode_rbb() by Daniel Willmann · 11 years ago
  39. 5241c1a encoding: Factor out encode_rbb to help testing by Daniel Willmann · 11 years ago
  40. 52ea8a0 encoding: Use ul_window ssn()/update_rbb() methods when encoding ul ACK by Daniel Willmann · 11 years ago
  41. e6e605b encoding: Change wording to match that of 3GPP TS 04.60 by Daniel Willmann · 11 years ago
  42. c3f4330 tests/TypesTest: Add OSMO_ASSERT_STR_EQ which prints out the parameters by Daniel Willmann · 11 years ago
  43. f86fb7a tests/TypesTest: Test ssn() and update_rbb() uplink window methods in TypesTest by Daniel Willmann · 11 years ago
  44. 8a31f9e rlc: Manage the received block bitmap in the ul_window by Daniel Willmann · 11 years ago
  45. 11f2d58 rlc: Create a testcase for the uplink window by Holger Hans Peter Freyther · 11 years ago
  46. 3cbf9e0 rlc: Make the RLC types only operate on the BSN by Holger Hans Peter Freyther · 11 years ago
  47. 3c95776 tbf: Separate the handling for rh->si and call in case of re-transmission by Holger Hans Peter Freyther · 11 years ago
  48. 7a5f3c2 tbf/sched: We pick the _last_ entry, rotate the lists by Holger Hans Peter Freyther · 11 years ago
  49. 7f3e662 tbf/rlc: Move raising of V(Q) into the ul window code by Holger Hans Peter Freyther · 11 years ago
  50. cbb00eb rlc/tbf: Move the code to raise V(R) into the ul_window handling by Holger Hans Peter Freyther · 11 years ago
  51. 423dd22 tbf/rlc: Move the putting of a block into the rlc code by Holger Hans Peter Freyther · 11 years ago
  52. 4c06d91 tbf: Move the extraction of the TLLI into a separate method by Holger Hans Peter Freyther · 11 years ago
  53. c15d5cc tbf/rlc: Remove the side-effect from the loop. by Holger Hans Peter Freyther · 11 years ago
  54. 9977e15 tbf: Reduce complexity and deal with only one way of assignment by Holger Hans Peter Freyther · 11 years ago
  55. 6ab5b24 tbf/rlc: Move the check if something is in the window out. by Holger Hans Peter Freyther · 11 years ago
  56. 7decedc rlc: The bsn has never been used. Remove it from the Xl_window by Holger Hans Peter Freyther · 11 years ago
  57. faf3ef4 rlc: Add a basic test for the DL Window and moving the window by Holger Hans Peter Freyther · 11 years ago
  58. e9b1ebb rlc: Test the basic of the gprs_rlc_v_n code for remembering the state by Holger Hans Peter Freyther · 11 years ago
  59. 270f7fc tbf/rlc: Move the v_n handling into a dedicated object by Holger Hans Peter Freyther · 11 years ago
  60. f1593b7 tbf/rlc: Big change and move the window handling out to the rlc by Holger Hans Peter Freyther · 11 years ago
  61. ab6cd92 tbf: Update the legend and mention invalid as well by Holger Hans Peter Freyther · 11 years ago
  62. 9a76968 rlc: Use uint16_t for the BSN in all cases. by Holger Hans Peter Freyther · 11 years ago
  63. 9c5539d tbf/rlc: Move the counting of unacked frames into the RLC V_B class by Holger Hans Peter Freyther · 11 years ago
  64. 86dc355 tbf: Split the handling of DL ACK/NACK into two separate parts by Holger Hans Peter Freyther · 11 years ago
  65. bc15570 tbf/rlc: Change the code and generate the entire state in the V_B by Holger Hans Peter Freyther · 11 years ago
  66. e358ff8 tbf/rlc: Move the moving of V(A) into the V_B code by Holger Hans Peter Freyther · 11 years ago
  67. df6b4f5 tbf/rlc: Move the parsing of RBB to Decoding, move window marking out by Holger Hans Peter Freyther · 11 years ago
  68. 9eb8ace tbf: Fix the indention of this routine by Holger Hans Peter Freyther · 11 years ago
  69. 12c039c debug_diagram: Remove the special debug_diagram compilation mode by Holger Hans Peter Freyther · 11 years ago
  70. a6ba67c tbf: Simplify the create_dl_acked_block into two parts by Holger Hans Peter Freyther · 11 years ago
  71. 8b16ae3 tbf/rlc: Move the marking of frames for resend into the v_b by Holger Hans Peter Freyther · 11 years ago
  72. c03e382 tbf: Move the check if the window is stalled to a separate method by Holger Hans Peter Freyther · 11 years ago
  73. 1577779 rlc/tbf: Move the loop into the gprs_rlc_v_b class by Holger Hans Peter Freyther · 11 years ago
  74. ef93bdb tbf: Count how often we re-start a BSN in the send routine by Holger Hans Peter Freyther · 11 years ago
  75. 64b49bc tbf: Always increase the tx_counter when we transmit a frame by Holger Hans Peter Freyther · 11 years ago
  76. 40fc8f9 sched: Make internal methods static by Holger Hans Peter Freyther · 11 years ago
  77. b18aedc tbf: Make the ws and sns number "private" (they should also be const) by Holger Hans Peter Freyther · 11 years ago
  78. 9525567 rlc: Create a basic test that mark/is is talking about the same by Holger Hans Peter Freyther · 11 years ago
  79. 6b5660c rlc: Move the rlc headers into a separate header file by Holger Hans Peter Freyther · 11 years ago
  80. 321f3c3 rlc: Move the ack state array into a separate class that can be tested by Holger Hans Peter Freyther · 11 years ago
  81. 092478f rlc: Count nacked frames in the statistics too by Holger Hans Peter Freyther · 11 years ago
  82. 5a7f636 llc: FIx a typo in the message by Holger Hans Peter Freyther · 11 years ago
  83. c6382dd rlc: Add a simple test for the RLC data structure for the init by Holger Hans Peter Freyther · 11 years ago
  84. 6058220 types: Add a simple testcase for basic types and fix the LLC code by Holger Hans Peter Freyther · 11 years ago
  85. 58db60c rlc: Start to move things out of the tbf into the rlc by Holger Hans Peter Freyther · 11 years ago
  86. c3d5325 tbf: The memory regions overlap so memmove should be used by Daniel Willmann · 11 years ago
  87. c70aae4 rlc: Count the window stalls on the RLC level by Holger Hans Peter Freyther · 11 years ago
  88. 937e2a6 meas: Add a warning for flow control handling here by Holger Hans Peter Freyther · 11 years ago
  89. e5dc2a0 rlc: Pass the gprs_rlc_data to the assemble function for assembly by Holger Hans Peter Freyther · 11 years ago
  90. 796270b rlc: Put a block and the length into a separate object by Holger Hans Peter Freyther · 11 years ago
  91. 9241fd0 rlc: Begin to move the rlc block handling into a separate object by Holger Hans Peter Freyther · 11 years ago
  92. e9429b5 rlc: Count the sent and resent RLC blocks by Holger Hans Peter Freyther · 11 years ago
  93. 55cf994 tbf: Re-use the code that is re-using the tbf by Holger Hans Peter Freyther · 11 years ago
  94. b1302b0 llc: Move the decision if a frame has expired into the LLC by Holger Hans Peter Freyther · 11 years ago
  95. 32f9a59 llc: Make the index 'private' by appending a m_ to it. by Holger Hans Peter Freyther · 11 years ago
  96. e231026 llc: Move some more secrets from the TBF into the LLC by Holger Hans Peter Freyther · 11 years ago
  97. b3d5ee2 bts: Count the number of llc frames that were "scheduled" to be sent by Holger Hans Peter Freyther · 11 years ago
  98. 51e093b llc: Use timeradd and timercmp and fix for < 1s PDU llc timeouts by Holger Hans Peter Freyther · 11 years ago
  99. 985fd11 llc: Change the flow. Exit early for the special case and initialize the tv by Holger Hans Peter Freyther · 11 years ago
  100. fce431c llc: Move the timeout calculation into the TBF by Holger Hans Peter Freyther · 11 years ago