add DETACH REQUEST FROM/TO UE

This commit is contained in:
Sukchan Lee 2017-04-25 18:28:46 +09:00
parent 63ed72ed91
commit fe4ae96109
3 changed files with 17 additions and 11 deletions

4
lib/nas/support/cache/nas_msg_69.1.py vendored Normal file
View file

@ -0,0 +1,4 @@
ies = []
ies.append({ "iei" : "", "value" : "Detach type", "type" : "Detach type", "reference" : "9.9.3.7", "presence" : "M", "format" : "V", "length" : "1/2"})
ies.append({ "iei" : "", "value" : "EPS mobile identity", "type" : "EPS mobile identity", "reference" : "9.9.3.12", "presence" : "M", "format" : "LV", "length" : "5-12"})
msg_list[key]["ies"] = ies