aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-13 13:13:57 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-13 13:13:59 +0200
commit8d7bf4b053a7a74fb5777998dea333fcfe767f6f (patch)
tree17497171575545a197129c8a26253b57756e4f87
parent0664a3e60f02b9634adbbe05a24b7757ebf00d55 (diff)
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
-rw-r--r--src/gsm/iuup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gsm/iuup.c b/src/gsm/iuup.c
index bd9e82cb..4c0a9482 100644
--- a/src/gsm/iuup.c
+++ b/src/gsm/iuup.c
@@ -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;
}
}