aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_fsm.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-30Mark several fsm related internal symbols as staticPau Espin Pedrol1-9/+0
2022-11-18Split tbf_fsm as tbf_{ul,dl}_fsmPau Espin Pedrol1-521/+4
2022-11-18tbf_fsm: Move osmo_fsm_inst fi out of struct tbf_fsm_ctxPau Espin Pedrol1-4/+5
2022-11-18tbf_fsm: Move tbf_fsm_state_chg macro to .c filePau Espin Pedrol1-0/+9
2022-10-31tbf_fsm: Introduce new event to act upon contention resolution successPau Espin Pedrol1-0/+13
2022-10-31Avoid losing DL-TBF during MS mergePau Espin Pedrol1-0/+12
2022-10-31tbf_fsm: Introduce new event TBF_EV_FIRST_UL_DATA_RECVDPau Espin Pedrol1-0/+13
2022-10-31Move UL allocation&assign functions to gprs_ms.cPau Espin Pedrol1-2/+7
2022-10-31tbf_fsm: Identify several events as Dl-TBF onlyPau Espin Pedrol1-0/+7
2022-10-28Replace tbf->establish_dl_tbf_on_pacch() refactoring GprsMs functionsPau Espin Pedrol1-1/+1
2022-10-28Refactor and clarify tbf->triger_ass() codePau Espin Pedrol1-2/+1
2022-10-28Delay ImmAss(PCH, PktDlAss) if waiting for PKT_CTRL_ACK answering UL_ACK_NACK...Pau Espin Pedrol1-1/+22
2022-10-28Rename as_{dl,ul}_tbf -> tbf_as_{dl,ul}_tbfPau Espin Pedrol1-1/+1
2021-12-14treewide: remove FSF address2021q4Oliver Smith1-4/+0
2021-11-12Fix MS ending up with assigned imsi 000Pau Espin Pedrol1-6/+2
2021-10-18tbf_fsm: Add assert verifying X2002 only triggers for DL TBFPau Espin Pedrol1-0/+3
2021-10-14Abort scheduling of pending Pkt Ul Ass if tbf goes into RELEASE stepPau Espin Pedrol1-0/+2
2021-10-12tbf: Document temporary change of control_ts and move code assigning it back ...Pau Espin Pedrol1-0/+1
2021-10-12tbf_fsm: Handle MAX_N3105 in state ASSIGNPau Espin Pedrol1-1/+6
2021-10-12tbf_fsm: rename state NULL -> NEWPau Espin Pedrol1-5/+5
2021-10-12Handle Final UL ACK/NACK Confirmation in tbf_fsmPau Espin Pedrol1-0/+7
2021-09-28tbf_fsm: Ignore event DL_ACKNACK_MISS in state RELEASINGPau Espin Pedrol1-1/+14
2021-08-23fix typo 's/dowlink/downlink/g'Pau Espin Pedrol1-1/+1
2021-08-23tbf: Move T3193 to tbf_state FSMPau Espin Pedrol1-23/+19
2021-08-23Move timer X2002 to tbf_fsmPau Espin Pedrol1-0/+83
2021-08-23Move timer X2001 to tbf_fsmPau Espin Pedrol1-0/+30
2021-08-23Move T3169 and T3195 to tbf_fsmPau Espin Pedrol1-3/+41
2021-08-23Move RELEASING tbf_state transition to tbf_fsmPau Espin Pedrol1-4/+40
2021-08-23Move WAIT_RELEASE tbf_state transition to tbf_fsmPau Espin Pedrol1-2/+26
2021-08-23Move FINISHED tbf_state transition to tbf_fsmPau Espin Pedrol1-1/+18
2021-08-23Move FLOW tbf_state transition to tbf_fsm.Pau Espin Pedrol1-1/+20
2021-08-23Move NULL and ASSIGN tbf_state transition to tbf_fsmPau Espin Pedrol1-12/+96
2021-05-19tbf: Move existing tbf_state implementation to osmo_fsmPau Espin Pedrol1-0/+137