Add an initial code for PFCP

This commit is contained in:
Sukchan Lee 2019-12-01 21:40:52 +09:00
parent ce6d2c5889
commit 4e2d7bf708
32 changed files with 4795 additions and 288 deletions

5
lib/pfcp/support/cache/tlv-msg-12.py vendored Normal file
View file

@ -0,0 +1,5 @@
ies = []
ies.append({ "ie_type" : "Node ID", "ie_value" : "Node ID", "presence" : "M", "instance" : "0", "comment" : "This IE shall contain the unique identifier of the sending Node."})
ies.append({ "ie_type" : "Node Report Type", "ie_value" : "Node Report Type", "presence" : "M", "instance" : "0", "comment" : "This IE shall indicate the type of the report."})
ies.append({ "ie_type" : "User Plane Path Failure Report", "ie_value" : "User Plane Path Failure Report", "presence" : "C", "instance" : "0", "comment" : "This IE shall be present if the Node Report Type indicates a User Plane Path Failure Report."})
msg_list[key]["ies"] = ies