mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-30 04:19:32 +00:00
Add an initial code for PFCP
This commit is contained in:
parent
ce6d2c5889
commit
4e2d7bf708
32 changed files with 4795 additions and 288 deletions
3
lib/pfcp/support/cache/tlv-msg-2.py
vendored
Normal file
3
lib/pfcp/support/cache/tlv-msg-2.py
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ies = []
|
||||
ies.append({ "ie_type" : "Recovery Time Stamp", "ie_value" : "Recovery Time Stamp", "presence" : "M", "instance" : "0", "comment" : "This IE shall contain the time stamp when the node was started see clause 19A of 3GPPTS23.007[24]."})
|
||||
msg_list[key]["ies"] = ies
|
||||
Loading…
Add table
Add a link
Reference in a new issue