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

4 lines
213 B
Python
Raw Permalink Normal View History

2019-12-01 12:40:52 +00:00
ies = []
2020-04-26 19:36:05 +00:00
ies.append({ "ie_type" : "Node ID", "ie_value" : "Node ID", "presence" : "M", "tlv_more" : "0", "comment" : "This IE shall contain the unique identifier of the sending Node."})
2019-12-01 12:40:52 +00:00
msg_list[key]["ies"] = ies