summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-06 18:10:09 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-06 19:53:03 +0200
commit94c5f373a8394f26479f435f85560a548e86ff03 (patch)
tree8b011c4c987a0f35f70104554eadbb4a11ebf813
parente47dc3b633b1a6a5057697e6a2652aa5a2599160 (diff)
wms: implement "Send From Memory Storage" request/response
-rw-r--r--data/qmi-service-wms.json88
1 files changed, 87 insertions, 1 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index e256d31..fd54d41 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -475,6 +475,92 @@
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWmsTransferIndication",
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] }
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+
+ // *********************************************************************************
+ { "name" : "Send From Memory Storage",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0042",
+ "version" : "1.1",
+ "input" : [ { "name" : "Information",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Storage Type",
+ "format" : "guint8",
+ "public-format" : "QmiWmsStorageType" },
+ { "name" : "Memory Index",
+ "format" : "guint32" },
+ { "name" : "Message Mode",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageMode" } ] },
+ { "name" : "SMS on IMS",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Message ID",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint16",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "CDMA Cause Code",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint16",
+ "public-format" : "QmiWmsCdmaCauseCode",
+ "prerequisites" : [ { "field" : "Result.Error Status",
+ "operation" : "!=",
+ "value" : "QMI_STATUS_SUCCESS" },
+ { "field" : "Result.Error Code",
+ "operation" : "==",
+ "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
+ { "name" : "CDMA Error Class",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsCdmaErrorClass",
+ "prerequisites" : [ { "field" : "Result.Error Status",
+ "operation" : "!=",
+ "value" : "QMI_STATUS_SUCCESS" },
+ { "field" : "Result.Error Code",
+ "operation" : "==",
+ "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
+ { "name" : "GSM WCDMA Cause Info",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "RP Cause",
+ "format" : "guint16",
+ "public-format" : "QmiWmsGsmUmtsRpCause" },
+ { "name" : "TP Cause",
+ "format" : "guint8",
+ "public-format" : "QmiWmsGsmUmtsTpCause" } ],
+ "prerequisites" : [ { "field" : "Result.Error Status",
+ "operation" : "!=",
+ "value" : "QMI_STATUS_SUCCESS" },
+ { "field" : "Result.Error Code",
+ "operation" : "==",
+ "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
+ { "name" : "Message Delivery Failure Type",
+ "id" : "0x14",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageDeliveryFailureType",
+ "prerequisites" : [ { "field" : "Result.Error Status",
+ "operation" : "!=",
+ "value" : "QMI_STATUS_SUCCESS" },
+ { "field" : "Result.Error Code",
+ "operation" : "==",
+ "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] }
]