aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Differentiate between T3192 and T3193pespin/wipPau Espin Pedrol1-6/+60
2023-06-20tbf_dl_fsm: Drop impossible eventPau Espin Pedrol1-8/+0
2023-06-13Move call to bts_snd_dl_ass() from tbf_dl.cpp to tbf_dl_fsm.cPau Espin Pedrol1-7/+12
2023-06-13cosmetic: tbf_dl_fsm: Fix a couple comment typosPau Espin Pedrol1-2/+2
2023-06-13Move GPRS_RLCMAC_FLAG_DL_ACK from state_fsm to dl_tbfPau Espin Pedrol1-2/+2
2023-06-13tbf_{ul,dl}_fsm.c: Rearrange code/logs in mod_ass_type()Pau Espin Pedrol1-6/+9
2023-06-13tbf_{ul,dl}_fsm: Abort on unexpected pathPau Espin Pedrol1-4/+1
2023-06-12tbf_dl_fsm: Fix wrong lchan specified in log linePau Espin Pedrol1-1/+1
2023-06-12Remove unused GPRS_RLCMAC_FLAG_TO_MASKpespin/t3193Pau Espin Pedrol1-6/+4
2023-06-09tbf_dl_fsm: Remove T3169 references, simplify T3195 set up as consequencePau Espin Pedrol1-23/+4
2023-06-09tbf_{ul,dl}_fsm: remove impossible dst state transitionsPau Espin Pedrol1-2/+1
2023-06-09tbf_{ul,dl}_fsm: Remove unneeded assertsPau Espin Pedrol1-4/+0
2023-06-09tbf_dl_fsm: Apply T3193 using FSM infrastructure instead of manuallyPau Espin Pedrol1-16/+7
2023-01-30Mark several fsm related internal symbols as staticPau Espin Pedrol1-1/+1
2022-12-19Avoid moving DL-TBF from old_msg to new_ms during ms_merge2023q1Pau Espin Pedrol1-1/+13
2022-12-16Trigger PACCH assignment inside dl_tbf_upgrade_to_multislot()Pau Espin Pedrol1-4/+1
2022-12-16Refactor code related to DL-TBF upgrade to multislotPau Espin Pedrol1-18/+24
2022-12-12tbf_dl_fsm_ctx: Properly define tbf backptr as dl_tbfPau Espin Pedrol1-29/+28
2022-11-18Split tbf_fsm as tbf_{ul,dl}_fsmPau Espin Pedrol1-0/+456