aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-service-dms.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-05 12:29:42 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-23 12:54:14 +0200
commit48c14723d7996e8a01e60d3bf585b995ff735c74 (patch)
treec7846f18d7e5e1a83de33dcefa4666dc73c4d4aa /data/qmi-service-dms.json
parentaf6d4526b1e990a3b64c9c4d8a2905b67a1a8399 (diff)
downloadexternal_libqmi-48c14723d7996e8a01e60d3bf585b995ff735c74.zip
external_libqmi-48c14723d7996e8a01e60d3bf585b995ff735c74.tar.gz
external_libqmi-48c14723d7996e8a01e60d3bf585b995ff735c74.tar.bz2
dms: implement "Set Event Report" request/response
Diffstat (limited to 'data/qmi-service-dms.json')
-rw-r--r--data/qmi-service-dms.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 6c7bc6b..894a8c7 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -13,6 +13,65 @@
"type" : "Message-ID-Enum" },
// *********************************************************************************
+ { "name" : "Set Event Report",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0001",
+ "version" : "1.0",
+ "input" : [ { "name" : "Power State Reporting",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Battery Level Report Limits",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Lower Limit",
+ "format" : "guint8" },
+ { "name" : "Upper Limit",
+ "format" : "guint8" } ] },
+ { "name" : "PIN State Reporting",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Activation State Reporting",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Operating Mode Reporting",
+ "id" : "0x14",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "UIM State Reporting",
+ "id" : "0x15",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Wireless Disable State Reporting",
+ "id" : "0x16",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "PRL Init Reporting",
+ "id" : "0x17",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ],
+ "output" : [ { "common-ref" : "Operation Result" } ] },
+
+ // *********************************************************************************
{ "name" : "Get Capabilities",
"type" : "Message",
"service" : "DMS",