1. 2338e53 bts: Drop specific functions to increase counters by Pau Espin Pedrol · 4 years, 2 months ago
  2. 17402a5 Expect ms object to exist before calling tbf_alloc_ul_tbf() by Pau Espin Pedrol · 4 years, 2 months ago
  3. f094b46 fix egprs_mslot_class_from_ra(): multislot class may not be present by Vadim Yanitskiy · 4 years, 2 months ago
  4. e6bca37 bts: Return uint8_t in egprs_mslot_class_from_ra() by Pau Espin Pedrol · 4 years, 2 months ago
  5. 98eb03c bts: Fix Decoding EGPRS MultislotClass from 11-bit EGPRS PACKET CHANNEL REQUEST by Pau Espin Pedrol · 4 years, 2 months ago
  6. 9ee90d2 bts: Rename mslot_class_from_ra by Pau Espin Pedrol · 4 years, 2 months ago
  7. d7c3265 Pass paging group instead of imsi where later is not needed by Pau Espin Pedrol · 4 years, 6 months ago
  8. fbfab29 Split identity_lv param into mi+mi_len by Pau Espin Pedrol · 4 years, 6 months ago
  9. ffebd24 PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCH by Vadim Yanitskiy · 4 years, 9 months ago
  10. bd0dac3 PTCCH: implement basic message codec and API by Vadim Yanitskiy · 4 years, 9 months ago
  11. 1ec211f Log RACH Requests using GSMTAP by Pau Espin Pedrol · 4 years, 9 months ago
  12. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  13. 2b5c629 Use osmo_tdef to implement dl-tbf-idle-time by Pau Espin Pedrol · 4 years, 10 months ago
  14. 63700ea Use osmo_tdef to implement ms-idle-time by Pau Espin Pedrol · 4 years, 10 months ago
  15. 38cfa73 Use osmo_tdef to implement T3190 by Pau Espin Pedrol · 4 years, 10 months ago
  16. 5211d9d Use osmo_tdef for BSSGP T1 and T2 by Pau Espin Pedrol · 4 years, 10 months ago
  17. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  18. 5360ef5 bts.cpp: Fix osmo_tdef initialization on older g++ compilers by Pau Espin Pedrol · 4 years, 10 months ago
  19. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 10 months ago
  20. 45fdc44 tbf_dl: make preemptive retransmission optional by Oliver Smith · 4 years, 10 months ago
  21. ab8b01e ubsan: fix shift by Eric Wild · 5 years ago
  22. 8bb7904 fix spelling errors detected by lintian by Thorsten Alteholz · 6 years ago
  23. fba931b bts.cpp: ensure left-shift operation does not exceed uint32_t by Alexander Couzens · 5 years ago
  24. d5ffeb5 Explicitly clean up BTS singleton by Max · 5 years ago
  25. fc8afc2 Clarify write_immediate_assignment() signature by Max · 5 years ago
  26. 42f2d61 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  27. 6dc90b8 Move PDCH-related functions into separate files by Max · 6 years ago
  28. 1187a77 Update header includes by Max · 6 years ago
  29. 4382e4e Move paging generation into PDCH by Max · 6 years ago
  30. 137fd59 RACH: improve single block detection by Max · 6 years ago
  31. 5d7f757 TBF: add helpers for assignment type handling by Max · 6 years ago
  32. 69d585e TS alloc: print suggested TRX on allocation errors by Max · 6 years ago
  33. a76a7d0 Simplify TS alloc: adjust function signatures by Max · 6 years ago
  34. d000d80 Simplify TS alloc: use defines for constants by Max · 7 years ago
  35. 92b7a50 Simplify TS alloc: fix allocation calls by Max · 6 years ago
  36. cac6b66 TBF: make poll state internal by Max · 6 years ago
  37. 0e59980 TBF: make UL/DL state internal by Max · 6 years ago
  38. 2399b1d TBF: log source of state transitions by Max · 6 years ago
  39. ea98b7d TBF: move window parameters to UL/DL level by Max · 6 years ago
  40. 5881858 Clarify RACH-related interfaces by Max · 6 years ago
  41. 8dce1de TBF: cleanup state flag handling by Max · 6 years ago
  42. 467f633 TBF: log timer invocation source by Max · 7 years ago
  43. b2de1f7 TBF: unify timer handling by Max · 7 years ago
  44. 1714aea Fix warnings by Max · 7 years ago
  45. 59e4a4f TBF: add N3101 counter by Max · 7 years ago
  46. ee5be3a TBF: implement independent T31xx timers by Max · 7 years ago
  47. c21f007 Introduce LOGTBF* for consistent logging by Max · 7 years ago
  48. ea9968f Fix tests after rate_ctr change by Max · 7 years ago
  49. cea806e TBF: expand timer logging by Max · 7 years ago
  50. a5eb67d Replace '.' in counter names with ':' by Max · 7 years ago
  51. 1bcfa9a PCU: Fix TA adjustment by Minh-Quang Nguyen · 7 years ago
  52. 3e51d3e Call osmo_init_logging() before static BTS constructor by Harald Welte · 7 years ago
  53. 5a6bcfb cosmetic: convert explicit warnings to fixme/todo by Max · 7 years ago
  54. f60cf62 Simplify polling troubleshooting by Max · 7 years ago
  55. a10c398 Move DL assignment to TBF-DL by Max · 7 years ago
  56. 341dccd Move common code into functions by Max · 7 years ago
  57. fd13f6c Encapsulate handling of UL ACK timeout by Max · 7 years ago
  58. f7740aa GSMTAP: Fix channel type for data blocks: PDTCH instead of PACCH by Harald Welte · 7 years ago
  59. 717cdf5 Introduce GSMTAP categories by Harald Welte · 7 years ago
  60. 9530a40 check for missing result of rate_ctr_group_alloc() by Harald Welte · 7 years ago
  61. aae1bfb Remove TBF knowledge from rcv_control*dl_ack_nack by Max · 7 years ago
  62. 9dabfa2 Cleanup FN scheduling by Max · 7 years ago
  63. e8284a7 Fix typo in logging by Max · 7 years ago
  64. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  65. 5dd8d1b bts.cpp: Fix overloading ambiguity by Max · 7 years ago
  66. 1275a3f BTS: Convert relative frame numbers to absolute frame numbers by Philipp Maier · 7 years ago
  67. 53f0b4d cosmetic: Fix log output by Philipp Maier · 7 years ago
  68. d935d88 BTS: accept also relative frame numbers with rach requst by Philipp · 8 years ago
  69. e9a138e Handle packet access reject during packet resource request by aravind sirsikar · 7 years ago
  70. 127a1e0 Log additional info for radio errors by Max · 7 years ago
  71. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  72. 168911b Add new BTS level counters by sivasankari · 8 years ago
  73. f86307e Add BTS level counters by Mrinal Mishra · 8 years ago
  74. ed3413e Handle packet access reject during EPDAN/PDAN with channel description by aravind sirsikar · 8 years ago
  75. c0c3afd Handle Immediate assignment reject by aravind sirsikar · 8 years ago
  76. d71e8b3 Use qbit-TA to update Timing Advance by Max · 8 years ago
  77. 4ea4526 Revert "tbf: Add state WAIT_ASSIGN" by Neels Hofmeyr · 8 years ago
  78. 465f5bb Update the function immediate assignment for EGPRS by bhargava · 8 years ago
  79. 628dcfb Handle EGPRS 11 bit RACH in osmo-pcu by bhargava · 8 years ago
  80. 9bbe160 Fix Timing Advance handling by Max · 8 years ago
  81. 959d1de Change interface in osmo-pcu for 11 bit RACH by bhargava · 8 years ago
  82. d32aa03 typo in warning by Neels Hofmeyr · 8 years ago
  83. 23617c0 Remove GMSK only check in EGPRS UL by Aravind Sirsikar · 8 years ago
  84. 7fdbf89 add KPI counter to count bytes for RLC and LLC frames by Alexander Couzens · 8 years ago
  85. 2fcfc29 add comments to describe functions by Alexander Couzens · 8 years ago
  86. c8fd4b7 bts/counter: replace '_' with '-' in counter names by Alexander Couzens · 8 years ago
  87. f929e62 introduce new counter rlc_sent_control by Alexander Couzens · 8 years ago
  88. 543756a bts/rate_ctr: replace spaces by tabs by Alexander Couzens · 8 years ago
  89. 2cb1547 introduce new counter rlc_sent_dummy by Alexander Couzens · 8 years ago
  90. f1a7b8f tbf: Add state WAIT_ASSIGN by Jacob Erlbeck · 8 years ago
  91. 7d5157e tbf: Only free TBF if it was replaced in rcv_control_ack by Jacob Erlbeck · 8 years ago
  92. 2647a33 encoding: Redesign Encoding::write_immediate_assignment API by Jacob Erlbeck · 8 years ago
  93. 9876a3b tbf: Don't change type from CCCH to PACCH without ack by Jacob Erlbeck · 8 years ago
  94. 8eb1714 tbf: Add and use tbf->poll_ts by Jacob Erlbeck · 8 years ago
  95. 5f93f85 tbf: Do not reuse old TBF after RACH requests by Jacob Erlbeck · 8 years ago
  96. 0316dc6 tbf: Add counters for aborted TBF in state FLOW by Jacob Erlbeck · 8 years ago
  97. 29e3a2f Revert "tbf: Use the control TS for Immediate Assignments" by Jacob Erlbeck · 8 years ago
  98. 56d06f3 tbf: Use the control TS for Immediate Assignments by Jacob Erlbeck · 8 years ago
  99. 2ca86af tbf: Refactor calls to write_immediate_assignment by Jacob Erlbeck · 8 years ago
  100. 9b3d7e0 edge: Disable GPRS/EGPRS mixed mode by Jacob Erlbeck · 8 years ago