From 6e7a002bc53f770827fdb591eca3e96d3c64ab3c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 22 Feb 2022 23:42:13 +0100 Subject: loc: skip the need of the QmiIndicationLoc...DilutionOfPrecision intermediate struct --- data/qmi-service-loc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/qmi-service-loc.json b/data/qmi-service-loc.json index 3db3a89d..0e054778 100644 --- a/data/qmi-service-loc.json +++ b/data/qmi-service-loc.json @@ -244,16 +244,16 @@ "since" : "1.22", "format" : "guint32", "public-format" : "QmiLocTechnologyUsed" }, - { "name" : "Dilution of Precision", + { "name" : "DOP", "id" : "0x24", "type" : "TLV", - "since" : "1.22", - "format" : "struct", - "contents" : [ { "name" : "Position Dilution of Precision", + "since" : "1.32", + "format" : "sequence", + "contents" : [ { "name" : "PDOP", "format" : "gfloat" }, - { "name" : "Horizontal Dilution of Precision", + { "name" : "HDOP", "format" : "gfloat" }, - { "name" : "Vertical Dilution of Precision", + { "name" : "VDOP", "format" : "gfloat" } ] }, { "name" : "UTC Timestamp", "id" : "0x25", -- cgit v1.2.1