1. e4bcd21 tbf: allocate the bitvec on stack in create_{dl,ul}_ass() by Vadim Yanitskiy · 3 years, 10 months ago
  2. c82c1f5 tbf: cosmetic: use GSM_MACBLOCK_LEN where possible by Vadim Yanitskiy · 3 years, 10 months ago
  3. d21e961 tbf: Drop unneeded method set_tlli_from_ul by Pau Espin Pedrol · 4 years ago
  4. 2ae8337 Get rid of class GprsCodingScheme by Pau Espin Pedrol · 4 years, 1 month ago
  5. 2338e53 bts: Drop specific functions to increase counters by Pau Espin Pedrol · 4 years, 2 months ago
  6. 5dc6e46 Drop unneeded arg 'ta' in tbf_alloc_ul() by Pau Espin Pedrol · 4 years, 2 months ago
  7. 322456e Expect ms object to exist before calling tbf_alloc_dl_tbf() by Pau Espin Pedrol · 4 years, 2 months ago
  8. 17402a5 Expect ms object to exist before calling tbf_alloc_ul_tbf() by Pau Espin Pedrol · 4 years, 2 months ago
  9. acd67cb tbf: Avoid crash: don't set TBF window size if setup failed by Pau Espin Pedrol · 4 years, 2 months ago
  10. b2653fe Move gsm_rlcmac.cpp -> .c by Pau Espin Pedrol · 4 years, 3 months ago
  11. a0cbde7 tbf.cpp: Include c++ <new> header required for new operator's replacement type by Pau Espin Pedrol · 4 years, 3 months ago
  12. 980ef1e cosmetic: Do not indent header includes inside extern C block by Pau Espin Pedrol · 4 years, 3 months ago
  13. 9cbfe11 tbf: fix NULL pointer dereference in create_[ul|dl]_ass() by Vadim Yanitskiy · 4 years, 5 months ago
  14. c74e217 tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass() by Vadim Yanitskiy · 4 years, 5 months ago
  15. 5e300ce Check return code of rlcmac decode/encode functions by Pau Espin Pedrol · 4 years, 5 months ago
  16. d7c3265 Pass paging group instead of imsi where later is not needed by Pau Espin Pedrol · 4 years, 6 months ago
  17. bddf1ad Move tbf_{dl,ul} child constructors to respective .cpp files by Pau Espin Pedrol · 4 years, 9 months ago
  18. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  19. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 10 months ago
  20. ef1fe58 cosmetic: tbf: Rename T and N arrays by Pau Espin Pedrol · 4 years, 10 months ago
  21. 8bb7904 fix spelling errors detected by lintian by Thorsten Alteholz · 6 years ago
  22. 3a499f3 Encoding: drop struct gprs_rlcmac_bts* from all functions by Alexander Couzens · 5 years ago
  23. 8a8e0fb MCS: add mcs_is_*() helpers by Max · 5 years ago
  24. a4de02d MCS: move Mode enum outside of class definition by Max · 5 years ago
  25. fc8afc2 Clarify write_immediate_assignment() signature by Max · 5 years ago
  26. 7426c5f Add define for dummy burst string by Max · 5 years ago
  27. 218ee98 tbf: Replace '.' in counter names with ':' by Pau Espin Pedrol · 6 years ago
  28. 0926901 tbf: Use incrementing id for rate_ctr_group_alloc by Pau Espin Pedrol · 6 years ago
  29. f0f7df1 read monotonic clock with clock_gettime() instead of gettimeofday() by Stefan Sperling · 6 years ago
  30. 0b0748a tbf: Fix memset(0) on object with no trivial copy-assignment by Pau Espin Pedrol · 6 years ago
  31. 33c52b6 tbf: add frame number to log output by Philipp Maier · 6 years ago
  32. 847ed9f TBF: make network counters internal by Max · 6 years ago
  33. 6dc90b8 Move PDCH-related functions into separate files by Max · 6 years ago
  34. 1187a77 Update header includes by Max · 6 years ago
  35. 92b7a50 Simplify TS alloc: fix allocation calls by Max · 6 years ago
  36. e9fe0e3 Simplify TS alloc: adjust allocator signatures by Max · 7 years ago
  37. cac6b66 TBF: make poll state internal by Max · 6 years ago
  38. 088c7df TBF: make UL ack state internal by Max · 6 years ago
  39. 0e59980 TBF: make UL/DL state internal by Max · 6 years ago
  40. 0524e38 TBF: add dedicated log categories by Max · 6 years ago
  41. 2399b1d TBF: log source of state transitions by Max · 6 years ago
  42. 9d7357e TBF: unify EGPRS window calculation by Max · 7 years ago
  43. ea98b7d TBF: move window parameters to UL/DL level by Max · 6 years ago
  44. 8dce1de TBF: cleanup state flag handling by Max · 6 years ago
  45. 5081806 Make TBF state private by Max · 7 years ago
  46. 869c0c2 Fix llc_queue_size() type by Max · 6 years ago
  47. 0bc982e TBF: bail out for unknown timers by Max · 7 years ago
  48. 467f633 TBF: log timer invocation source by Max · 7 years ago
  49. b2de1f7 TBF: unify timer handling by Max · 7 years ago
  50. 59e4a4f TBF: add N3101 counter by Max · 7 years ago
  51. ee5be3a TBF: implement independent T31xx timers by Max · 7 years ago
  52. c21f007 Introduce LOGTBF* for consistent logging by Max · 7 years ago
  53. 9121318 TBF: remove unused variable by Max · 7 years ago
  54. 25a3ca4 TBF: move EGPRS enablement into (U|D)L-TBF by Max · 7 years ago
  55. cea806e TBF: expand timer logging by Max · 7 years ago
  56. 59f50c2 TBF: log timer override by Max · 7 years ago
  57. 5a6bcfb cosmetic: convert explicit warnings to fixme/todo by Max · 7 years ago
  58. f60cf62 Simplify polling troubleshooting by Max · 7 years ago
  59. a10c398 Move DL assignment to TBF-DL by Max · 7 years ago
  60. fd13f6c Encapsulate handling of UL ACK timeout by Max · 7 years ago
  61. 9530a40 check for missing result of rate_ctr_group_alloc() by Harald Welte · 7 years ago
  62. 9dabfa2 Cleanup FN scheduling by Max · 7 years ago
  63. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  64. 333d7e6 tbf.cpp: use new tlli instead of old tlli by Alexander Couzens · 7 years ago
  65. d34646a Fix dozens of compiler warnings across the board by Neels Hofmeyr · 7 years ago
  66. e9a138e Handle packet access reject during packet resource request by aravind sirsikar · 7 years ago
  67. 8adfcd0 Add compression support in EGPRS PUAN by sivasankari · 7 years ago
  68. e66de5b Improve logging by Max · 7 years ago
  69. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  70. 5395073 Add statistics in the ms and tbf level. by sivasankari · 8 years ago
  71. 168911b Add new BTS level counters by sivasankari · 8 years ago
  72. f86307e Add BTS level counters by Mrinal Mishra · 8 years ago
  73. ed3413e Handle packet access reject during EPDAN/PDAN with channel description by aravind sirsikar · 8 years ago
  74. 4ea4526 Revert "tbf: Add state WAIT_ASSIGN" by Neels Hofmeyr · 8 years ago
  75. d38b92e tbf: add llc_queue_size() to check llc_queue is valid before calling size() by Alexander Couzens · 8 years ago
  76. 0ee31cf Fix EGPRS DL window calculation during tbf update by Aravind Sirsikar · 8 years ago
  77. 8e70bb5 tbf_dl: factor out EGPRS DL window size calculation by Aravind Sirsikar · 8 years ago
  78. 9bbe160 Fix Timing Advance handling by Max · 8 years ago
  79. e04fd0c tbf: replace this == NULL check in tbf->name by Alexander Couzens · 8 years ago
  80. f1a7b8f tbf: Add state WAIT_ASSIGN by Jacob Erlbeck · 8 years ago
  81. 9876a3b tbf: Don't change type from CCCH to PACCH without ack by Jacob Erlbeck · 8 years ago
  82. 6b356a5 tbf: Use TLLI as ID if TFI not yet assigned by Jacob Erlbeck · 8 years ago
  83. f2694b7 tbf: Add check_polling/set_polling by Jacob Erlbeck · 8 years ago
  84. 8eb1714 tbf: Add and use tbf->poll_ts by Jacob Erlbeck · 8 years ago
  85. 646da1b tbf: Use is_control_ts() instead of comparing TS values directly by Jacob Erlbeck · 8 years ago
  86. 5a3c84d sched: Pass the current TS to the control create functions by Jacob Erlbeck · 8 years ago
  87. 5f93f85 tbf: Do not reuse old TBF after RACH requests by Jacob Erlbeck · 8 years ago
  88. f04a5b3 tbf: Add abort method for downlink TBF by Jacob Erlbeck · 8 years ago
  89. 0316dc6 tbf: Add counters for aborted TBF in state FLOW by Jacob Erlbeck · 8 years ago
  90. 36df774 edge: Make window size configurable by Jacob Erlbeck · 8 years ago
  91. 3b1c553 edge: Work-around to use EGPRS if there was no DL RA Cap by Jacob Erlbeck · 8 years ago
  92. 9b3d7e0 edge: Disable GPRS/EGPRS mixed mode by Jacob Erlbeck · 8 years ago
  93. 314ec4d tbf: Remove obsolete TLLI functions by Jacob Erlbeck · 8 years ago
  94. 08f631c edge: Enable EGPRS in downlink TBFs by Jacob Erlbeck · 8 years ago
  95. 166c9fc edge: Support EGPRS in write_packet_downlink_assignment by Jacob Erlbeck · 8 years ago
  96. cb72890 edge: Replace integer cs by GprsCodingScheme by Jacob Erlbeck · 8 years ago
  97. ed2dbf6 tbf: Use LListHead instead of llist_pods by Jacob Erlbeck · 9 years ago
  98. bf49f04 tbf/vty: Move tbf_print_vty_info to pcu_vty_functions.cpp by Jacob Erlbeck · 9 years ago
  99. aa9daa1 tbf: Replace static casts by calls to as_ul_tbf/as_dl_tbf by Jacob Erlbeck · 9 years ago
  100. 8e323b3 edge: Set the EGPRS window parameters by Jacob Erlbeck · 9 years ago