This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: cosmetic: remove unused enum members
......................................................................
cosmetic: remove unused enum members
The enum gscon_fsm_event has three unused members.
- remove GSCON_EV_RR_HO_ACC, GSCON_EV_RR_HO_COMPL, GSCON_EV_RR_HO_FAIL
Change-Id: I301f7160b9ec8380849f9c9906b41c121a54f49f
Related: OS#2823
---
M include/osmocom/bsc/bsc_subscr_conn_fsm.h
M src/libbsc/bsc_subscr_conn_fsm.c
2 files changed, 0 insertions(+), 8 deletions(-)
Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified
diff --git a/include/osmocom/bsc/bsc_subscr_conn_fsm.h b/include/osmocom/bsc/bsc_subscr_conn_fsm.h
index 234161f..9421528 100644
--- a/include/osmocom/bsc/bsc_subscr_conn_fsm.h
+++ b/include/osmocom/bsc/bsc_subscr_conn_fsm.h
@@ -24,12 +24,6 @@
 	/* RR MODE MODIFY ACK received */
 	GSCON_EV_RR_MODE_MODIFY_ACK,
 
-	/* RR HO ACC (access burst on ext HO) */
-	GSCON_EV_RR_HO_ACC,	/* NOT USED YET! */
-	/* RR HANDOVER COMPLETE received */
-	GSCON_EV_RR_HO_COMPL,	/* NOT USED YET! */
-	GSCON_EV_RR_HO_FAIL,	/* NOT USED YET! */
-
 	/* RSL RLL Release Indication */
 	GSCON_EV_RLL_REL_IND,
 	/* RSL CONNection FAILure Indication */
diff --git a/src/libbsc/bsc_subscr_conn_fsm.c b/src/libbsc/bsc_subscr_conn_fsm.c
index c7ed438..cdd85be 100644
--- a/src/libbsc/bsc_subscr_conn_fsm.c
+++ b/src/libbsc/bsc_subscr_conn_fsm.c
@@ -100,8 +100,6 @@
 	{GSCON_EV_RR_ASS_COMPL, "RR_ASSIGN_COMPL"},
 	{GSCON_EV_RR_ASS_FAIL, "RR_ASSIGN_FAIL"},
 	{GSCON_EV_RR_MODE_MODIFY_ACK, "RR_MODE_MODIFY_ACK"},
-	{GSCON_EV_RR_HO_ACC, "RR_HO_ACCESS"},
-	{GSCON_EV_RR_HO_COMPL, "RR_HO_COMPLETE"},
 	{GSCON_EV_RLL_REL_IND, "RLL_RELEASE.ind"},
 	{GSCON_EV_RSL_CONN_FAIL, "RSL_CONN_FAIL.ind"},
 	{GSCON_EV_RSL_CLEAR_COMPL, "RSL_CLEAR_COMPLETE"},
-- 
To view, visit https://gerrit.osmocom.org/7420
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I301f7160b9ec8380849f9c9906b41c121a54f49f
Gerrit-PatchSet: 2
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>