summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-04 16:28:48 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-04 16:28:48 +0200
commit76e11e8f50f871361c0c5f42a92338130d1de51d (patch)
tree59715a49b9ae61c78969391d2184a1a3be331f44
parent0c730b2beb9bbabed8e63ab9424ee3dff19174ff (diff)
dms: implement "Get PRL version" request/response
-rw-r--r--data/qmi-service-dms.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json
index 5a46dd1..5ba10c8 100644
--- a/data/qmi-service-dms.json
+++ b/data/qmi-service-dms.json
@@ -367,6 +367,26 @@
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
+ { "name" : "Get PRL Version",
+ "type" : "Message",
+ "service" : "DMS",
+ "id" : "0x0030",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Version",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint16",
+ "prerequisites": [ { "common-ref" : "Success" } ] },
+ { "name" : "PRL Only Preference",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean",
+ "prerequisites": [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
{ "name" : "UIM Get ICCID",
"type" : "Message",
"service" : "DMS",