mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-29 20:09:31 +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
23
lib/pfcp/support/cache/tlv-msg-list.py
vendored
Normal file
23
lib/pfcp/support/cache/tlv-msg-list.py
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msg_list["PFCP Heartbeat Request"] = { "type" : "1" }
|
||||
msg_list["PFCP Heartbeat Response"] = { "type" : "2" }
|
||||
msg_list["PFCP PFD Management Request"] = { "type" : "3" }
|
||||
msg_list["PFCP PFD Management Response"] = { "type" : "4" }
|
||||
msg_list["PFCP Association Setup Request"] = { "type" : "5" }
|
||||
msg_list["PFCP Association Setup Response"] = { "type" : "6" }
|
||||
msg_list["PFCP Association Update Request"] = { "type" : "7" }
|
||||
msg_list["PFCP Association Update Response"] = { "type" : "8" }
|
||||
msg_list["PFCP Association Release Request"] = { "type" : "9" }
|
||||
msg_list["PFCP Association Release Response"] = { "type" : "10" }
|
||||
msg_list["PFCP Version Not Supported Response"] = { "type" : "11" }
|
||||
msg_list["PFCP Node Report Request"] = { "type" : "12" }
|
||||
msg_list["PFCP Node Report Response"] = { "type" : "13" }
|
||||
msg_list["PFCP Session Set Deletion Request"] = { "type" : "14" }
|
||||
msg_list["PFCP Session Set Deletion Response"] = { "type" : "15" }
|
||||
msg_list["PFCP Session Establishment Request"] = { "type" : "50" }
|
||||
msg_list["PFCP Session Establishment Response"] = { "type" : "51" }
|
||||
msg_list["PFCP Session Modification Request"] = { "type" : "52" }
|
||||
msg_list["PFCP Session Modification Response"] = { "type" : "53" }
|
||||
msg_list["PFCP Session Deletion Request"] = { "type" : "54" }
|
||||
msg_list["PFCP Session Deletion Response"] = { "type" : "55" }
|
||||
msg_list["PFCP Session Report Request"] = { "type" : "56" }
|
||||
msg_list["PFCP Session Report Response"] = { "type" : "57" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue