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),
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32615
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I20d5fc6d52d08b185ef3aa4f7a59fa0ebb202b18
Gerrit-Change-Number: 32615
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged