diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-04 16:42:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-08 19:00:59 +0200 |
commit | f5c7b4b4261779a8206b825ffa73d8653d7ad875 (patch) | |
tree | f21fbafd88fa9cf27b8cd34c0a47c7f121deaa87 /data/qmi-service-nas.json | |
parent | 7ad7f4c22ee85bbe1ad8dcb8ef0ec5e27914c2fa (diff) |
nas: Implement the "LTE Registration Domain" TLV in "Get System Info"
Diffstat (limited to 'data/qmi-service-nas.json')
-rw-r--r-- | data/qmi-service-nas.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index c8f7538..f57329f 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -2520,6 +2520,12 @@ "since" : "1.24", "format" : "guint32", "public-format" : "QmiNasNetworkSelectionRegistrationRestriction" }, + { "name" : "LTE Registration Domain", + "id" : "0x31", + "type" : "TLV", + "since" : "1.24", + "format" : "guint32", + "public-format" : "QmiNasLteRegistrationDomain" }, { "name" : "LTE eMBMS Coverage Info Trace ID", "id" : "0x34", "type" : "TLV", |