aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-18 09:10:17 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-18 13:14:38 +0200
commit33132db8e4e9ba61e724328344722c36b071ea6d (patch)
tree60df9186c559f6ff893c24c349ba216332180746 /data
parent9347e8df7f90763934c0f931b86922a42b71d70a (diff)
pds: start implementing "Event Report" indication
Currently just some of the TLVs with the raw NMEA traces.
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-pds.json34
1 files changed, 33 insertions, 1 deletions
diff --git a/data/qmi-service-pds.json b/data/qmi-service-pds.json
index fd58fdc..5d54425 100644
--- a/data/qmi-service-pds.json
+++ b/data/qmi-service-pds.json
@@ -13,6 +13,10 @@
"type" : "Message-ID-Enum" },
// *********************************************************************************
+ { "name" : "QMI Indication PDS",
+ "type" : "Indication-ID-Enum" },
+
+ // *********************************************************************************
{ "name" : "Reset",
"type" : "Message",
"service" : "PDS",
@@ -146,6 +150,34 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] }
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ { "name" : "Event Report",
+ "type" : "Indication",
+ "service" : "PDS",
+ "id" : "0x0001",
+ "output" : [ { "name" : "NMEA Position",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "string",
+ "max-size" : "200" },
+ { "name" : "Extended NMEA Position",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Operation Mode",
+ "format" : "gint8",
+ "public-format" : "QmiPdsOperationMode" },
+ { "name" : "NMEA",
+ "format" : "string",
+ "max-size" : "200" } ] },
+ { "name" : "Position Session Status",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiPdsPositionSessionStatus" } ] }
]