1. b71aab5 tbf: Reuse stored result in variable in check_polling() by Pau Espin Pedrol · 3 years, 6 months ago
  2. c0a250d Introduce NACC support by Pau Espin Pedrol · 3 years, 6 months ago
  3. 1e77ca8 tbf: Make tbf_ms() param const by Pau Espin Pedrol · 3 years, 6 months ago
  4. fc46493 Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFs by Pau Espin Pedrol · 3 years, 6 months ago
  5. 2238228 tbf: Drop always-true condition checking for MS by Pau Espin Pedrol · 3 years, 6 months ago
  6. 906aafc Move tbf::free_all static methods to proper object files by Pau Espin Pedrol · 3 years, 6 months ago
  7. 4a5209d Get rid of unused gsm_timer.{cpp,h} by Pau Espin Pedrol · 3 years, 6 months ago
  8. 0ece97d Rename 'bts_data' leftovers to 'bts' by Pau Espin Pedrol · 3 years, 6 months ago
  9. 2182e62 Unify BTS into a C usable structure by Pau Espin Pedrol · 3 years, 6 months ago
  10. 519d071 Move ws_* fields from BTS to PCU by Pau Espin Pedrol · 3 years, 6 months ago
  11. a281495 Move alpha,gamma fields from BTS to PCU by Pau Espin Pedrol · 3 years, 6 months ago
  12. 924aaad Move T_defs_pcu from BTS to PCU object by Pau Espin Pedrol · 3 years, 6 months ago
  13. ac3fd12 Split PCU global PCU object from BTS object by Pau Espin Pedrol · 3 years, 6 months ago
  14. c2d3625 tbf: remove 'software error' logs from tbf_free by Pau Espin Pedrol · 3 years, 7 months ago
  15. 8b4b19a tbf: Fix wrong verb used in log message by Pau Espin Pedrol · 3 years, 7 months ago
  16. da971ee Convert GprsMS and helpers classes to C by Pau Espin Pedrol · 3 years, 7 months ago
  17. 7fd9a29 tbf: Log previous TS when changing Control TS by Pau Espin Pedrol · 3 years, 8 months ago
  18. cb98894 TLLI 0x00000000 is a valid TLLI, use 0xffffffff instead by Vadim Yanitskiy · 3 years, 9 months ago
  19. 9897b26 gprs_ms: Avoid enabling EGPRS if no MCS are supported by Pau Espin Pedrol · 3 years, 9 months ago
  20. 8072e35 Move EGPRS MS mode set to gprs_ms.cpp by Pau Espin Pedrol · 3 years, 9 months ago
  21. 528820d tbf: Clean up gprs_rlcmac_dl_tbf::handle() by Pau Espin Pedrol · 3 years, 9 months ago
  22. b385969 Move dl_tbf allocation code to correct file by Pau Espin Pedrol · 3 years, 9 months ago
  23. 442198c Move ul_tbf allocation code to correct file by Pau Espin Pedrol · 3 years, 9 months ago
  24. e9f77d3 tbf: Set MS during constructor time by Pau Espin Pedrol · 3 years, 9 months ago
  25. 834cbab Move constructor gprs_rlcmac_dl_tbf::BandWidth to correct file by Pau Espin Pedrol · 3 years, 9 months ago
  26. 9767e44 Move gprs_rlcmac_ul_tbf::window to correct file by Pau Espin Pedrol · 3 years, 9 months ago
  27. cd6c466 tbf: Don't log rlcmac_diag() output in separate lines by Pau Espin Pedrol · 3 years, 10 months ago
  28. db56a35 encoding: use CSN.1 codec to generate Packet Uplink Assignment by Vadim Yanitskiy · 4 years ago
  29. e4bcd21 tbf: allocate the bitvec on stack in create_{dl,ul}_ass() by Vadim Yanitskiy · 4 years ago
  30. c82c1f5 tbf: cosmetic: use GSM_MACBLOCK_LEN where possible by Vadim Yanitskiy · 4 years ago
  31. d21e961 tbf: Drop unneeded method set_tlli_from_ul by Pau Espin Pedrol · 4 years, 1 month ago
  32. 2ae8337 Get rid of class GprsCodingScheme by Pau Espin Pedrol · 4 years, 2 months ago
  33. 2338e53 bts: Drop specific functions to increase counters by Pau Espin Pedrol · 4 years, 2 months ago
  34. 5dc6e46 Drop unneeded arg 'ta' in tbf_alloc_ul() by Pau Espin Pedrol · 4 years, 2 months ago
  35. 322456e Expect ms object to exist before calling tbf_alloc_dl_tbf() by Pau Espin Pedrol · 4 years, 3 months ago
  36. 17402a5 Expect ms object to exist before calling tbf_alloc_ul_tbf() by Pau Espin Pedrol · 4 years, 3 months ago
  37. acd67cb tbf: Avoid crash: don't set TBF window size if setup failed by Pau Espin Pedrol · 4 years, 3 months ago
  38. b2653fe Move gsm_rlcmac.cpp -> .c by Pau Espin Pedrol · 4 years, 4 months ago
  39. a0cbde7 tbf.cpp: Include c++ <new> header required for new operator's replacement type by Pau Espin Pedrol · 4 years, 4 months ago
  40. 980ef1e cosmetic: Do not indent header includes inside extern C block by Pau Espin Pedrol · 4 years, 4 months ago
  41. 9cbfe11 tbf: fix NULL pointer dereference in create_[ul|dl]_ass() by Vadim Yanitskiy · 4 years, 6 months ago
  42. c74e217 tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass() by Vadim Yanitskiy · 4 years, 6 months ago
  43. 5e300ce Check return code of rlcmac decode/encode functions by Pau Espin Pedrol · 4 years, 6 months ago
  44. d7c3265 Pass paging group instead of imsi where later is not needed by Pau Espin Pedrol · 4 years, 7 months ago
  45. bddf1ad Move tbf_{dl,ul} child constructors to respective .cpp files by Pau Espin Pedrol · 4 years, 10 months ago
  46. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 10 months ago
  47. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 11 months ago
  48. ef1fe58 cosmetic: tbf: Rename T and N arrays by Pau Espin Pedrol · 4 years, 11 months ago
  49. 8bb7904 fix spelling errors detected by lintian by Thorsten Alteholz · 6 years ago
  50. 3a499f3 Encoding: drop struct gprs_rlcmac_bts* from all functions by Alexander Couzens · 5 years ago
  51. 8a8e0fb MCS: add mcs_is_*() helpers by Max · 5 years ago
  52. a4de02d MCS: move Mode enum outside of class definition by Max · 5 years ago
  53. fc8afc2 Clarify write_immediate_assignment() signature by Max · 5 years ago
  54. 7426c5f Add define for dummy burst string by Max · 5 years ago
  55. 218ee98 tbf: Replace '.' in counter names with ':' by Pau Espin Pedrol · 6 years ago
  56. 0926901 tbf: Use incrementing id for rate_ctr_group_alloc by Pau Espin Pedrol · 6 years ago
  57. f0f7df1 read monotonic clock with clock_gettime() instead of gettimeofday() by Stefan Sperling · 6 years ago
  58. 0b0748a tbf: Fix memset(0) on object with no trivial copy-assignment by Pau Espin Pedrol · 6 years ago
  59. 33c52b6 tbf: add frame number to log output by Philipp Maier · 6 years ago
  60. 847ed9f TBF: make network counters internal by Max · 6 years ago
  61. 6dc90b8 Move PDCH-related functions into separate files by Max · 6 years ago
  62. 1187a77 Update header includes by Max · 6 years ago
  63. 92b7a50 Simplify TS alloc: fix allocation calls by Max · 6 years ago
  64. e9fe0e3 Simplify TS alloc: adjust allocator signatures by Max · 7 years ago
  65. cac6b66 TBF: make poll state internal by Max · 7 years ago
  66. 088c7df TBF: make UL ack state internal by Max · 7 years ago
  67. 0e59980 TBF: make UL/DL state internal by Max · 7 years ago
  68. 0524e38 TBF: add dedicated log categories by Max · 7 years ago
  69. 2399b1d TBF: log source of state transitions by Max · 7 years ago
  70. 9d7357e TBF: unify EGPRS window calculation by Max · 7 years ago
  71. ea98b7d TBF: move window parameters to UL/DL level by Max · 7 years ago
  72. 8dce1de TBF: cleanup state flag handling by Max · 7 years ago
  73. 5081806 Make TBF state private by Max · 7 years ago
  74. 869c0c2 Fix llc_queue_size() type by Max · 7 years ago
  75. 0bc982e TBF: bail out for unknown timers by Max · 7 years ago
  76. 467f633 TBF: log timer invocation source by Max · 7 years ago
  77. b2de1f7 TBF: unify timer handling by Max · 7 years ago
  78. 59e4a4f TBF: add N3101 counter by Max · 7 years ago
  79. ee5be3a TBF: implement independent T31xx timers by Max · 7 years ago
  80. c21f007 Introduce LOGTBF* for consistent logging by Max · 7 years ago
  81. 9121318 TBF: remove unused variable by Max · 7 years ago
  82. 25a3ca4 TBF: move EGPRS enablement into (U|D)L-TBF by Max · 7 years ago
  83. cea806e TBF: expand timer logging by Max · 7 years ago
  84. 59f50c2 TBF: log timer override by Max · 7 years ago
  85. 5a6bcfb cosmetic: convert explicit warnings to fixme/todo by Max · 7 years ago
  86. f60cf62 Simplify polling troubleshooting by Max · 7 years ago
  87. a10c398 Move DL assignment to TBF-DL by Max · 7 years ago
  88. fd13f6c Encapsulate handling of UL ACK timeout by Max · 7 years ago
  89. 9530a40 check for missing result of rate_ctr_group_alloc() by Harald Welte · 7 years ago
  90. 9dabfa2 Cleanup FN scheduling by Max · 7 years ago
  91. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  92. 333d7e6 tbf.cpp: use new tlli instead of old tlli by Alexander Couzens · 8 years ago
  93. d34646a Fix dozens of compiler warnings across the board by Neels Hofmeyr · 7 years ago
  94. e9a138e Handle packet access reject during packet resource request by aravind sirsikar · 8 years ago
  95. 8adfcd0 Add compression support in EGPRS PUAN by sivasankari · 8 years ago
  96. e66de5b Improve logging by Max · 8 years ago
  97. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  98. 5395073 Add statistics in the ms and tbf level. by sivasankari · 8 years ago
  99. 168911b Add new BTS level counters by sivasankari · 8 years ago
  100. f86307e Add BTS level counters by Mrinal Mishra · 8 years ago