mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +00:00
[Release-17] Upgrade GTPv1/v2 to v17.4.0/v17.7.0
This commit is contained in:
parent
fd9c211005
commit
3b8a1386e4
51 changed files with 801 additions and 443 deletions
2
lib/gtp/v2/support/cache/tlv-msg-70.py
vendored
2
lib/gtp/v2/support/cache/tlv-msg-70.py
vendored
|
|
@ -1,5 +1,5 @@
|
|||
ies = []
|
||||
ies.append({ "ie_type" : "Cause", "ie_value" : "Cause", "presence" : "M", "instance" : "0", "comment" : ""})
|
||||
ies.append({ "ie_type" : "Node Type", "ie_value" : "Originating Node", "presence" : "CO", "instance" : "0", "comment" : "This IE shall be included on the S4/S11 interface if the ISR associated GTP entities i.e. MME, S4-SGSN, send this message to the SGW during the Network Triggered Service Request procedure to denote the type of the node originating the message."})
|
||||
ies.append({ "ie_type" : "IMSI", "ie_value" : "IMSI", "presence" : "CO", "instance" : "0", "comment" : "3GPP TS 23.007 [17] specifies conditions for sending this IE on the S11/S4 interface as part of the network triggered service restoration procedure, if both the SGW and the MME/S4-SGSN support this optional feature."})
|
||||
ies.append({ "ie_type" : "IMSI", "ie_value" : "IMSI", "presence" : "CO", "instance" : "0", "comment" : "3GPPTS23.007[17] specifies conditions for sending this IE on the S11/S4 interface as part of the network triggered service restoration procedure, if both the SGW and the MME/S4-SGSN support this optional feature."})
|
||||
msg_list[key]["ies"] = ies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue