iuup: Drop unused events

Those events are not realy used there and they are not even present in
the FSM definition. Let's drop them.

Change-Id: I4beec96ac4bdf047ebf144a8b009b297b47cacdc
This commit is contained in:
Pau Espin 2022-06-13 13:13:57 +02:00
parent 0664a3e60f
commit 8d7bf4b053
1 changed files with 0 additions and 6 deletions

View File

@ -757,12 +757,6 @@ static void iuup_fsm_smpsdu_data(struct osmo_fsm_inst *fi, uint32_t event, void
irp = tnl_to_rnl_data(itp);
iui->user_prim_cb(&irp->oph, iui->user_prim_priv);
break;
case IUUP_FSM_EVT_IUUP_UNITDATA_REQ:
case IUUP_FSM_EVT_IUUP_UNITDATA_IND:
case IUUP_FSM_EVT_SSASAR_UNITDATA_REQ:
case IUUP_FSM_EVT_SSASAR_UNITDATA_IND:
/* no state change */
break;
}
}