1. 6325423 sched: Clean up helper function and improve logging by Pau Espin Pedrol · 3 years, 2 months ago
  2. c6dcfe3 sched: Rename func to describe its used only for RLCMAC CTRL blocks by Pau Espin Pedrol · 3 years, 2 months ago 2021q1
  3. 34f61af sched: Simplify else-if condition by Pau Espin Pedrol · 3 years, 2 months ago
  4. c1f38c7 Track scheduled UL blocks through USF by Pau Espin Pedrol · 3 years, 3 months ago
  5. 7bd92a3 Set matching USF if available when polling a UL TBF by Pau Espin Pedrol · 3 years, 3 months ago
  6. 4bab867 sched: Simplify usf selection code by Pau Espin Pedrol · 3 years, 3 months ago
  7. 107e94c sched: Fix scheduling UL TBF not matching conditions by Pau Espin Pedrol · 3 years, 3 months ago
  8. fd1fbdb sched: Use new PDCH UL Controller by Pau Espin Pedrol · 3 years, 4 months ago
  9. 15c58ac Add new PDCH UL Controller, drop SBAllocator class by Pau Espin Pedrol · 3 years, 4 months ago
  10. 2ad15d5 sched: sched_select_downlink(): Clean up param list and improve logging by Pau Espin Pedrol · 3 years, 4 months ago
  11. 3973eb5 sched: sched_select_ctrl_msg(): Clean up param list and improve logging by Pau Espin Pedrol · 3 years, 4 months ago
  12. 9345eb3 sched: Avoid selecting TBF to tx NACC Dl msg if no TFI is assigned by Pau Espin Pedrol · 3 years, 4 months ago
  13. cf6b3bc cosmetic: fix line indentation by Pau Espin Pedrol · 3 years, 4 months ago
  14. 952cb3d nacc: Implement Pkt Cell Change Continue retransmission by Pau Espin Pedrol · 3 years, 5 months ago
  15. fdbcea3 Drop comment about an already implemented TODO by Pau Espin Pedrol · 3 years, 5 months ago
  16. c0a250d Introduce NACC support by Pau Espin Pedrol · 3 years, 5 months ago
  17. 1a5439b sched: Avoid picking TBF with nacked dl blocks when GMSK is required by Pau Espin Pedrol · 3 years, 5 months ago
  18. 8f1701f sched: Check if egprs is enabled in TBF rather than MS being egprs capable by Pau Espin Pedrol · 3 years, 5 months ago
  19. d1049dc Allow multiple bts objects in PCU by Pau Espin Pedrol · 3 years, 5 months ago
  20. 0ece97d Rename 'bts_data' leftovers to 'bts' by Pau Espin Pedrol · 3 years, 5 months ago
  21. 2182e62 Unify BTS into a C usable structure by Pau Espin Pedrol · 3 years, 6 months ago
  22. 924aaad Move T_defs_pcu from BTS to PCU object by Pau Espin Pedrol · 3 years, 6 months ago
  23. bed48cc ms: Replace struct var with rate_ctr by Pau Espin Pedrol · 3 years, 6 months ago
  24. 480c8ac gprs_rlcmac_sched: fix incorrect SBA frame number assignment by Vadim Yanitskiy · 3 years, 6 months ago
  25. da971ee Convert GprsMS and helpers classes to C by Pau Espin Pedrol · 3 years, 7 months ago
  26. 86fad1e gprs_rlcmac_sched: don't leak a sched_dummy() by Alexander Couzens · 3 years, 6 months ago
  27. d6b913f sched: Convert code handling next_list array to be size independant by Pau Espin Pedrol · 3 years, 7 months ago
  28. b77a2c9 gprs_rlcmac_sched: Use helper structure to store several tbf pointer params by Pau Espin Pedrol · 3 years, 7 months ago
  29. 022f9e5 Implement downgrade to DL MCS1-4 when USF for GPRS_only MS by Pau Espin Pedrol · 3 years, 8 months ago
  30. 2286288 Support multiplexing of GPRS and EGPRS TBFs in one PDCH by Pau Espin Pedrol · 3 years, 8 months ago
  31. daa6c1c sched: Use correct GMSTAP category for EGPRS DL data blocks by Pau Espin Pedrol · 3 years, 8 months ago
  32. 4c5a7d3 sched: Fix sending GSMTAP DL data blocks with unset USF by Pau Espin Pedrol · 3 years, 8 months ago
  33. b3f2397 tbf: Make window() available to tbf base class by Pau Espin Pedrol · 3 years, 8 months ago
  34. a107f8f bts: Drop specific functions to add values to counters by Pau Espin Pedrol · 4 years, 2 months ago
  35. 2338e53 bts: Drop specific functions to increase counters by Pau Espin Pedrol · 4 years, 2 months ago
  36. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  37. 488aa29 cosmetic: fix whitespace by Pau Espin Pedrol · 4 years, 9 months ago
  38. 2b5c629 Use osmo_tdef to implement dl-tbf-idle-time by Pau Espin Pedrol · 4 years, 10 months ago
  39. 38cfa73 Use osmo_tdef to implement T3190 by Pau Espin Pedrol · 4 years, 10 months ago
  40. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  41. 6dc90b8 Move PDCH-related functions into separate files by Max · 6 years ago
  42. 1187a77 Update header includes by Max · 6 years ago
  43. cac6b66 TBF: make poll state internal by Max · 6 years ago
  44. 088c7df TBF: make UL ack state internal by Max · 6 years ago
  45. 0e59980 TBF: make UL/DL state internal by Max · 6 years ago
  46. d0532b5 TBF-DL: move priority computation into function by Max · 7 years ago
  47. 5a6bcfb cosmetic: convert explicit warnings to fixme/todo by Max · 7 years ago
  48. 8bfa659 Move gsmtap and accounting into separate function by Max · 7 years ago
  49. f7740aa GSMTAP: Fix channel type for data blocks: PDTCH instead of PACCH by Harald Welte · 7 years ago
  50. 717cdf5 Introduce GSMTAP categories by Harald Welte · 7 years ago
  51. 9dabfa2 Cleanup FN scheduling by Max · 7 years ago
  52. 3de6d06 fix PACCH paging: don't return early in case of NULL TBF by Neels Hofmeyr · 7 years ago
  53. e9a138e Handle packet access reject during packet resource request by aravind sirsikar · 7 years ago
  54. b78a4a6 fix segfault: check for NULL tbf in sched_select_ctrl_msg() by Neels Hofmeyr · 8 years ago
  55. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  56. ed3413e Handle packet access reject during EPDAN/PDAN with channel description by aravind sirsikar · 8 years ago
  57. 878bd1f Remove useless ARFCN parameter by Max · 8 years ago
  58. 7fdbf89 add KPI counter to count bytes for RLC and LLC frames by Alexander Couzens · 8 years ago
  59. f929e62 introduce new counter rlc_sent_control by Alexander Couzens · 8 years ago
  60. 4acb6b7 gprs_rlcmac_sched: fix mistype of CONTROL ACK by Alexander Couzens · 8 years ago
  61. 2cb1547 introduce new counter rlc_sent_dummy by Alexander Couzens · 8 years ago
  62. 9736d00 move statistics counter rlc_sent() to gprs_rlcmac_sched by Alexander Couzens · 8 years ago
  63. 1ff70c2 sched: Do PACCH assignments for the same direction last by Jacob Erlbeck · 8 years ago
  64. 646da1b tbf: Use is_control_ts() instead of comparing TS values directly by Jacob Erlbeck · 8 years ago
  65. 5a3c84d sched: Pass the current TS to the control create functions by Jacob Erlbeck · 8 years ago
  66. ed2dbf6 tbf: Use LListHead instead of llist_pods by Jacob Erlbeck · 9 years ago
  67. 580edbc sched: Assert that the generated message is not empty by Jacob Erlbeck · 9 years ago
  68. 6e75bc7 sched: Change next_ctrl_prio increment by Jacob Erlbeck · 9 years ago
  69. 2db0f08 bssgp: Use measured leak rate for flow control by Jacob Erlbeck · 9 years ago
  70. 502bd1f tbf: Poll MS on idle DL TBFs by Jacob Erlbeck · 9 years ago
  71. 0eabffd sched: Modify DL scheduling to use different priorities by Jacob Erlbeck · 9 years ago
  72. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  73. 4f3c420 gprs_rlcmac_sched: Use UL/DL TBFs in scheduler by Daniel Willmann · 10 years ago
  74. b8f2601 tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBF by Daniel Willmann · 10 years ago
  75. 1b3864f tbf: Use plain old data structure (PODS) for llist management by Daniel Willmann · 10 years ago
  76. 1e0c610 gprs_rlcmac_pdch: Don't access private members by Daniel Willmann · 10 years ago
  77. 705653b sched: Attempt to improve the fairness and schedule UL/AL ACK/ASS by Holger Hans Peter Freyther · 11 years ago
  78. aadfc2e sched: Remove unused bts parameter from the internal method by Holger Hans Peter Freyther · 11 years ago
  79. 7a5f3c2 tbf/sched: We pick the _last_ entry, rotate the lists by Holger Hans Peter Freyther · 11 years ago
  80. 40fc8f9 sched: Make internal methods static by Holger Hans Peter Freyther · 11 years ago
  81. 34f6e5e tbf: Make tfi private and update the code by Holger Hans Peter Freyther · 11 years ago
  82. ec80f82 tbf: Remove the trx_no field from the tbf, go through the trx object 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. 90b87ea misc: Fix typo.. resource in english only has one 's' by Holger Hans Peter Freyther · 11 years ago
  85. 61a0a04 tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbf by Holger Hans Peter Freyther · 11 years ago
  86. ae03f22 tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbf by Holger Hans Peter Freyther · 11 years ago
  87. 46bcb8d tbf: Move gprs_rlcmac_send_uplink_ack into the tbf by Holger Hans Peter Freyther · 11 years ago
  88. 2db7e7e tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbf by Holger Hans Peter Freyther · 11 years ago
  89. b65e08a misc: Remove the bts parameter from calls that take a tbf by Holger Hans Peter Freyther · 11 years ago
  90. 5458765 sched: Add another warning about trx->arfcn and arfcn.. by Holger Hans Peter Freyther · 11 years ago
  91. 34bd8bd bts/tbf: Move the lists into the BTS and do the look-up from the BTS by Holger Hans Peter Freyther · 11 years ago
  92. cedf890 sba: Create a SBAController that will manage the sbas for a BTS by Holger Hans Peter Freyther · 11 years ago
  93. 621dc2f sba: Move the sba code to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  94. 24e98d0 pdch: Move paging dequeue into the PDCH object by Holger Hans Peter Freyther · 11 years ago
  95. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  96. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  97. b19d726 bts: Remove global state from gprs_rlcmac_rcv_rts_block by Holger Hans Peter Freyther · 11 years ago
  98. d507ce6 bts: Remove global state from gprs_rlcmac_send_packet_uplink_assignment by Holger Hans Peter Freyther · 11 years ago
  99. 4ffc260 bts: Remove global state from gprs_rlcmac_send_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  100. 9f521cd bts: Remove global state from gprs_rlcmac_send_packet_downlink_assignment by Holger Hans Peter Freyther · 11 years ago