1. ff7c581 Rename gprs_rlcmac_ts_alloc.cpp -> alloc_algo.cpp & create own .h file by Pau Espin Pedrol · 1 year, 6 months ago
  2. 9935d0d Convert ms_first_common_ts to struct gprs_rlcmac_pdch by Pau Espin Pedrol · 1 year, 6 months ago
  3. 478c150 bts: Adapt slot_mask to trx defined array size by Pau Espin Pedrol · 1 year, 6 months ago
  4. a621d59 Refactor code rejecting UL-TBF upon rx of PktResourceReq by Pau Espin Pedrol · 1 year, 6 months ago
  5. 57b2589 tbf_ul: Fix wrong struct type in field by Pau Espin Pedrol · 1 year, 6 months ago
  6. 4a09054 Trigger PACCH assignment inside dl_tbf_upgrade_to_multislot() by Pau Espin Pedrol · 1 year, 6 months ago
  7. b7a2b59 Refactor code related to DL-TBF upgrade to multislot by Pau Espin Pedrol · 1 year, 6 months ago
  8. 140c97c Get rid of tbf->first_ts by Pau Espin Pedrol · 1 year, 6 months ago
  9. 345d9ad Move first_common_ts from gprs_rlcmac_tbf to GprsMs by Pau Espin Pedrol · 1 year, 6 months ago
  10. 44347ef pcuif_proto: use define constant to specify nax number of trx by Philipp Maier · 1 year, 6 months ago
  11. 5ba3ef9 sched: Pass pdch to *_create_rlcmac_msg() functions by Pau Espin Pedrol · 1 year, 6 months ago
  12. 106f2a0 Move control_ts explicit checks out of the scheduler implementation by Pau Espin Pedrol · 1 year, 6 months ago
  13. 83a0892 tbf_dl_fsm_ctx: Properly define tbf backptr as dl_tbf by Pau Espin Pedrol · 1 year, 6 months ago
  14. cdc762a tbf_ul_fsm_ctx: Properly define tbf backptr as ul_tbf by Pau Espin Pedrol · 1 year, 6 months ago
  15. cefddbc encoding::write_immediate_assignment(): Constify tbf param by Pau Espin Pedrol · 1 year, 6 months ago
  16. 7e1fec2 Pass pdch ptr to tbf_compute_priority by Pau Espin Pedrol · 1 year, 6 months ago
  17. e875769 Pass gprs_rlcmac_pdch to tbf_is_control_ts by Pau Espin Pedrol · 1 year, 6 months ago
  18. b5fa1aa pdch_ulc_get_node(): assert if ulc pointer is null by Pau Espin Pedrol · 1 year, 6 months ago
  19. 586ddda pdch: Initial support Handling PktResReq with ID_TYPE=UL/DL_TFI by Pau Espin Pedrol · 1 year, 7 months ago
  20. 4f29fe7 Convert gprs_debug.cpp to C by Pau Espin Pedrol · 1 year, 7 months ago
  21. 343c0ee Split tbf_fsm as tbf_{ul,dl}_fsm by Pau Espin Pedrol · 1 year, 7 months ago
  22. c6e4aef Refactor tbf_is_tfi_assigned() to avoid accessing tbf->state_fsm by Pau Espin Pedrol · 1 year, 7 months ago
  23. 1e1275f tbf: Add tbf_as_{ul,dl}_tbf_const func helpers by Pau Espin Pedrol · 1 year, 7 months ago
  24. ac9ee9a tbf: Drop unused function by Pau Espin Pedrol · 1 year, 7 months ago
  25. f197f15 tbf_fsm: Move osmo_fsm_inst fi out of struct tbf_fsm_ctx by Pau Espin Pedrol · 1 year, 7 months ago
  26. 06abd3e tbf_fsm: Move tbf_fsm_state_chg macro to .c file by Pau Espin Pedrol · 1 year, 7 months ago
  27. dc6a860 constify pdch_ulc_get_next_free_fn() parameter by Max · 1 year, 7 months ago
  28. 36342f4 cosmetic: drop duplicated comment by Max · 1 year, 7 months ago
  29. 477178d cosmetic: drop unused field from struct pdch_ulc by Max · 1 year, 7 months ago
  30. 1002c43 Update and document realtime scheduling priority in service file by Max · 1 year, 7 months ago
  31. f94562a update horribly outdated copyright statement on VTY by Harald Welte · 1 year, 7 months ago
  32. 3cf9d53 Makefile.am: drop unneeded '-ldl -pthread' from AM_CXXFLAGS by Vadim Yanitskiy · 1 year, 7 months ago
  33. 38a9a25 Disable logging fsm addresses by Pau Espin Pedrol · 1 year, 8 months ago
  34. 94f8258 Improve MS logging by Pau Espin Pedrol · 1 year, 8 months ago
  35. 57843c5 Improve TBF logging by Pau Espin Pedrol · 1 year, 8 months ago
  36. 01dfe04 tbf_ul: Assign DL-TBF if needed after UL-TBF has gone over contenion resolution by Pau Espin Pedrol · 1 year, 8 months ago
  37. f38a47e tbf_fsm: Introduce new event to act upon contention resolution success by Pau Espin Pedrol · 1 year, 8 months ago
  38. 677bebb Avoid losing DL-TBF during MS merge by Pau Espin Pedrol · 1 year, 8 months ago
  39. 338a5ae tbf_fsm: Introduce new event TBF_EV_FIRST_UL_DATA_RECVD by Pau Espin Pedrol · 1 year, 8 months ago
  40. 8abe13c Rework tbf::update_ms() by Pau Espin Pedrol · 1 year, 8 months ago
  41. bda7bb7 Rename tbf_alloc_ul_tbf -> ul_tbf_alloc by Pau Espin Pedrol · 1 year, 8 months ago
  42. b8ff74b gprs_ms: Add comment warning the user that a ptr may be freed after call to func by Pau Espin Pedrol · 1 year, 8 months ago
  43. 32416fd Join ms_merge_and_clear_ms() and ms_merge_old_ms() by Pau Espin Pedrol · 1 year, 8 months ago
  44. 76363e4 update_ms(): Set TLLI of new MS object before merge with old MS by Pau Espin Pedrol · 1 year, 8 months ago
  45. 9438613 Move UL allocation&assign functions to gprs_ms.c by Pau Espin Pedrol · 1 year, 8 months ago
  46. 3f33929 tbf_fsm: Identify several events as Dl-TBF only by Pau Espin Pedrol · 1 year, 8 months ago
  47. 0f85956 ul_tbf: Define m_contention_resolution_done as bool by Pau Espin Pedrol · 1 year, 8 months ago
  48. 091642a Replace tbf->establish_dl_tbf_on_pacch() refactoring GprsMs functions by Pau Espin Pedrol · 1 year, 8 months ago
  49. 8fa3e06 Rename function tbf_dl_request_dl_ack() -> dl_tbf_request_dl_ack() by Pau Espin Pedrol · 1 year, 8 months ago
  50. ee35008 Refactor and clarify tbf->triger_ass() code by Pau Espin Pedrol · 1 year, 8 months ago
  51. 22b26d8 Delay ImmAss(PCH, PktDlAss) if waiting for PKT_CTRL_ACK answering UL_ACK_NACK (FinACK=1) by Pau Espin Pedrol · 1 year, 8 months ago
  52. 3a7af57 rcv_resource_request(): Update meas before allocating and assigning new UL TBF by Pau Espin Pedrol · 1 year, 8 months ago
  53. 5c516fd encoding: Use MT_PACKET_UPLINK_ASSIGNMENT define instead of hardcoded value by Pau Espin Pedrol · 1 year, 8 months ago
  54. 1e81b2e rcv_resource_request(): Validate expected message before MS lookup & allocation by Pau Espin Pedrol · 1 year, 8 months ago
  55. 36ada89 pdch: Use helper function tbf_as_ul_tbf() by Pau Espin Pedrol · 1 year, 8 months ago
  56. 1e16e1d use new {dl,ul}_tbf_as_tbf(_const) helper functions by Pau Espin Pedrol · 1 year, 8 months ago
  57. 24dd3bc tbf_ul_ack_fsm: get ul_tbf base class only when needed by Pau Espin Pedrol · 1 year, 8 months ago
  58. cc30b05 Rename as_{dl,ul}_tbf -> tbf_as_{dl,ul}_tbf by Pau Espin Pedrol · 1 year, 8 months ago
  59. bd1f01f Fix mess with struct tbf types passed to LOGPTBF macro by Pau Espin Pedrol · 1 year, 8 months ago
  60. 29b9f94 tbf_dl: Make dl_tbf_alloc API available in C code by Pau Espin Pedrol · 1 year, 8 months ago
  61. 2d222a1 pcuif_proto: cosmetic: rename gsm_pcu_if_info_ts to gsm_pcu_if_info_trx_ts by Philipp Maier · 1 year, 8 months ago
  62. 2e49058 pcuif_proto: cosmetic: rename struct member "h" to "hopping" by Philipp Maier · 1 year, 8 months ago
  63. 8757384 Rename tbf_alloc_dl_tbf() -> dl_tbf_alloc() by Pau Espin Pedrol · 1 year, 8 months ago
  64. bf2842e tbf_ul_ack_fsm: Pass ul_tbf instead of generic tbf by Pau Espin Pedrol · 1 year, 8 months ago
  65. 14beef6 Move LLC enqueuing and retransmit timer to MS object by Pau Espin Pedrol · 1 year, 8 months ago
  66. d6bb619 bts: bts_snd_dl_ass(): use GSM_TDMA_FN_SUM() macro by Vadim Yanitskiy · 1 year, 8 months ago
  67. 153cb7f bts: bts_snd_dl_ass(): clarify the meaning of last_rts_fn + 21216 by Vadim Yanitskiy · 1 year, 8 months ago
  68. 3547d64 gprs_ms: Move creating string name of object to a function by Pau Espin Pedrol · 1 year, 8 months ago
  69. 7f360e7 Call ms_store->get_ms() with GSM_RESERVED_TMSI instead of 0 by Pau Espin Pedrol · 1 year, 8 months ago
  70. 0b5997e gprs_ms: Document functions setting/updating TLLI by Pau Espin Pedrol · 1 year, 8 months ago
  71. de8eb7b cosmetic: Update reference to func renamed in the past by Pau Espin Pedrol · 1 year, 8 months ago
  72. 940e595 bts_rcv_imm_ass_cnf(): Improve logging by Pau Espin Pedrol · 1 year, 8 months ago
  73. bee29f4 Clarify use RR imm_ass msg fields by Pau Espin Pedrol · 1 year, 8 months ago
  74. f510f5b Use GSM48_MT_RR_IMM_ASS instead of hardcoded 0x3f value by Pau Espin Pedrol · 1 year, 8 months ago
  75. e9cbee9 cosmetic: Add missing spacing between params by Pau Espin Pedrol · 1 year, 8 months ago
  76. 2cfc8e2 bts_set_current_frame_number(): log expected TDMA FN by Vadim Yanitskiy · 1 year, 9 months ago
  77. c2eb4b7 Make linter happy: fix coding style issues by Vadim Yanitskiy · 1 year, 9 months ago
  78. f5dde9f fix pcu_l1if_tx_ptcch(): do not send empty blocks to GSMTAP by Vadim Yanitskiy · 1 year, 9 months ago
  79. 1ad2d3f Set working directory in systemd service file by Max · 1 year, 9 months ago
  80. 8c88219 {src,tests}/Makefile.am: $(COMMON_LA) is not definied by Vadim Yanitskiy · 1 year, 11 months ago
  81. e33c236 {ms,gprs_pcu}_talloc_destructor(): call osmo_timer_del() unconditionally by Vadim Yanitskiy · 1 year, 11 months ago
  82. 8942a2c Makefile.am: add 'git-version-gen' to EXTRA_DIST by Vadim Yanitskiy · 1 year, 11 months ago
  83. 559c9c2 Makefile.am: generate missing .version file by Vadim Yanitskiy · 1 year, 11 months ago
  84. a1f1128 tests: target 'check-local' does not depend on BUILT_SOURCES by Vadim Yanitskiy · 1 year, 11 months ago
  85. 19319ce tests: make target 'check-local' depend on 'atconfig' by Vadim Yanitskiy · 1 year, 11 months ago
  86. 5e0fbdc tests/rlcmac: use ARRAY_SIZE macro by Vadim Yanitskiy · 1 year, 11 months ago
  87. cc2da7b tests/rlcmac: cosmetic: fix coding style in arrays by Vadim Yanitskiy · 1 year, 11 months ago
  88. 3094bb2 tests/rlcmac: make all test functions static by Vadim Yanitskiy · 1 year, 11 months ago
  89. 97eb2f9 tests/rlcmac: remove unused printSizeofRLCMAC() by Vadim Yanitskiy · 1 year, 11 months ago
  90. 2f2935e tests/rlcmac: remove unused #includes by Vadim Yanitskiy · 1 year, 11 months ago
  91. 0eaa3d3 neigh_cache: fix: properly convert from nanoseconds to microseconds by Vadim Yanitskiy · 1 year, 11 months ago
  92. 263c75c nacc_fsm: Fix uninitialized plmn.mnc_3_digits parsing CTRL neigh resolution cmd by Pau Espin Pedrol · 2 years ago
  93. 1a1e830 encoding: fix an uninitialized field in gen_freq_params() by Vadim Yanitskiy · 2 years ago
  94. 7ebdfc2 Bump version: 1.0.0.21-b896-dirty → 1.1.0 by Pau Espin Pedrol · 2 years ago 1.1.0
  95. b896b8e update git URLs (git -> https; gitea) by Harald Welte · 2 years ago
  96. cd18a50 gprs_ms_stoage: Release all MS in ms_storage cleanup() by Pau Espin Pedrol · 2 years, 1 month ago 2022q2
  97. 52e2c08 TbfTest: Reset MS timeout to 0 in test_tbf_dl_llc_loss() by Pau Espin Pedrol · 2 years, 1 month ago
  98. bf5e3cb bts: Call gprs_bssgp_destroy() in destructor by Pau Espin Pedrol · 2 years, 1 month ago
  99. adcf279 gprs_pcu: Explicitly free all bts objects in list before freeing pcu by Pau Espin Pedrol · 2 years, 1 month ago
  100. 9184e85 tests/tbf: Set up pcu timers in prepare_pcu() by Pau Espin Pedrol · 2 years, 1 month ago