mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
add DETACH REQUEST FROM/TO UE
This commit is contained in:
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
4
lib/nas/support/cache/nas_msg_69.1.py
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue