1. 532a4b5 bts: Change parameter in BTS::trigger_dl_ass() to DL TBF by Daniel Willmann · 10 years ago
  2. 1dac2eb bts: Make use of DL TBF explicit in rcv_imm_ass_cnf() by Daniel Willmann · 10 years ago
  3. b8f2601 tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBF by Daniel Willmann · 10 years ago
  4. 6c813fc bts, tbf: Make rcvd_dl_ack a method of the DL TBF by Daniel Willmann · 10 years ago
  5. 538ac5b tbf: Make append_data a function of DL TBFs by Daniel Willmann · 10 years ago
  6. 2354402 tbf: Make tbf_lookup_dl() return and handle() use a dl_tbf by Daniel Willmann · 10 years ago
  7. 057c285 bts: Remove the OSMO_ASSERTs for TBF direction by Daniel Willmann · 10 years ago
  8. 1b3864f tbf: Use plain old data structure (PODS) for llist management by Daniel Willmann · 10 years ago
  9. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  10. 0d12a2f bts, tbf: Change the TBF return type of functions to the ul/dl version by Daniel Willmann · 10 years ago
  11. fe6e2e4 bts: Return the special type for {ul,dl}_tbf_by_* functions by Daniel Willmann · 10 years ago
  12. 078bb71 tbf: Add ul and dl TBF types and allocate them in tbf_alloc() by Daniel Willmann · 10 years ago
  13. 2207c5e bts: Ensure tbf direction with OSMO_ASSERT() by Daniel Willmann · 10 years ago
  14. febf1a0 bts: Split tbf_by_poll_fn into separate dl and ul functions by Daniel Willmann · 10 years ago
  15. 54044b0 bts: Separate functions for dl/ul tbf_by_tfi lookup by Daniel Willmann · 10 years ago
  16. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  17. e8915b9 misc: Add missing include for the rate counter by Holger Hans Peter Freyther · 10 years ago
  18. 2c98f1d misc: Add missing include for atoi by Holger Hans Peter Freyther · 10 years ago
  19. c421e8a misc: Add {} to avoid nested if/if/else ambigiouty by Holger Hans Peter Freyther · 10 years ago
  20. 35cc1c0 misc: Do not mix struct/class in the forward declaration by Holger Hans Peter Freyther · 10 years ago
  21. f3405e5 sysmobts: Add a hot-fix to avoid dumping -1 amount of data by Holger Hans Peter Freyther · 10 years ago
  22. 6d8884d Always exit and don't try to recover by Daniel Willmann · 10 years ago
  23. 77e58f6 bts: Remove outdated comment by Daniel Willmann · 10 years ago
  24. 5d77f14 csn1: Add spaces between string literal and identifier by Daniel Willmann · 10 years ago
  25. 17a1d5e gprs_rlcmac_pdch: Get rid of ul/dl_tbf by Daniel Willmann · 10 years ago
  26. 1e0c610 gprs_rlcmac_pdch: Don't access private members by Daniel Willmann · 10 years ago
  27. cf1fae7 tbf: Re-send dl assignment if we can upgrade to multislot by Daniel Willmann · 10 years ago
  28. 73191a4 tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignment by Daniel Willmann · 10 years ago
  29. fc03bbe tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ack by Daniel Willmann · 10 years ago
  30. 9167055 Fixed calculation of colliding UL/DL slots in TS allocation algorithm B by Andreas Eversberg · 10 years ago
  31. e5109ba tbf: Change the log area to RLCMACDL so we see it in a DL trace by Holger Hans Peter Freyther · 10 years ago
  32. 3d0cc2f tbf: Make finding use-after-free more easy and set to NULL or return by Holger Hans Peter Freyther · 10 years ago
  33. a004799 tbf: Use past-tense and call it created_ts by Holger Hans Peter Freyther · 10 years ago
  34. 80367aa tbf: Save a timestamp at tbf allocation and print it in the VTY by Daniel Willmann · 10 years ago
  35. 772415f pcu_vty: Add a command to print info about all TBFs by Daniel Willmann · 10 years ago
  36. afa72f5 tbf: Add a function to output tbf info to VTY by Daniel Willmann · 10 years ago
  37. 3ce011f rlc: Rename state() to show_state() to better reflect its function by Daniel Willmann · 10 years ago
  38. d54d9f5 rlc: Use an enum for the state array instead of chars by Daniel Willmann · 11 years ago
  39. 146514e rlc/tbf: Move v_b into DL window by Daniel Willmann · 11 years ago
  40. 5584479 rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_n by Daniel Willmann · 11 years ago
  41. 7c3751b rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests by Daniel Willmann · 11 years ago
  42. f4a1ec6 rlc: Rename the simple raise_v_r method to avoid naming conflicts by Daniel Willmann · 11 years ago
  43. 0a94008 alloc_algorithm_b: Remove obsolete 'i' incrementation from for-loop by Andreas Eversberg · 10 years ago
  44. 1cd9d88 alloc_algorithm_b: Add seperate function to shrink rx window when TS are removed by Andreas Eversberg · 10 years ago
  45. fe2dcc8 alloc_algorithm_b: Increment 'i', so allocated TS will not exceed tx_range by Andreas Eversberg · 10 years ago
  46. 765736d alloc_algorithm_b: Do not select uplink slots that cannot be used for downlink by Andreas Eversberg · 10 years ago
  47. 7a16d46 alloc_algorithm_b: Set tx_range to 8, if all 8 TS are supported by MS by Andreas Eversberg · 10 years ago
  48. ccde4c4 alloc_algorithm_b: For type 1 MS, limit number of donwlink TS to 5 by Andreas Eversberg · 10 years ago
  49. b03d427 alloc_algorithm_b: Correctly increment RX/TX window, even if TS is not useable by Andreas Eversberg · 10 years ago
  50. 7319311 alloc: Move the uplink ts selection/pre-assignment out of the code by Holger Hans Peter Freyther · 11 years ago
  51. 1fe6932 alloc: Move the selection of the first enabled pdch to a new method by Holger Hans Peter Freyther · 11 years ago
  52. 3fd2ddf alloc: Move the tx window calculation to a new method by Holger Hans Peter Freyther · 11 years ago
  53. dd4af80 alloc: Move upating of the rx window max for Type==1 to a new method by Holger Hans Peter Freyther · 11 years ago
  54. e45c19b alloc: Move the collision handling to a new method by Holger Hans Peter Freyther · 11 years ago
  55. 882fc9b alloc: Move the selection of downlink slots to a new method by Holger Hans Peter Freyther · 11 years ago
  56. f34f344 alloc: Simplify the assignment of Trb and Ttb by Holger Hans Peter Freyther · 11 years ago
  57. df022f6 alloc: Add a note that the tx window handling differs from rx by Holger Hans Peter Freyther · 11 years ago
  58. 4af3053 alloc/tests: Create an allocation test for various scenarious by Holger Hans Peter Freyther · 11 years ago
  59. 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
  60. 8f399de tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 11 years ago
  61. ba26368 tbf: Fix typo and call it same by Holger Hans Peter Freyther · 11 years ago
  62. fdcdde2 Set csnStream direction *after* csnStreamInit by Daniel Willmann · 10 years ago
  63. 402cdcd Fix warnings in gsm_rlcmac.cpp by Ivan Kluchnikov · 11 years ago
  64. 2f1974b sysmo_l1_if: Fix off-by-one bug when sending UL messages to gsmtap by Daniel Willmann · 10 years ago
  65. 705653b sched: Attempt to improve the fairness and schedule UL/AL ACK/ASS by Holger Hans Peter Freyther · 11 years ago
  66. aadfc2e sched: Remove unused bts parameter from the internal method 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. a42b2ad llc: Initialize the LLC frame with garbage to detect wrong usage by Holger Hans Peter Freyther · 11 years ago
  69. 550bb88 llc: Count the number of frames queued inside the LLC queue by Holger Hans Peter Freyther · 11 years ago
  70. 88553ab rlc: Use sizeof() for the memset instead of ARRAY_SIZE by Holger Hans Peter Freyther · 11 years ago
  71. 81e8f0a l1if: Include string.h to fix possible coverity issue by Holger Hans Peter Freyther · 11 years ago
  72. 5e94cd4 decoding: Cosmetic - change rbb decoding by Daniel Willmann · 11 years ago
  73. cc5a4cb rlc: Make the update loop more understandable by Daniel Willmann · 11 years ago
  74. 6f7cb2c decoding: Use 'I' and 'R' in rbb array for DL by Daniel Willmann · 11 years ago
  75. 5241c1a encoding: Factor out encode_rbb to help testing by Daniel Willmann · 11 years ago
  76. 52ea8a0 encoding: Use ul_window ssn()/update_rbb() methods when encoding ul ACK by Daniel Willmann · 11 years ago
  77. e6e605b encoding: Change wording to match that of 3GPP TS 04.60 by Daniel Willmann · 11 years ago
  78. 8a31f9e rlc: Manage the received block bitmap in the ul_window by Daniel Willmann · 11 years ago
  79. 3cbf9e0 rlc: Make the RLC types only operate on the BSN by Holger Hans Peter Freyther · 11 years ago
  80. 3c95776 tbf: Separate the handling for rh->si and call in case of re-transmission by Holger Hans Peter Freyther · 11 years ago
  81. 7a5f3c2 tbf/sched: We pick the _last_ entry, rotate the lists by Holger Hans Peter Freyther · 11 years ago
  82. 7f3e662 tbf/rlc: Move raising of V(Q) into the ul window code by Holger Hans Peter Freyther · 11 years ago
  83. cbb00eb rlc/tbf: Move the code to raise V(R) into the ul_window handling by Holger Hans Peter Freyther · 11 years ago
  84. 423dd22 tbf/rlc: Move the putting of a block into the rlc code by Holger Hans Peter Freyther · 11 years ago
  85. 4c06d91 tbf: Move the extraction of the TLLI into a separate method by Holger Hans Peter Freyther · 11 years ago
  86. c15d5cc tbf/rlc: Remove the side-effect from the loop. by Holger Hans Peter Freyther · 11 years ago
  87. 9977e15 tbf: Reduce complexity and deal with only one way of assignment by Holger Hans Peter Freyther · 11 years ago
  88. 6ab5b24 tbf/rlc: Move the check if something is in the window out. by Holger Hans Peter Freyther · 11 years ago
  89. 7decedc rlc: The bsn has never been used. Remove it from the Xl_window by Holger Hans Peter Freyther · 11 years ago
  90. e9b1ebb rlc: Test the basic of the gprs_rlc_v_n code for remembering the state by Holger Hans Peter Freyther · 11 years ago
  91. 270f7fc tbf/rlc: Move the v_n handling into a dedicated object by Holger Hans Peter Freyther · 11 years ago
  92. f1593b7 tbf/rlc: Big change and move the window handling out to the rlc by Holger Hans Peter Freyther · 11 years ago
  93. ab6cd92 tbf: Update the legend and mention invalid as well by Holger Hans Peter Freyther · 11 years ago
  94. 9a76968 rlc: Use uint16_t for the BSN in all cases. by Holger Hans Peter Freyther · 11 years ago
  95. 9c5539d tbf/rlc: Move the counting of unacked frames into the RLC V_B class by Holger Hans Peter Freyther · 11 years ago
  96. 86dc355 tbf: Split the handling of DL ACK/NACK into two separate parts by Holger Hans Peter Freyther · 11 years ago
  97. bc15570 tbf/rlc: Change the code and generate the entire state in the V_B by Holger Hans Peter Freyther · 11 years ago
  98. e358ff8 tbf/rlc: Move the moving of V(A) into the V_B code by Holger Hans Peter Freyther · 11 years ago
  99. df6b4f5 tbf/rlc: Move the parsing of RBB to Decoding, move window marking out by Holger Hans Peter Freyther · 11 years ago
  100. 9eb8ace tbf: Fix the indention of this routine by Holger Hans Peter Freyther · 11 years ago