GTP message is added for paging and handover

This commit is contained in:
Sukchan Lee 2017-07-27 00:10:10 +09:00
parent 4d4621d9a4
commit 0a8f389839
12 changed files with 341 additions and 2 deletions

5
lib/gtp/support/cache/tlv_msg_70.py vendored Normal file
View file

@ -0,0 +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."})
msg_list[key]["ies"] = ies