laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/28269 )
Change subject: iuup: Drop unused events ......................................................................
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 --- M src/gsm/iuup.c 1 file changed, 0 insertions(+), 6 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/gsm/iuup.c b/src/gsm/iuup.c index bd9e82c..4c0a948 100644 --- a/src/gsm/iuup.c +++ b/src/gsm/iuup.c @@ -757,12 +757,6 @@ 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; } }