rlcmac: tbf_ul_ass_fsm: Fix missing break statement

Fixes: Coverity CID#310974
Change-Id: I44b3a367ec1c889168dd08700e62afd938590f00
This commit is contained in:
Pau Espin 2023-03-10 14:36:35 +01:00
parent 66d7bc2bae
commit 7361945383
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@ static void st_wait_tbf_starting_time2(struct osmo_fsm_inst *fi, uint32_t event,
} else {
tbf_ul_ass_fsm_state_chg(fi, GPRS_RLCMAC_TBF_UL_ASS_ST_COMPL);
}
break;
case GPRS_RLCMAC_TBF_UL_ASS_EV_TBF_STARTING_TIME:
tbf_ul_ass_fsm_state_chg(fi, GPRS_RLCMAC_TBF_UL_ASS_ST_COMPL);
break;