open5gs/lib/pfcp/support/cache/tlv-msg-4.py

6 lines
652 B
Python
Raw Normal View History

2019-12-07 04:17:00 +00:00
ies = []
2020-04-26 19:36:05 +00:00
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."})
2022-06-11 14:51:00 +00:00
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."})
2019-12-07 04:17:00 +00:00
msg_list[key]["ies"] = ies