neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-upf/+/30232
)
Change subject: drop unused enum up_session_kind
......................................................................
drop unused enum up_session_kind
Change-Id: I10e17338485b11d6c03da209c70323f69f93fc2e
---
M include/osmocom/upf/up_session.h
1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/32/30232/1
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;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/30232
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I10e17338485b11d6c03da209c70323f69f93fc2e
Gerrit-Change-Number: 30232
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange