mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-29 20:09:31 +00:00
Add an initial code for PFCP
This commit is contained in:
parent
ce6d2c5889
commit
4e2d7bf708
32 changed files with 4795 additions and 288 deletions
4
lib/pfcp/support/cache/tlv-msg-10.py
vendored
Normal file
4
lib/pfcp/support/cache/tlv-msg-10.py
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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" : "Cause", "ie_value" : "Cause", "presence" : "M", "instance" : "0", "comment" : "This IE shall indicate the acceptance or the rejection of the corresponding request message."})
|
||||
msg_list[key]["ies"] = ies
|
||||
Loading…
Add table
Add a link
Reference in a new issue