neels submitted this change.

View Change

Approvals: Jenkins Builder: Verified
drop unused enum up_session_kind

Change-Id: I10e17338485b11d6c03da209c70323f69f93fc2e
---
M include/osmocom/upf/up_session.h
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/osmocom/upf/up_session.h b/include/osmocom/upf/up_session.h
index 5b514a7..e201954 100644
--- a/include/osmocom/upf/up_session.h
+++ b/include/osmocom/upf/up_session.h
@@ -41,12 +41,6 @@
UP_SESSION_EV_USE_COUNT_ZERO,
};

-enum up_session_kind {
- UP_SESSION_DROP,
- UP_SESSION_GTP_U_ENDECAPS,
- UP_SESSION_GTP_U_FORW,
-};
-
struct up_session {
struct hlist_node node_by_up_seid;
struct hlist_node node_by_cp_seid;

null

To view, visit change 30232. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I10e17338485b11d6c03da209c70323f69f93fc2e
Gerrit-Change-Number: 30232
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: merged