diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-01-24 17:31:59 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-01-24 17:31:59 +0100 |
commit | 17e841d0288eaa7f805b7f091bc9d53356e0fbb8 (patch) | |
tree | ff598778a13278824f502051e5eaae6a7a24880f /data | |
parent | 4b3eeee8d3ad98ff82635c5e0a9e540c6be97d58 (diff) | |
download | external_libqmi-17e841d0288eaa7f805b7f091bc9d53356e0fbb8.zip external_libqmi-17e841d0288eaa7f805b7f091bc9d53356e0fbb8.tar.gz external_libqmi-17e841d0288eaa7f805b7f091bc9d53356e0fbb8.tar.bz2 |
pds: new 'GPS Ready' indication
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-pds.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/qmi-service-pds.json b/data/qmi-service-pds.json index b2e3cb8..5b01409 100644 --- a/data/qmi-service-pds.json +++ b/data/qmi-service-pds.json @@ -434,6 +434,13 @@ "contents" : [ { "name" : "Auto Tracking State", "format" : "guint8", "public-format" : "gboolean" } ] } ], - "output" : [ { "common-ref" : "Operation Result" } ] } + "output" : [ { "common-ref" : "Operation Result" } ] }, + + // ********************************************************************************* + { "name" : "GPS Ready", + "type" : "Indication", + "service" : "PDS", + "id" : "0x0060", + "version" : "1.14" } ] |