summaryrefslogtreecommitdiff
path: root/data/qmi-service-wms.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-wms.json')
-rw-r--r--data/qmi-service-wms.json111
1 files changed, 110 insertions, 1 deletions
diff --git a/data/qmi-service-wms.json b/data/qmi-service-wms.json
index 7c3517b..5736366 100644
--- a/data/qmi-service-wms.json
+++ b/data/qmi-service-wms.json
@@ -108,6 +108,115 @@
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
- "public-format" : "gboolean" } ] }
+ "public-format" : "gboolean" } ] },
+
+ // *********************************************************************************
+ { "name" : "Raw Send",
+ "type" : "Message",
+ "service" : "WMS",
+ "id" : "0x0020",
+ "version" : "1.1",
+ "input" : [ { "name" : "Raw Message Data",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Format",
+ "format" : "guint8",
+ "public-format" : "QmiWmsMessageFormat" },
+ { "name" : "Raw Data",
+ "format" : "array",
+ "array-size" : { "format" : "guint16" },
+ "array-element" : { "format" : "guint8" } } ] },
+ { "name" : "CDMA Force On DC",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Force",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Service Option",
+ "format" : "guint8",
+ "public-format" : "QmiWmsCdmaServiceOption" } ] },
+ { "name" : "CDMA Follow On DC",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Follow",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ] },
+ { "name" : "GSM WCDMA Link Timer",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8" },
+ { "name" : "SMS on IMS",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint8",
+ "public-format" : "gboolean" } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Message ID",
+ "id" : "0x01",
+ "mandatory" : "yes",
+ "type" : "TLV",
+ "format" : "guint16",
+ "prerequisites" : [ { "common-ref" : "Success" } ] },
+ { "name" : "CDMA Cause Code",
+ "id" : "0x10",
+ "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" : "0x11",
+ "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" : "0x12",
+ "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" : "0x13",
+ "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" } ] } ] }
]