summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-01-08 14:51:18 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-01-08 15:15:35 +0100
commitd83fbdef16f1c5a083246fcbd478fe3966503f24 (patch)
treeab8db962169cb33b98c9fd1f8d4cb91b94ba32d6
parent4296dfe372760ff83a37db74dc671fd12a137e63 (diff)
downloadlibqmi-d83fbdef16f1c5a083246fcbd478fe3966503f24.tar.gz
uim: fix 'UIM Session' TLV 'since' tag values
The since tag applies per-message, it cannot be a common one for all messages if the value is different in them.
-rw-r--r--data/qmi-service-uim.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/data/qmi-service-uim.json b/data/qmi-service-uim.json
index 0fbb00c2..dd307545 100644
--- a/data/qmi-service-uim.json
+++ b/data/qmi-service-uim.json
@@ -98,7 +98,6 @@
"fullname" : "Qmi UIM Session",
"id" : "0x01",
"type" : "TLV",
- "since" : "1.22",
"format" : "sequence",
"contents" : [ { "name" : "Session Type",
"format" : "guint8",
@@ -141,7 +140,8 @@
"id" : "0x0020",
"version" : "1.0",
"since" : "1.6",
- "input" : [ { "common-ref" : "UIM Session" },
+ "input" : [ { "common-ref" : "UIM Session",
+ "since" : "1.6" },
{ "name" : "File",
"id" : "0x02",
"type" : "TLV",
@@ -211,7 +211,8 @@
"id" : "0x0021",
"version" : "1.0",
"since" : "1.6",
- "input" : [ { "common-ref" : "UIM Session" },
+ "input" : [ { "common-ref" : "UIM Session",
+ "since" : "1.6" },
{ "name" : "File",
"id" : "0x02",
"type" : "TLV",
@@ -281,7 +282,8 @@
"id" : "0x0024",
"version" : "1.0",
"since" : "1.6",
- "input" : [ { "common-ref" : "UIM Session" },
+ "input" : [ { "common-ref" : "UIM Session",
+ "since" : "1.6" },
{ "name" : "File",
"id" : "0x02",
"type" : "TLV",
@@ -372,7 +374,8 @@
"id" : "0x0025",
"version" : "1.0",
"since" : "1.14",
- "input" : [ { "common-ref" : "UIM Session" },
+ "input" : [ { "common-ref" : "UIM Session",
+ "since" : "1.14" },
{ "name" : "Info",
"id" : "0x02",
"type" : "TLV",
@@ -416,7 +419,8 @@
"id" : "0x0026",
"version" : "1.0",
"since" : "1.14",
- "input" : [ { "common-ref" : "UIM Session" },
+ "input" : [ { "common-ref" : "UIM Session",
+ "since" : "1.14" },
{ "name" : "Info",
"id" : "0x02",
"type" : "TLV",
@@ -466,7 +470,8 @@
"id" : "0x0027",
"version" : "1.0",
"since" : "1.14",
- "input" : [ { "common-ref" : "UIM Session" },
+ "input" : [ { "common-ref" : "UIM Session",
+ "since" : "1.14" },
{ "name" : "Info",
"id" : "0x02",
"type" : "TLV",
@@ -518,7 +523,8 @@
"id" : "0x0028",
"version" : "1.0",
"since" : "1.14",
- "input" : [ { "common-ref" : "UIM Session" },
+ "input" : [ { "common-ref" : "UIM Session",
+ "since" : "1.14" },
{ "name" : "Info",
"id" : "0x02",
"type" : "TLV",