mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-07 15:33:13 +00:00
5 lines
361 B
Python
5 lines
361 B
Python
ies = []
|
|
ies.append({ "iei" : "", "value" : "GUTI", "type" : "EPS mobile identity", "reference" : "9.9.3.12", "presence" : "M", "format" : "LV", "length" : "12"})
|
|
ies.append({ "iei" : "54", "value" : "TAI list", "type" : "Tracking area identity list", "reference" : "9.9.3.33", "presence" : "O", "format" : "TLV", "length" : "8-98"})
|
|
msg_list[key]["ies"] = ies
|