mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 04:49:33 +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
4
lib/pfcp/support/cache/tlv-msg-14.py
vendored
Normal file
4
lib/pfcp/support/cache/tlv-msg-14.py
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ies = []
|
||||
ies.append({ "ie_type" : "Node ID", "ie_value" : "Node ID", "presence" : "M", "instance" : "0", "comment" : "This IE shall contain the node identity of the originating node of the message."})
|
||||
ies.append({ "ie_type" : "FQ-CSIDp", "ie_value" : "SGW-C FQ-CSID", "presence" : "C", "instance" : "0", "comment" : "This IE shall be included according to the requirements in clause 23 of 3GPP TS 23.007 [24]."})
|
||||
msg_list[key]["ies"] = ies
|
||||
Loading…
Add table
Add a link
Reference in a new issue