open5gs/lib/pfcp/support/cache/tlv-type-list.py

182 lines
13 KiB
Python
Raw Normal View History

2019-12-01 12:40:52 +00:00
type_list["Create PDR"] = { "type" : "1", "max_instance" : "0" }
type_list["PDI"] = { "type" : "2", "max_instance" : "0" }
type_list["Create FAR"] = { "type" : "3", "max_instance" : "0" }
type_list["Forwarding Parameters"] = { "type" : "4", "max_instance" : "0" }
type_list["Duplicating Parameters"] = { "type" : "5", "max_instance" : "0" }
type_list["Create URR"] = { "type" : "6", "max_instance" : "0" }
type_list["Create QER"] = { "type" : "7", "max_instance" : "0" }
type_list["Created PDR"] = { "type" : "8", "max_instance" : "0" }
type_list["Update PDR"] = { "type" : "9", "max_instance" : "0" }
type_list["Update FAR"] = { "type" : "10", "max_instance" : "0" }
type_list["Update Forwarding Parameters"] = { "type" : "11", "max_instance" : "0" }
type_list["Update BAR PFCP Session Report Response"] = { "type" : "12", "max_instance" : "0" }
type_list["Update URR"] = { "type" : "13", "max_instance" : "0" }
type_list["Update QER"] = { "type" : "14", "max_instance" : "0" }
type_list["Remove PDR"] = { "type" : "15", "max_instance" : "0" }
type_list["Remove FAR"] = { "type" : "16", "max_instance" : "0" }
type_list["Remove URR"] = { "type" : "17", "max_instance" : "0" }
type_list["Remove QER"] = { "type" : "18", "max_instance" : "0" }
type_list["Cause"] = { "type" : "19", "max_instance" : "0" }
type_list["Source Interface"] = { "type" : "20", "max_instance" : "0" }
type_list["F-TEID"] = { "type" : "21", "max_instance" : "0" }
type_list["Network Instance"] = { "type" : "22", "max_instance" : "0" }
type_list["SDF Filter"] = { "type" : "23", "max_instance" : "0" }
type_list["Application ID"] = { "type" : "24", "max_instance" : "0" }
type_list["Gate Status"] = { "type" : "25", "max_instance" : "0" }
type_list["MBR"] = { "type" : "26", "max_instance" : "0" }
type_list["GBR"] = { "type" : "27", "max_instance" : "0" }
type_list["QER Correlation ID"] = { "type" : "28", "max_instance" : "0" }
type_list["Precedence"] = { "type" : "29", "max_instance" : "0" }
type_list["Transport Level Marking"] = { "type" : "30", "max_instance" : "0" }
type_list["Volume Threshold"] = { "type" : "31", "max_instance" : "0" }
type_list["Time Threshold"] = { "type" : "32", "max_instance" : "0" }
type_list["Monitoring Time"] = { "type" : "33", "max_instance" : "0" }
type_list["Subsequent Volume Threshold"] = { "type" : "34", "max_instance" : "0" }
type_list["Subsequent Time Threshold"] = { "type" : "35", "max_instance" : "0" }
type_list["Inactivity Detection Time"] = { "type" : "36", "max_instance" : "0" }
type_list["Reporting Triggers"] = { "type" : "37", "max_instance" : "0" }
type_list["Redirect Information"] = { "type" : "38", "max_instance" : "0" }
type_list["Report Type"] = { "type" : "39", "max_instance" : "0" }
type_list["Offending IE"] = { "type" : "40", "max_instance" : "0" }
type_list["Forwarding Policy"] = { "type" : "41", "max_instance" : "0" }
type_list["Destination Interface"] = { "type" : "42", "max_instance" : "0" }
type_list["UP Function Features"] = { "type" : "43", "max_instance" : "0" }
type_list["Apply Action"] = { "type" : "44", "max_instance" : "0" }
type_list["Downlink Data Service Information"] = { "type" : "45", "max_instance" : "0" }
type_list["Downlink Data Notification Delay"] = { "type" : "46", "max_instance" : "0" }
type_list["DL Buffering Duration"] = { "type" : "47", "max_instance" : "0" }
type_list["DL Buffering Suggested Packet Count"] = { "type" : "48", "max_instance" : "0" }
type_list["PFCPSMReq-Flags"] = { "type" : "49", "max_instance" : "0" }
type_list["PFCPSRRsp-Flags"] = { "type" : "50", "max_instance" : "0" }
2019-12-07 04:17:00 +00:00
type_list["Load Control Information"] = { "type" : "51", "max_instance" : "0" }
2019-12-01 12:40:52 +00:00
type_list["Sequence Number"] = { "type" : "52", "max_instance" : "0" }
2019-12-07 04:17:00 +00:00
type_list["Metric"] = { "type" : "53", "max_instance" : "0" }
type_list["Overload Control Information"] = { "type" : "54", "max_instance" : "0" }
2019-12-01 12:40:52 +00:00
type_list["Timer"] = { "type" : "55", "max_instance" : "0" }
2019-12-07 04:17:00 +00:00
type_list["PDR ID"] = { "type" : "56", "max_instance" : "0" }
2019-12-01 12:40:52 +00:00
type_list["F-SEID"] = { "type" : "57", "max_instance" : "0" }
type_list["Application ID's PFDs"] = { "type" : "58", "max_instance" : "0" }
type_list["PFD context"] = { "type" : "59", "max_instance" : "0" }
type_list["Node ID"] = { "type" : "60", "max_instance" : "0" }
type_list["PFD contents"] = { "type" : "61", "max_instance" : "0" }
type_list["Measurement Method"] = { "type" : "62", "max_instance" : "0" }
type_list["Usage Report Trigger"] = { "type" : "63", "max_instance" : "0" }
type_list["Measurement Period"] = { "type" : "64", "max_instance" : "0" }
2019-12-07 04:17:00 +00:00
type_list["FQ-CSID"] = { "type" : "65", "max_instance" : "0" }
2019-12-01 12:40:52 +00:00
type_list["Volume Measurement"] = { "type" : "66", "max_instance" : "0" }
type_list["Duration Measurement"] = { "type" : "67", "max_instance" : "0" }
type_list["Application Detection Information"] = { "type" : "68", "max_instance" : "0" }
type_list["Time of First Packet"] = { "type" : "69", "max_instance" : "0" }
type_list["Time of Last Packet"] = { "type" : "70", "max_instance" : "0" }
type_list["Quota Holding Time"] = { "type" : "71", "max_instance" : "0" }
type_list["Dropped DL Traffic Threshold"] = { "type" : "72", "max_instance" : "0" }
type_list["Volume Quota"] = { "type" : "73", "max_instance" : "0" }
type_list["Time Quota"] = { "type" : "74", "max_instance" : "0" }
type_list["Start Time"] = { "type" : "75", "max_instance" : "0" }
type_list["End Time"] = { "type" : "76", "max_instance" : "0" }
type_list["Query URR"] = { "type" : "77", "max_instance" : "0" }
2019-12-07 04:17:00 +00:00
type_list["Usage Report Session Modification Response"] = { "type" : "78", "max_instance" : "0" }
2019-12-01 12:40:52 +00:00
type_list["Usage Report Session Deletion Response"] = { "type" : "79", "max_instance" : "0" }
type_list["Usage Report Session Report Request"] = { "type" : "80", "max_instance" : "0" }
type_list["URR ID"] = { "type" : "81", "max_instance" : "0" }
type_list["Linked URR ID"] = { "type" : "82", "max_instance" : "0" }
type_list["Downlink Data Report"] = { "type" : "83", "max_instance" : "0" }
type_list["Outer Header Creation"] = { "type" : "84", "max_instance" : "0" }
type_list["Create BAR"] = { "type" : "85", "max_instance" : "0" }
type_list["Update BAR Session Modification Request"] = { "type" : "86", "max_instance" : "0" }
type_list["Remove BAR"] = { "type" : "87", "max_instance" : "0" }
type_list["BAR ID"] = { "type" : "88", "max_instance" : "0" }
type_list["CP Function Features"] = { "type" : "89", "max_instance" : "0" }
type_list["Usage Information"] = { "type" : "90", "max_instance" : "0" }
type_list["Application Instance ID"] = { "type" : "91", "max_instance" : "0" }
type_list["Flow Information"] = { "type" : "92", "max_instance" : "0" }
type_list["UE IP Address"] = { "type" : "93", "max_instance" : "0" }
type_list["Packet Rate"] = { "type" : "94", "max_instance" : "0" }
type_list["Outer Header Removal"] = { "type" : "95", "max_instance" : "0" }
type_list["Recovery Time Stamp"] = { "type" : "96", "max_instance" : "0" }
type_list["DL Flow Level Marking"] = { "type" : "97", "max_instance" : "0" }
type_list["Header Enrichment"] = { "type" : "98", "max_instance" : "0" }
type_list["Error Indication Report"] = { "type" : "99", "max_instance" : "0" }
type_list["Measurement Information"] = { "type" : "100", "max_instance" : "0" }
type_list["Node Report Type"] = { "type" : "101", "max_instance" : "0" }
type_list["User Plane Path Failure Report"] = { "type" : "102", "max_instance" : "0" }
type_list["Remote GTP-U Peer"] = { "type" : "103", "max_instance" : "0" }
type_list["UR-SEQN"] = { "type" : "104", "max_instance" : "0" }
type_list["Update Duplicating Parameters"] = { "type" : "105", "max_instance" : "0" }
type_list["Activate Predefined Rules"] = { "type" : "106", "max_instance" : "0" }
type_list["Deactivate Predefined Rules"] = { "type" : "107", "max_instance" : "0" }
type_list["FAR ID"] = { "type" : "108", "max_instance" : "0" }
type_list["QER ID"] = { "type" : "109", "max_instance" : "0" }
type_list["OCI Flags"] = { "type" : "110", "max_instance" : "0" }
type_list["PFCP Association Release Request"] = { "type" : "111", "max_instance" : "0" }
type_list["Graceful Release Period"] = { "type" : "112", "max_instance" : "0" }
2019-12-07 04:17:00 +00:00
type_list["PDN Type"] = { "type" : "113", "max_instance" : "0" }
2019-12-01 12:40:52 +00:00
type_list["Failed Rule ID"] = { "type" : "114", "max_instance" : "0" }
type_list["Time Quota Mechanism"] = { "type" : "115", "max_instance" : "0" }
type_list["User Plane IP Resource Information"] = { "type" : "116", "max_instance" : "0" }
type_list["User Plane Inactivity Timer"] = { "type" : "117", "max_instance" : "0" }
type_list["Aggregated URRs"] = { "type" : "118", "max_instance" : "0" }
type_list["Multiplier"] = { "type" : "119", "max_instance" : "0" }
type_list["Aggregated URR ID"] = { "type" : "120", "max_instance" : "0" }
type_list["Subsequent Volume Quota"] = { "type" : "121", "max_instance" : "0" }
type_list["Subsequent Time Quota"] = { "type" : "122", "max_instance" : "0" }
type_list["RQI"] = { "type" : "123", "max_instance" : "0" }
type_list["QFI"] = { "type" : "124", "max_instance" : "0" }
2019-12-07 04:17:00 +00:00
type_list["Query URR Reference"] = { "type" : "125", "max_instance" : "0" }
type_list["Additional Usage Reports Information"] = { "type" : "126", "max_instance" : "0" }
type_list["Create Traffic Endpoint"] = { "type" : "127", "max_instance" : "0" }
type_list["Created Traffic Endpoint"] = { "type" : "128", "max_instance" : "0" }
type_list["Update Traffic Endpoint"] = { "type" : "129", "max_instance" : "0" }
type_list["Remove Traffic Endpoint"] = { "type" : "130", "max_instance" : "0" }
type_list["Traffic Endpoint ID"] = { "type" : "131", "max_instance" : "0" }
type_list["Ethernet Packet Filter"] = { "type" : "132", "max_instance" : "0" }
type_list["MAC address"] = { "type" : "133", "max_instance" : "0" }
type_list["C-TAG"] = { "type" : "134", "max_instance" : "0" }
type_list["S-TAG"] = { "type" : "135", "max_instance" : "0" }
type_list["Ethertype"] = { "type" : "136", "max_instance" : "0" }
type_list["Proxying"] = { "type" : "137", "max_instance" : "0" }
type_list["Ethernet Filter ID"] = { "type" : "138", "max_instance" : "0" }
type_list["Ethernet Filter Properties"] = { "type" : "139", "max_instance" : "0" }
type_list["Suggested Buffering Packets Count"] = { "type" : "140", "max_instance" : "0" }
type_list["User ID"] = { "type" : "141", "max_instance" : "0" }
type_list["Ethernet PDU Session Information"] = { "type" : "142", "max_instance" : "0" }
type_list["Ethernet Traffic Information"] = { "type" : "143", "max_instance" : "0" }
type_list["MAC Addresses Detected"] = { "type" : "144", "max_instance" : "0" }
type_list["MAC Addresses Removed"] = { "type" : "145", "max_instance" : "0" }
type_list["Ethernet Inactivity Timer"] = { "type" : "146", "max_instance" : "0" }
type_list["Additional Monitoring Time"] = { "type" : "147", "max_instance" : "0" }
type_list["Event Quota"] = { "type" : "148", "max_instance" : "0" }
type_list["Event Threshold"] = { "type" : "149", "max_instance" : "0" }
type_list["Subsequent Event Quota"] = { "type" : "150", "max_instance" : "0" }
type_list["Subsequent Event Threshold"] = { "type" : "151", "max_instance" : "0" }
type_list["Trace Information"] = { "type" : "152", "max_instance" : "0" }
type_list["Framed-Route"] = { "type" : "153", "max_instance" : "0" }
type_list["Framed-Routing"] = { "type" : "154", "max_instance" : "0" }
type_list["Framed-IPv6-Route"] = { "type" : "155", "max_instance" : "0" }
type_list["Event Time Stamp"] = { "type" : "156", "max_instance" : "0" }
type_list["Averaging Window"] = { "type" : "157", "max_instance" : "0" }
type_list["Paging Policy Indicator"] = { "type" : "158", "max_instance" : "0" }
type_list["APN/DNN"] = { "type" : "159", "max_instance" : "0" }
type_list["3GPP Interface Type"] = { "type" : "160", "max_instance" : "0" }
type_list["PFCPSRReq-Flags"] = { "type" : "161", "max_instance" : "0" }
type_list["PFCPAUReq-Flags"] = { "type" : "162", "max_instance" : "0" }
type_list["Activation Time"] = { "type" : "163", "max_instance" : "0" }
type_list["Deactivation Time"] = { "type" : "164", "max_instance" : "0" }
type_list["Create MAR"] = { "type" : "165", "max_instance" : "0" }
type_list["Access Forwarding Action Information 1"] = { "type" : "166", "max_instance" : "0" }
type_list["Access Forwarding Action Information 2"] = { "type" : "167", "max_instance" : "0" }
type_list["Remove MAR"] = { "type" : "168", "max_instance" : "0" }
type_list["Update MAR"] = { "type" : "169", "max_instance" : "0" }
type_list["MAR ID"] = { "type" : "170", "max_instance" : "0" }
type_list["Steering Functionality"] = { "type" : "171", "max_instance" : "0" }
type_list["Steering Mode"] = { "type" : "172", "max_instance" : "0" }
type_list["Weight"] = { "type" : "173", "max_instance" : "0" }
type_list["Priority"] = { "type" : "174", "max_instance" : "0" }
type_list["Update Access Forwarding Action Information 1"] = { "type" : "175", "max_instance" : "0" }
type_list["Update Access Forwarding Action Information 2"] = { "type" : "176", "max_instance" : "0" }
type_list["UE IP address Pool Identity"] = { "type" : "177", "max_instance" : "0" }
type_list["Alternative SMF IP Address"] = { "type" : "178", "max_instance" : "0" }
type_list["Packet Replication and Detection Carry-On Information"] = { "type" : "179", "max_instance" : "0" }
type_list["SMF Set ID"] = { "type" : "180", "max_instance" : "0" }
type_list["Quota Validity Time"] = { "type" : "181", "max_instance" : "0" }