summaryrefslogtreecommitdiff
path: root/data/qmi-service-dms.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-dms.json')
-rw-r--r--data/qmi-service-dms.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index ecabedf..31e1eb7 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -336,6 +336,25 @@
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
+ { "name" : "Get Time",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x002F",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Device Time",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Time Count",
+ "format" : "guint-sized",
+ "guint-size" : "6" },
+ { "name" : "Time Source",
+ "format" : "guint16",
+ "public-format" : "QmiDmsTimeSource" } ],
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "UIM Get ICCID",
"type" : "Message",
"service" : "DMS",