mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-09 08:25:50 +00:00
NAS-5GS is added
This commit is contained in:
7
lib/nas/eps/support/cache/nas-msg-97.py
vendored
Normal file
7
lib/nas/eps/support/cache/nas-msg-97.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
ies = []
|
||||
ies.append({ "iei" : "43", "value" : "Full name for network", "type" : "Network name", "reference" : "9.9.3.24", "presence" : "O", "format" : "TLV", "length" : "3-n"})
|
||||
ies.append({ "iei" : "45", "value" : "Short name for network", "type" : "Network name", "reference" : "9.9.3.24", "presence" : "O", "format" : "TLV", "length" : "3-n"})
|
||||
ies.append({ "iei" : "46", "value" : "Local time zone", "type" : "Time zone", "reference" : "9.9.3.29", "presence" : "O", "format" : "TV", "length" : "2"})
|
||||
ies.append({ "iei" : "47", "value" : "Universal time and local time zone", "type" : "Time zone and time", "reference" : "9.9.3.30", "presence" : "O", "format" : "TV", "length" : "8"})
|
||||
ies.append({ "iei" : "49", "value" : "Network daylight saving time", "type" : "Daylight saving time", "reference" : "9.9.3.6", "presence" : "O", "format" : "TLV", "length" : "3"})
|
||||
msg_list[key]["ies"] = ies
|
||||
Reference in New Issue
Block a user