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