mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 21:00:19 +00:00
Upgrade PFCP to v16.9.1 (#1581)
This commit is contained in:
parent
b98c2c13f6
commit
12353178fb
30 changed files with 2398 additions and 220 deletions
3
lib/pfcp/support/cache/tlv-msg-4.py
vendored
3
lib/pfcp/support/cache/tlv-msg-4.py
vendored
|
|
@ -1,4 +1,5 @@
|
|||
ies = []
|
||||
ies.append({ "ie_type" : "Cause", "ie_value" : "Cause", "presence" : "M", "tlv_more" : "0", "comment" : "This IE shall indicate the acceptance or the rejection of the corresponding request message."})
|
||||
ies.append({ "ie_type" : "Offending IE", "ie_value" : "Offending IE", "presence" : "C", "tlv_more" : "0", "comment" : "This IE shall be included if the rejection is due to an conditional or mandatory IE missing or faulty."})
|
||||
ies.append({ "ie_type" : "Offending IE", "ie_value" : "Offending IE", "presence" : "C", "tlv_more" : "0", "comment" : "This IE shall be included if the rejection is due to a conditional or mandatory IE missing or faulty."})
|
||||
ies.append({ "ie_type" : "Node ID", "ie_value" : "Node ID", "presence" : "O", "tlv_more" : "0", "comment" : "When present, this IE shall contain the unique identifier of the sending Node."})
|
||||
msg_list[key]["ies"] = ies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue