1. 4365ae9 tbf: Don't multiplex one timer per tbf by Daniel Willmann · 10 years ago sysmocom/tbf-final-ack
  2. b6f8a4f bts: Poll for DL ACK/NACK again if MS answered with different message by Daniel Willmann · 10 years ago
  3. 1c15573 poll_controller: Be stricter with the timeout handling by Daniel Willmann · 10 years ago
  4. efd5dbb tbf: Handle DL ACK/NACK poll timeout correctly by Daniel Willmann · 10 years ago
  5. 510d7d3 tests/tbf: Test for final ack issue by Daniel Willmann · 10 years ago
  6. e481815 tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbf by Daniel Willmann · 10 years ago
  7. 08e57c8 tbf: Include TBF state in tbf_name output by Daniel Willmann · 10 years ago
  8. 341689d TbfTest: Make logging more verbose by Daniel Willmann · 10 years ago
  9. ad1fccc Merge branch 'sysmocom/tbf-split' by Holger Hans Peter Freyther · 10 years ago
  10. ca102af tbf: Split out UL/DL TBF methods into separate files by Daniel Willmann · 10 years ago
  11. eb10024 tbf, bts: Use tbf set_state method instead of tbf_new_state function by Daniel Willmann · 10 years ago
  12. 418a423 tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBF by Daniel Willmann · 10 years ago
  13. cf706b0 tbf: Make llc_dequeue a method of DL TBF by Daniel Willmann · 10 years ago
  14. e2732e2 tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBF by Daniel Willmann · 10 years ago
  15. f72fcfe Merge remote-tracking branch 'origin/sysmocom/tbf-split' by Holger Hans Peter Freyther · 10 years ago
  16. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  17. 6a8a1dc tbf: Move the dir.dl/ul members out of the base class into DL/UL TBF by Daniel Willmann · 10 years ago
  18. d1d1633 tbf: Remove unused function sns() by Daniel Willmann · 10 years ago
  19. cd44ec4 gprs_rlcmac_ts_alloc: Be explicit about which TBF is used by Daniel Willmann · 10 years ago
  20. f55e58f encoding: Change function signature to use UL TBFs where it makes sense by Daniel Willmann · 10 years ago
  21. 350f64d tbf: Move UL TBF methods from base class into UL TBF by Daniel Willmann · 10 years ago
  22. 4f3c420 gprs_rlcmac_sched: Use UL/DL TBFs in scheduler by Daniel Willmann · 10 years ago
  23. b2886f1 tbf: Split UL and DL TBFs up in create_dl_ass() by Daniel Willmann · 10 years ago
  24. 93d1711 poll_controller: Use DL/UL TBFs in PollController::expireTimedout() by Daniel Willmann · 10 years ago
  25. 6a16e0c tbf: Use DL/UL TBFs in poll_timeout codepaths that deal only with one type by Daniel Willmann · 10 years ago
  26. 351a573 tests/alloc: Use the specific UL/DL TBF classes instead of the base by Daniel Willmann · 10 years ago
  27. 3016888 tbf, gprs_bssgp_pcu: Move some methods to DL TBF by Daniel Willmann · 10 years ago
  28. 532a4b5 bts: Change parameter in BTS::trigger_dl_ass() to DL TBF by Daniel Willmann · 10 years ago
  29. 1dac2eb bts: Make use of DL TBF explicit in rcv_imm_ass_cnf() by Daniel Willmann · 10 years ago
  30. b8f2601 tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBF by Daniel Willmann · 10 years ago
  31. 6c813fc bts, tbf: Make rcvd_dl_ack a method of the DL TBF by Daniel Willmann · 10 years ago
  32. 538ac5b tbf: Make append_data a function of DL TBFs by Daniel Willmann · 10 years ago
  33. 2354402 tbf: Make tbf_lookup_dl() return and handle() use a dl_tbf by Daniel Willmann · 10 years ago
  34. 057c285 bts: Remove the OSMO_ASSERTs for TBF direction by Daniel Willmann · 10 years ago
  35. 1b3864f tbf: Use plain old data structure (PODS) for llist management by Daniel Willmann · 10 years ago
  36. 4bbe334 Merge branch 'sysmocom/tbf-split' by Holger Hans Peter Freyther · 10 years ago
  37. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  38. 0d12a2f bts, tbf: Change the TBF return type of functions to the ul/dl version by Daniel Willmann · 10 years ago
  39. fe6e2e4 bts: Return the special type for {ul,dl}_tbf_by_* functions by Daniel Willmann · 10 years ago
  40. 078bb71 tbf: Add ul and dl TBF types and allocate them in tbf_alloc() by Daniel Willmann · 10 years ago
  41. 2207c5e bts: Ensure tbf direction with OSMO_ASSERT() by Daniel Willmann · 10 years ago
  42. febf1a0 bts: Split tbf_by_poll_fn into separate dl and ul functions by Daniel Willmann · 10 years ago
  43. 54044b0 bts: Separate functions for dl/ul tbf_by_tfi lookup by Daniel Willmann · 10 years ago
  44. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  45. e8915b9 misc: Add missing include for the rate counter by Holger Hans Peter Freyther · 10 years ago
  46. 2c98f1d misc: Add missing include for atoi by Holger Hans Peter Freyther · 10 years ago
  47. c421e8a misc: Add {} to avoid nested if/if/else ambigiouty by Holger Hans Peter Freyther · 10 years ago
  48. 35cc1c0 misc: Do not mix struct/class in the forward declaration by Holger Hans Peter Freyther · 10 years ago
  49. f3405e5 sysmobts: Add a hot-fix to avoid dumping -1 amount of data by Holger Hans Peter Freyther · 10 years ago
  50. 6d8884d Always exit and don't try to recover by Daniel Willmann · 10 years ago
  51. 77e58f6 bts: Remove outdated comment by Daniel Willmann · 10 years ago
  52. 5d77f14 csn1: Add spaces between string literal and identifier by Daniel Willmann · 10 years ago
  53. 17a1d5e gprs_rlcmac_pdch: Get rid of ul/dl_tbf by Daniel Willmann · 10 years ago
  54. 1e0c610 gprs_rlcmac_pdch: Don't access private members by Daniel Willmann · 10 years ago
  55. cf1fae7 tbf: Re-send dl assignment if we can upgrade to multislot by Daniel Willmann · 10 years ago
  56. 73191a4 tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignment by Daniel Willmann · 10 years ago
  57. fc03bbe tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ack by Daniel Willmann · 10 years ago
  58. 9167055 Fixed calculation of colliding UL/DL slots in TS allocation algorithm B by Andreas Eversberg · 10 years ago
  59. 8f35205 Merge remote-tracking branch 'origin/sysmocom/master' by Holger Hans Peter Freyther · 10 years ago
  60. f81e2f7 systemd: Do not re-start in case of exit(1) (e.g. a config issue) by Holger Hans Peter Freyther · 10 years ago
  61. 59fe8f7 systemd: Reduce the re-start interval to a couple of seconds by Holger Hans Peter Freyther · 10 years ago
  62. d8f3395 sysmopcu: Re-start the PCU on disconnect by Holger Hans Peter Freyther · 10 years ago
  63. a09e33c TODO: Update the todolist with some musings... by Holger Hans Peter Freyther · 10 years ago
  64. e5109ba tbf: Change the log area to RLCMACDL so we see it in a DL trace by Holger Hans Peter Freyther · 10 years ago
  65. 3d0cc2f tbf: Make finding use-after-free more easy and set to NULL or return by Holger Hans Peter Freyther · 10 years ago
  66. a004799 tbf: Use past-tense and call it created_ts by Holger Hans Peter Freyther · 10 years ago
  67. b293043 Merge remote-tracking branch 'sysmocom/tbf-vty' into sysmocom/master by Holger Hans Peter Freyther · 10 years ago
  68. 80367aa tbf: Save a timestamp at tbf allocation and print it in the VTY by Daniel Willmann · 10 years ago
  69. 772415f pcu_vty: Add a command to print info about all TBFs by Daniel Willmann · 10 years ago
  70. afa72f5 tbf: Add a function to output tbf info to VTY by Daniel Willmann · 10 years ago
  71. 85c1ea5 Merge remote-tracking branch 'sysmocom/window-rework' into sysmocom/master by Holger Hans Peter Freyther · 10 years ago
  72. 3ce011f rlc: Rename state() to show_state() to better reflect its function by Daniel Willmann · 10 years ago
  73. d54d9f5 rlc: Use an enum for the state array instead of chars by Daniel Willmann · 10 years ago
  74. 146514e rlc/tbf: Move v_b into DL window by Daniel Willmann · 10 years ago
  75. 5584479 rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_n by Daniel Willmann · 10 years ago
  76. 7c3751b rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests by Daniel Willmann · 10 years ago
  77. f4a1ec6 rlc: Rename the simple raise_v_r method to avoid naming conflicts by Daniel Willmann · 10 years ago
  78. c2fab7a alloc: Update the test result now that everything is back to working again by Holger Hans Peter Freyther · 10 years ago
  79. 0a94008 alloc_algorithm_b: Remove obsolete 'i' incrementation from for-loop by Andreas Eversberg · 10 years ago
  80. 2bf3446 misc: Allow to cross-execute the tests using qemu by Holger Hans Peter Freyther · 10 years ago
  81. 746b390 Merge branch 'sysmocom/allocation-corrections' into sysmocom/master by Holger Hans Peter Freyther · 10 years ago
  82. 1cd9d88 alloc_algorithm_b: Add seperate function to shrink rx window when TS are removed by Andreas Eversberg · 10 years ago
  83. fe2dcc8 alloc_algorithm_b: Increment 'i', so allocated TS will not exceed tx_range by Andreas Eversberg · 10 years ago
  84. f3eec04 alloc/test: Add a crazy test that tests each possible combination by Holger Hans Peter Freyther · 10 years ago
  85. 765736d alloc_algorithm_b: Do not select uplink slots that cannot be used for downlink by Andreas Eversberg · 10 years ago
  86. 7a16d46 alloc_algorithm_b: Set tx_range to 8, if all 8 TS are supported by MS by Andreas Eversberg · 10 years ago
  87. ccde4c4 alloc_algorithm_b: For type 1 MS, limit number of donwlink TS to 5 by Andreas Eversberg · 10 years ago
  88. b03d427 alloc_algorithm_b: Correctly increment RX/TX window, even if TS is not useable by Andreas Eversberg · 10 years ago
  89. 7319311 alloc: Move the uplink ts selection/pre-assignment out of the code by Holger Hans Peter Freyther · 10 years ago
  90. 1fe6932 alloc: Move the selection of the first enabled pdch to a new method by Holger Hans Peter Freyther · 10 years ago
  91. 3fd2ddf alloc: Move the tx window calculation to a new method by Holger Hans Peter Freyther · 10 years ago
  92. dd4af80 alloc: Move upating of the rx window max for Type==1 to a new method by Holger Hans Peter Freyther · 10 years ago
  93. e45c19b alloc: Move the collision handling to a new method by Holger Hans Peter Freyther · 10 years ago
  94. 882fc9b alloc: Move the selection of downlink slots to a new method by Holger Hans Peter Freyther · 10 years ago
  95. f34f344 alloc: Simplify the assignment of Trb and Ttb by Holger Hans Peter Freyther · 10 years ago
  96. df022f6 alloc: Add a note that the tx window handling differs from rx by Holger Hans Peter Freyther · 10 years ago
  97. c7b998c alloc/test: Go through all possible ms_classes for the allocation by Holger Hans Peter Freyther · 10 years ago
  98. 4af3053 alloc/tests: Create an allocation test for various scenarious by Holger Hans Peter Freyther · 10 years ago
  99. f37e514 bts: Rename ts and trx to ts_no and trx_no as we operate on number by Holger Hans Peter Freyther · 10 years ago
  100. 8f399de tbf: Kill the tsc member as it duplicates data by Holger Hans Peter Freyther · 10 years ago