aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-02-10 21:32:51 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-02-10 21:39:56 +0100
commit4161e391087e7fc8c82e2ae1931c038164d04cee (patch)
tree3fef1defd21ddda06c15d8f6b66d7c0df8c3522f /data
parented9ea0b68e2034ba508a63f979bf38a34abe4a25 (diff)
libqmi-glib,nas: add additional TLVs in the 'Get System Info' message
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-nas.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index 5f7f7bf..03f75d8 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -2713,6 +2713,32 @@
"since" : "1.24",
"format" : "guint8",
"public-format" : "gboolean" },
+ { "name" : "LTE Voice Domain",
+ "id" : "0x2A",
+ "type" : "TLV",
+ "since" : "1.28",
+ "format" : "guint32",
+ "public-format" : "QmiNasLteVoiceDomain" },
+ { "name" : "CDMA Registration Zone ID",
+ "id" : "0x2B",
+ "type" : "TLV",
+ "since" : "1.28",
+ "format" : "guint16" },
+ { "name" : "GSM Routing Area Code",
+ "id" : "0x2C",
+ "type" : "TLV",
+ "since" : "1.28",
+ "format" : "guint8" },
+ { "name" : "WCDMA Routing Area Code",
+ "id" : "0x2D",
+ "type" : "TLV",
+ "since" : "1.28",
+ "format" : "guint8" },
+ { "name" : "CDMA Resolved MCC",
+ "id" : "0x2E",
+ "type" : "TLV",
+ "since" : "1.28",
+ "format" : "guint16" },
{ "name" : "Network Selection Registration Restriction",
"id" : "0x2F",
"type" : "TLV",