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

5 lines
539 B
Python
Raw Permalink Normal View History

2019-12-01 12:40:52 +00:00
ies = []
2022-06-11 14:51:00 +00:00
ies.append({ "ie_type" : "Recovery Time Stamp", "ie_value" : "Recovery Time Stamp", "presence" : "M", "tlv_more" : "0", "comment" : "This IE shall contain the time stamp when the PFCP entity was started see clause19A of 3GPPTS23.007[24]."})
ies.append({ "ie_type" : "Source IP Address", "ie_value" : "Source IP Address", "presence" : "O", "tlv_more" : "0", "comment" : "This IE may be included when a Network Address Translation device is deployed in the network. See clause19a in 3GPPTS23.007[24]. "})
2019-12-01 12:40:52 +00:00
msg_list[key]["ies"] = ies