aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-04-16 18:17:45 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-23 16:04:18 +0000
commit02d20da18348c5e45e2e4934d246f33b966fdf7a (patch)
tree7ff07e87c4b8ed69e8bb9b1042bbea4138c68efe /include
parent74e4daa6956404485027f17ed5c5a0c2acd39250 (diff)
gscon: remove dead code
The state ST_WAIT_MODE_MODIFY_ACK can never be reached by the current FSM model. - Remove ST_WAIT_MODE_MODIFY_ACK and all related code Change-Id: Iacaae2ee50ca1956066b7dce4517bbc9c2b0897e Related: OS#2762
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bsc_subscr_conn_fsm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/bsc_subscr_conn_fsm.h b/include/osmocom/bsc/bsc_subscr_conn_fsm.h
index 942152877..9498d9f2e 100644
--- a/include/osmocom/bsc/bsc_subscr_conn_fsm.h
+++ b/include/osmocom/bsc/bsc_subscr_conn_fsm.h
@@ -21,8 +21,6 @@ enum gscon_fsm_event {
GSCON_EV_RR_ASS_COMPL,
/* RR ASSIGNMENT FAIL received */
GSCON_EV_RR_ASS_FAIL,
- /* RR MODE MODIFY ACK received */
- GSCON_EV_RR_MODE_MODIFY_ACK,
/* RSL RLL Release Indication */
GSCON_EV_RLL_REL_IND,