diff options
author | Dan Williams <dcbw@redhat.com> | 2017-05-09 12:20:55 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2017-05-09 12:20:55 -0500 |
commit | db0e81c69fdfd1da7bb798c4034329eb24a830bc (patch) | |
tree | 4f8d5e1120d20992a42a434b70d7c5a9c8bd8cf9 /data | |
parent | 7ff8e240e65bba557225a06cdf2f3a3b78c82746 (diff) | |
download | external_libqmi-db0e81c69fdfd1da7bb798c4034329eb24a830bc.zip external_libqmi-db0e81c69fdfd1da7bb798c4034329eb24a830bc.tar.gz external_libqmi-db0e81c69fdfd1da7bb798c4034329eb24a830bc.tar.bz2 |
loc: fix Since: versions
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-loc.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/data/qmi-service-loc.json b/data/qmi-service-loc.json index 3d41e66..235e82f 100644 --- a/data/qmi-service-loc.json +++ b/data/qmi-service-loc.json @@ -23,12 +23,12 @@ "service" : "LOC", "id" : "0x0022", "version" : "1.0", - "since" : "1.19", + "since" : "1.20", "input" : [ { "name" : "Session ID", "id" : "0x01", "mandatory" : "no", "type" : "TLV", - "since" : "1.19", + "since" : "1.20", "format" : "guint8" }, { "name" : "Intermediate Report State", "id" : "0x12", @@ -45,12 +45,12 @@ "service" : "LOC", "id" : "0x0023", "version" : "1.0", - "since" : "1.19", + "since" : "1.20", "input" : [ { "name" : "Session ID", "id" : "0x01", "mandatory" : "no", "type" : "TLV", - "since" : "1.19", + "since" : "1.20", "format" : "guint8" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, @@ -61,6 +61,7 @@ "service" : "LOC", "id" : "0x0024", "since" : "1.0", + "version" : "1.20", "output" : [ { "name" : "Session ID", "id" : "0x02", "mandatory" : "no", |