From ccb5506a33687c93a9bf49b76b3c71f98dce4f1c Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 12 Jan 2022 02:31:20 +0100 Subject: contrib: add PFCP cause and IEI string maps These help to build enums and value_strings using regexes. They are a verbatim copy from 3GPP TS 29.244 version 16.6.0 Release 16, paired with C-compatible and possibly abbreviated name strings. Related: SYS#5599 Change-Id: I7f37efd3cfc4c7b0ae49740ac15e461c52fae6e8 --- contrib/pfcp_cause.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contrib/pfcp_cause.txt (limited to 'contrib/pfcp_cause.txt') diff --git a/contrib/pfcp_cause.txt b/contrib/pfcp_cause.txt new file mode 100644 index 0000000..c85a8d7 --- /dev/null +++ b/contrib/pfcp_cause.txt @@ -0,0 +1,19 @@ +0 RESERVED Reserved +1 REQUEST_ACCEPTED Request accepted (success) +2 MORE_USAGE_REPORT_TO_SEND More Usage Report to send +64 REQUEST_REJECTED Request rejected (reason not specified) +65 SESSION_CTX_NOT_FOUND Session context not found +66 MANDATORY_IE_MISSING Mandatory IE missing +67 CONDITIONAL_IE_MISSING Conditional IE missing +68 INVALID_LENGTH Invalid length +69 MANDATORY_IE_INCORRECT Mandatory IE incorrect +70 INVALID_FORW_POLICY Invalid Forwarding Policy +71 INVALID_F_TEID_ALLOC_OPTION Invalid F-TEID allocation option +72 NO_ESTABLISHED_PFCP_ASSOC No established PFCP Association +73 RULE_CREATION_MOD_FAILURE Rule creation/modification Failure +74 PFCP_ENTITY_IN_CONGESTION PFCP entity in congestion +75 NO_RESOURCES_AVAILABLE No resources available +76 SERVICE_NOT_SUPPORTED Service not supported +77 SYSTEM_FAILURE System failure +78 REDIRECTION_REQUESTED Redirection Requested +79 ALL_DYNAMIC_ADDRESSES_ARE_OCCUPIED All dynamic addresses are occupied -- cgit v1.2.3