pespin has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/69/28269/1
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;
}
}
To view, visit change 28269. To unsubscribe, or for help writing mail filters, visit settings.