neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32615 )
Change subject: ps_rab_ass_fsm.h: fix dup of FSM event enum ......................................................................
ps_rab_ass_fsm.h: fix dup of FSM event enum
Change-Id: I20d5fc6d52d08b185ef3aa4f7a59fa0ebb202b18 --- M src/osmo-hnbgw/ps_rab_ass_fsm.c 1 file changed, 10 insertions(+), 7 deletions(-)
Approvals: daniel: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo-hnbgw/ps_rab_ass_fsm.c b/src/osmo-hnbgw/ps_rab_ass_fsm.c index 2b7b940..3e4c54a 100644 --- a/src/osmo-hnbgw/ps_rab_ass_fsm.c +++ b/src/osmo-hnbgw/ps_rab_ass_fsm.c @@ -45,6 +45,7 @@ #include <osmocom/hnbgw/hnbgw.h> #include <osmocom/hnbgw/context_map.h> #include <osmocom/hnbgw/ranap_rab_ass.h> +#include <osmocom/hnbgw/ps_rab_ass_fsm.h> #include <osmocom/hnbgw/ps_rab_fsm.h>
#include <osmocom/hnbgw/hnbgw_rua.h> @@ -56,13 +57,6 @@ #define LOG_PS_RAB_ASS(RAB_ASS, LOGL, FMT, ARGS...) \ LOGPFSML((RAB_ASS) ? (RAB_ASS)->fi : NULL, LOGL, FMT, ##ARGS)
-enum ps_rab_ass_fsm_event { - PS_RAB_ASS_EV_LOCAL_F_TEIDS_RX, - PS_RAB_ASS_EV_RAB_ASS_RESP, - PS_RAB_ASS_EV_RAB_ESTABLISHED, - PS_RAB_ASS_EV_RAB_FAIL, -}; - static const struct value_string ps_rab_ass_fsm_event_names[] = { OSMO_VALUE_STRING(PS_RAB_ASS_EV_LOCAL_F_TEIDS_RX), OSMO_VALUE_STRING(PS_RAB_ASS_EV_RAB_ASS_RESP),