1. ac3fd12 Split PCU global PCU object from BTS object by Pau Espin Pedrol · 3 years, 5 months ago
  2. eb70a40 bts: fix uninitialized memaccess in BTS::send_gsmtap() by Vadim Yanitskiy · 3 years, 5 months ago
  3. 55022ea bts: fix uninitialized memaccess in BTS::send_gsmtap_rach() by Vadim Yanitskiy · 3 years, 5 months ago
  4. da971ee Convert GprsMS and helpers classes to C by Pau Espin Pedrol · 3 years, 6 months ago
  5. 3db4789 gprs_ns2: set default dialect to ipaccess by Alexander Couzens · 3 years, 6 months ago
  6. 022f9e5 Implement downgrade to DL MCS1-4 when USF for GPRS_only MS by Pau Espin Pedrol · 3 years, 7 months ago
  7. e309d80 Fix ctr reports: Remove ctr description from already removed counter by Pau Espin Pedrol · 3 years, 7 months ago
  8. 343ec9b Take into account BTS supported (M)CS values when retrieving the maximum by Pau Espin Pedrol · 3 years, 8 months ago
  9. d87722d pcuif: Improve BTS-supported CS/MCS handling by Pau Espin Pedrol · 3 years, 8 months ago
  10. 46fd7a0 Move BTS initial values inside bts.cpp by Pau Espin Pedrol · 3 years, 8 months ago
  11. 983bb7e alloc_algo_b: Select TRX with least assigned TFIs during TBF alloc by Pau Espin Pedrol · 3 years, 8 months ago
  12. 0a369e5 bts.cpp: Increase constructor priority by Harald Welte · 3 years, 9 months ago
  13. 1156776 encoding: pass pdch slot directly to encoding functions by Vadim Yanitskiy · 4 years ago
  14. 59fc0bd paging: pass struct osmo_mobile_identity, not encoded IE bytes by Neels Hofmeyr · 3 years, 10 months ago
  15. 0052051 use new osmo_mobile_identity api (avoid deprecation) by Neels Hofmeyr · 3 years, 10 months ago
  16. eb1e0fa bts: cosmetic: use DUMMY_VEC for padding where possible by Vadim Yanitskiy · 4 years ago
  17. 81b610e bts: fix send_gsmtap_rach(): properly pack 11 bit RA by Vadim Yanitskiy · 4 years ago
  18. 07b6487 bts: add send_gsmtap_rach(), also send PTCCH/U over GSMTAP by Vadim Yanitskiy · 4 years ago
  19. b90d34b BTS::parse_rach_ind(): properly handle EGPRS Packet Channel Request by Vadim Yanitskiy · 4 years, 1 month ago
  20. a0a0b7f bts: refactor handling and parsing of RACH.ind by Vadim Yanitskiy · 4 years, 1 month ago
  21. 0b0391f gsmtap: Set signal level and SNR fields by Pau Espin Pedrol · 4 years, 1 month ago
  22. 2338e53 bts: Drop specific functions to increase counters by Pau Espin Pedrol · 4 years, 1 month ago
  23. 17402a5 Expect ms object to exist before calling tbf_alloc_ul_tbf() by Pau Espin Pedrol · 4 years, 1 month ago
  24. f094b46 fix egprs_mslot_class_from_ra(): multislot class may not be present by Vadim Yanitskiy · 4 years, 1 month ago
  25. e6bca37 bts: Return uint8_t in egprs_mslot_class_from_ra() by Pau Espin Pedrol · 4 years, 1 month ago
  26. 98eb03c bts: Fix Decoding EGPRS MultislotClass from 11-bit EGPRS PACKET CHANNEL REQUEST by Pau Espin Pedrol · 4 years, 1 month ago
  27. 9ee90d2 bts: Rename mslot_class_from_ra by Pau Espin Pedrol · 4 years, 1 month ago
  28. d7c3265 Pass paging group instead of imsi where later is not needed by Pau Espin Pedrol · 4 years, 6 months ago
  29. fbfab29 Split identity_lv param into mi+mi_len by Pau Espin Pedrol · 4 years, 6 months ago
  30. ffebd24 PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCH by Vadim Yanitskiy · 4 years, 9 months ago
  31. bd0dac3 PTCCH: implement basic message codec and API by Vadim Yanitskiy · 4 years, 9 months ago
  32. 1ec211f Log RACH Requests using GSMTAP by Pau Espin Pedrol · 4 years, 9 months ago
  33. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  34. 2b5c629 Use osmo_tdef to implement dl-tbf-idle-time by Pau Espin Pedrol · 4 years, 9 months ago
  35. 63700ea Use osmo_tdef to implement ms-idle-time by Pau Espin Pedrol · 4 years, 9 months ago
  36. 38cfa73 Use osmo_tdef to implement T3190 by Pau Espin Pedrol · 4 years, 9 months ago
  37. 5211d9d Use osmo_tdef for BSSGP T1 and T2 by Pau Espin Pedrol · 4 years, 10 months ago
  38. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  39. 5360ef5 bts.cpp: Fix osmo_tdef initialization on older g++ compilers by Pau Espin Pedrol · 4 years, 9 months ago
  40. 28f160e Introduce osmo_tdef infra and timer VTY commands by Pau Espin Pedrol · 4 years, 10 months ago
  41. 45fdc44 tbf_dl: make preemptive retransmission optional by Oliver Smith · 4 years, 10 months ago
  42. ab8b01e ubsan: fix shift by Eric Wild · 5 years ago
  43. 8bb7904 fix spelling errors detected by lintian by Thorsten Alteholz · 6 years ago
  44. fba931b bts.cpp: ensure left-shift operation does not exceed uint32_t by Alexander Couzens · 5 years ago
  45. d5ffeb5 Explicitly clean up BTS singleton by Max · 5 years ago
  46. fc8afc2 Clarify write_immediate_assignment() signature by Max · 5 years ago
  47. 42f2d61 use osmo_init_logging2() with proper talloc ctx by Neels Hofmeyr · 6 years ago
  48. 6dc90b8 Move PDCH-related functions into separate files by Max · 6 years ago
  49. 1187a77 Update header includes by Max · 6 years ago
  50. 4382e4e Move paging generation into PDCH by Max · 6 years ago
  51. 137fd59 RACH: improve single block detection by Max · 6 years ago
  52. 5d7f757 TBF: add helpers for assignment type handling by Max · 6 years ago
  53. 69d585e TS alloc: print suggested TRX on allocation errors by Max · 6 years ago
  54. a76a7d0 Simplify TS alloc: adjust function signatures by Max · 6 years ago
  55. d000d80 Simplify TS alloc: use defines for constants by Max · 7 years ago
  56. 92b7a50 Simplify TS alloc: fix allocation calls by Max · 6 years ago
  57. cac6b66 TBF: make poll state internal by Max · 6 years ago
  58. 0e59980 TBF: make UL/DL state internal by Max · 6 years ago
  59. 2399b1d TBF: log source of state transitions by Max · 6 years ago
  60. ea98b7d TBF: move window parameters to UL/DL level by Max · 6 years ago
  61. 5881858 Clarify RACH-related interfaces by Max · 6 years ago
  62. 8dce1de TBF: cleanup state flag handling by Max · 6 years ago
  63. 467f633 TBF: log timer invocation source by Max · 6 years ago
  64. b2de1f7 TBF: unify timer handling by Max · 6 years ago
  65. 1714aea Fix warnings by Max · 6 years ago
  66. 59e4a4f TBF: add N3101 counter by Max · 6 years ago
  67. ee5be3a TBF: implement independent T31xx timers by Max · 6 years ago
  68. c21f007 Introduce LOGTBF* for consistent logging by Max · 7 years ago
  69. ea9968f Fix tests after rate_ctr change by Max · 7 years ago
  70. cea806e TBF: expand timer logging by Max · 7 years ago
  71. a5eb67d Replace '.' in counter names with ':' by Max · 7 years ago
  72. 1bcfa9a PCU: Fix TA adjustment by Minh-Quang Nguyen · 7 years ago
  73. 3e51d3e Call osmo_init_logging() before static BTS constructor by Harald Welte · 7 years ago
  74. 5a6bcfb cosmetic: convert explicit warnings to fixme/todo by Max · 7 years ago
  75. f60cf62 Simplify polling troubleshooting by Max · 7 years ago
  76. a10c398 Move DL assignment to TBF-DL by Max · 7 years ago
  77. 341dccd Move common code into functions by Max · 7 years ago
  78. fd13f6c Encapsulate handling of UL ACK timeout by Max · 7 years ago
  79. f7740aa GSMTAP: Fix channel type for data blocks: PDTCH instead of PACCH by Harald Welte · 7 years ago
  80. 717cdf5 Introduce GSMTAP categories by Harald Welte · 7 years ago
  81. 9530a40 check for missing result of rate_ctr_group_alloc() by Harald Welte · 7 years ago
  82. aae1bfb Remove TBF knowledge from rcv_control*dl_ack_nack by Max · 7 years ago
  83. 9dabfa2 Cleanup FN scheduling by Max · 7 years ago
  84. e8284a7 Fix typo in logging by Max · 7 years ago
  85. ccde5c9 remove pcu own bitvector implementation by Alexander Couzens · 7 years ago
  86. 5dd8d1b bts.cpp: Fix overloading ambiguity by Max · 7 years ago
  87. 1275a3f BTS: Convert relative frame numbers to absolute frame numbers by Philipp Maier · 7 years ago
  88. 53f0b4d cosmetic: Fix log output by Philipp Maier · 7 years ago
  89. d935d88 BTS: accept also relative frame numbers with rach requst by Philipp · 8 years ago
  90. e9a138e Handle packet access reject during packet resource request by aravind sirsikar · 7 years ago
  91. 127a1e0 Log additional info for radio errors by Max · 7 years ago
  92. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  93. 168911b Add new BTS level counters by sivasankari · 8 years ago
  94. f86307e Add BTS level counters by Mrinal Mishra · 8 years ago
  95. ed3413e Handle packet access reject during EPDAN/PDAN with channel description by aravind sirsikar · 8 years ago
  96. c0c3afd Handle Immediate assignment reject by aravind sirsikar · 8 years ago
  97. d71e8b3 Use qbit-TA to update Timing Advance by Max · 8 years ago
  98. 4ea4526 Revert "tbf: Add state WAIT_ASSIGN" by Neels Hofmeyr · 8 years ago
  99. 465f5bb Update the function immediate assignment for EGPRS by bhargava · 8 years ago
  100. 628dcfb Handle EGPRS 11 bit RACH in osmo-pcu by bhargava · 8 years ago