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