mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-08 07:51:46 +00:00
4 lines
278 B
Python
4 lines
278 B
Python
ies = []
|
|
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 clause 19A of 3GPPTS23.007[24]."})
|
|
msg_list[key]["ies"] = ies
|