uqmi: sync data from libqmi project
[project/uqmi.git] / data / qmi-service-wms.json
index 75accd44a04c2ebed32fa7ed9ed5bc4eb80a5fc8..3af6d0da0f7f2372c7a9fd82b883c9cdaf1ff78d 100644 (file)
@@ -6,7 +6,8 @@
 
   // *********************************************************************************
   {  "name"    : "QMI Client WMS",
-     "type"    : "Client" },
+     "type"    : "Client",
+     "since"   : "1.0" },
 
   // *********************************************************************************
   {  "name"    : "QMI Message WMS",
@@ -21,7 +22,7 @@
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0000",
-     "version" : "1.0",
+     "since"   : "1.0",
      "output"  : [ { "common-ref" : "Operation Result" } ] },
 
   // *********************************************************************************
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0001",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"      : "New MT Message Indicator",
                      "id"        : "0x10",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Report",
                                        "format"        : "guint8",
      "type"    : "Indication",
      "service" : "WMS",
      "id"      : "0x0001",
+     "since"   : "1.0",
      "output"  : [ { "name"      : "MT Message",
                      "id"        : "0x10",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Storage Type",
                                        "format"        : "guint8",
@@ -56,8 +58,8 @@
                                        "format" : "guint32" } ] },
                    { "name"      : "Transfer Route MT Message",
                      "id"        : "0x11",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Ack Indicator",
                                        "format"        : "guint8",
                                      { "name"               : "Raw Data",
                                        "format"             : "array",
                                        "size-prefix-format" : "guint16",
-                                       "array-element"      : { "format" : "guint8" } } ] },
+                                       "array-element"      : { "format" : "guint8" },
+                                       "personal-info"      : "true" } ] },
                    { "name"          : "Message Mode",
                      "id"            : "0x12",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageMode" },
                    { "name"      : "ETWS Message",
                      "id"        : "0x13",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Notification Type",
                                        "format"        : "guint8",
                                      { "name"               : "Raw Data",
                                        "format"             : "array",
                                        "size-prefix-format" : "guint16",
-                                       "array-element"      : { "format" : "guint8" } } ] },
+                                       "array-element"      : { "format" : "guint8" },
+                                       "personal-info"      : "true" } ] },
                    { "name"      : "ETWS PLMN Information",
                      "id"        : "0x14",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"   : "MCC",
                                        "format" : "guint16" },
                                        "format" : "guint16" } ] },
                    { "name"          : "SMSC Address",
                      "id"            : "0x15",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "string" },
                    { "name"          : "SMS on IMS",
                      "id"            : "0x16",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "gboolean" } ] },
 
+  // *********************************************************************************
+  {  "name"    : "Get Supported Messages",
+     "type"    : "Message",
+     "service" : "WMS",
+     "id"      : "0x001E",
+     "since"   : "1.14",
+     "output"  : [ { "common-ref" : "Operation Result" },
+                   { "name"               : "List",
+                     "id"                 : "0x10",
+                     "type"               : "TLV",
+                     "since"              : "1.14",
+                     "format"             : "array",
+                     "size-prefix-format" : "guint16",
+                     "array-element"      : { "format" : "guint8" },
+                     "prerequisites"      : [ { "common-ref" : "Success" } ] } ] },
+
   // *********************************************************************************
   {  "name"    : "Raw Send",
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0020",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"      : "Raw Message Data",
                      "id"        : "0x01",
-                     "mandatory" : "yes",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Format",
                                        "format"        : "guint8",
                                      { "name"               : "Raw Data",
                                        "format"             : "array",
                                        "size-prefix-format" : "guint16",
-                                       "array-element"      : { "format" : "guint8" } } ] },
+                                       "array-element"      : { "format" : "guint8" },
+                                       "personal-info"      : "true" } ] },
                    { "name"      : "CDMA Force On DC",
                      "id"        : "0x10",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Force",
                                        "format"        : "guint8",
                                        "public-format" : "QmiWmsCdmaServiceOption" } ] },
                    { "name"      : "CDMA Follow On DC",
                      "id"        : "0x11",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Follow",
                                        "format"        : "guint8",
                                        "public-format" : "gboolean" } ] },
                    { "name"      : "GSM WCDMA Link Timer",
                      "id"        : "0x12",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "guint8" },
                    { "name"          : "SMS on IMS",
                      "id"            : "0x13",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "gboolean" } ],
      "output"  : [ { "common-ref" : "Operation Result" },
                    { "name"          : "Message ID",
                      "id"            : "0x01",
                      // Even if we have this TLV as mandatory, it seems it really isn't
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint16",
                      "prerequisites" : [ { "common-ref" : "Success" } ] },
                    { "name"          : "CDMA Cause Code",
                      "id"            : "0x10",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint16",
                      "public-format" : "QmiWmsCdmaCauseCode",
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
                                            "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
                    { "name"          : "CDMA Error Class",
                      "id"            : "0x11",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsCdmaErrorClass",
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
                                            "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
                    { "name"          : "GSM WCDMA Cause Info",
                      "id"            : "0x12",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "sequence",
                      "contents"      : [ { "name"          : "RP Cause",
                                            "format"        : "guint16",
                                          { "name"          : "TP Cause",
                                            "format"        : "guint8",
                                            "public-format" : "QmiWmsGsmUmtsTpCause" } ],
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
                                            "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
                    { "name"          : "Message Delivery Failure Type",
                      "id"            : "0x13",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageDeliveryFailureType",
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
                                            "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] },
 
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0021",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"      : "Raw Message Data",
                      "id"        : "0x01",
-                     "mandatory" : "yes",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Storage Type",
                                        "format"        : "guint8",
                                      { "name"               : "Raw Data",
                                        "format"             : "array",
                                        "size-prefix-format" : "guint16",
-                                       "array-element"      : { "format" : "guint8" } } ] } ],
+                                       "array-element"      : { "format" : "guint8" },
+                                       "personal-info"      : "true" } ] } ],
      "output"  : [ { "common-ref" : "Operation Result" },
                    { "name"          : "Memory Index",
                      "id"            : "0x01",
-                     "mandatory"     : "yes",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint32",
                      "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
 
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0022",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"      : "Message Memory Storage ID",
                      "id"        : "0x01",
-                     "mandatory" : "yes",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Storage Type",
                                        "format"        : "guint8",
                                        "format"        : "guint32" } ] },
                    { "name"          : "Message Mode",
                      "id"            : "0x10",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageMode" },
                    { "name"          : "SMS on IMS",
                      "id"            : "0x11",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "gboolean" } ],
      "output"   : [ { "common-ref" : "Operation Result" },
                     { "name"      : "Raw Message Data",
                       "id"        : "0x01",
-                      "mandatory" : "yes",
                       "type"      : "TLV",
+                      "since"     : "1.0",
                       "format"    : "sequence",
                       "contents"  : [ { "name"          : "Message Tag",
                                         "format"        : "guint8",
                                       { "name"               : "Raw Data",
                                         "format"             : "array",
                                         "size-prefix-format" : "guint16",
-                                        "array-element"      : { "format" : "guint8" } } ],
+                                        "array-element"      : { "format" : "guint8" },
+                                        "personal-info"      : "true" } ],
                       "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
 
   // *********************************************************************************
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0023",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"      : "Message Tag",
                      "id"        : "0x01",
-                     "mandatory" : "yes",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Storage Type",
                                        "format"        : "guint8",
                                        "public-format" : "QmiWmsMessageTagType" } ] },
                    { "name"          : "Message Mode",
                      "id"            : "0x10",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageMode" } ],
      "output"   : [ { "common-ref" : "Operation Result" } ] },
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0024",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"          : "Memory Storage",
                      "id"            : "0x01",
-                     "mandatory"     : "yes",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsStorageType" },
                    { "name"      : "Memory Index",
                      "id"        : "0x10",
-                     "mandatory" : "no",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "guint32" },
                    { "name"          : "Message Tag",
                      "id"            : "0x11",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageTagType" },
                    { "name"          : "Message Mode",
                      "id"            : "0x12",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageMode" } ],
      "output"   : [ { "common-ref" : "Operation Result" } ] },
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0030",
-     "version" : "1.0",
+     "since"   : "1.0",
      "output"   : [ { "common-ref" : "Operation Result" },
                     { "name"          : "Message Protocol",
                       "id"            : "0x01",
-                      "mandatory"     : "yes",
                       "type"          : "TLV",
+                      "since"         : "1.0",
                       "format"        : "guint8",
                       "public-format" : "QmiWmsMessageProtocol",
                       "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0031",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"          : "Storage Type",
                      "id"            : "0x01",
-                     "mandatory"     : "yes",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsStorageType" },
                    { "name"          : "Message Tag",
                      "id"            : "0x11",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageTagType" },
                    { "name"          : "Message Mode",
                      "id"            : "0x12",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageMode" } ],
      "output"   : [ { "common-ref" : "Operation Result" },
                     { "name"               : "Message List",
                       "id"                 : "0x01",
-                      "mandatory"          : "yes",
                       "type"               : "TLV",
+                      "since"              : "1.0",
                       "format"             : "array",
                       "size-prefix-format" : "guint32" ,
                       "array-element"      : { "name"     : "Element",
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0032",
-     "version" : "1.0",
+     "since"   : "1.0",
      "input"   : [ { "name"               : "Route List",
                      "id"                 : "0x01",
-                     "mandatory"          : "yes",
                      "type"               : "TLV",
+                     "since"              : "1.0",
                      "format"             : "array",
                      "size-prefix-format" : "guint16",
                      "array-element"      : { "name"     : "Element",
                                                                "public-format" : "QmiWmsReceiptAction" } ] } },
                    { "name"          : "Transfer Status Report",
                      "id"            : "0x10",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsTransferIndication" } ],
      "output"   : [ { "common-ref" : "Operation Result" } ] },
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0033",
-     "version" : "1.0",
+     "since"   : "1.0",
      "output"   : [ { "common-ref" : "Operation Result" },
                     { "name"               : "Route List",
                       "id"                 : "0x01",
-                      "mandatory"          : "yes",
                       "type"               : "TLV",
+                      "since"              : "1.0",
                       "format"             : "array",
                       "size-prefix-format" : "guint16",
                       "array-element"      : { "name"     : "Element",
                       "prerequisites"      : [ { "common-ref" : "Success" } ] },
                     { "name"          : "Transfer Status Report",
                       "id"            : "0x10",
-                      "mandatory"     : "no",
                       "type"          : "TLV",
+                      "since"         : "1.0",
                       "format"        : "guint8",
                       "public-format" : "QmiWmsTransferIndication",
                       "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
 
+  // *********************************************************************************
+  {  "name"    : "Send Ack",
+     "type"    : "Message",
+     "service" : "WMS",
+     "id"      : "0x0037",
+     "since"   : "1.28",
+     "input"   : [ { "name"      : "Information",
+                     "id"        : "0x01",
+                     "type"      : "TLV",
+                     "since"     : "1.28",
+                     "format"    : "sequence",
+                     "contents"  : [ { "name"   : "Transaction ID",
+                                       "format" : "guint32" },
+                                     { "name"          : "Message Protocol",
+                                       "format"        : "guint8",
+                                       "public-format" : "QmiWmsMessageProtocol" },
+                                     { "name"          : "Success",
+                                       "format"        : "guint8",
+                                       "public-format" : "gboolean" } ] },
+                  { "name"      : "3GPP2 Failure Information",
+                     "id"        : "0x10",
+                     "type"      : "TLV",
+                     "since"     : "1.28",
+                     "format"    : "sequence",
+                     "contents"  : [ { "name"          : "Error Class",
+                                       "format"        : "guint8",
+                                       "public-format" : "QmiWmsCdmaErrorClass" },
+                                     { "name"          : "Cause Code",
+                                       "format"        : "guint8",
+                                       "public-format" : "QmiWmsCdmaCauseCode" } ] },
+                  { "name"      : "3GPP Failure Information",
+                     "id"        : "0x11",
+                     "type"      : "TLV",
+                     "since"     : "1.28",
+                     "format"    : "sequence",
+                     "contents"  : [ { "name"          : "RP Cause",
+                                       "format"        : "guint8",
+                                       "public-format" : "QmiWmsGsmUmtsRpCause" },
+                                     { "name"          : "TP Cause",
+                                       "format"        : "guint8",
+                                       "public-format" : "QmiWmsGsmUmtsTpCause" } ] },
+                  { "name"          : "SMS on IMS",
+                     "id"            : "0x12",
+                     "type"          : "TLV",
+                     "since"         : "1.28",
+                     "format"        : "guint8",
+                    "public-format" : "gboolean" } ],
+     "output"  : [ { "common-ref" : "Operation Result" },
+                   { "name"          : "Failure Cause",
+                     "id"            : "0x10",
+                     "type"          : "TLV",
+                     "since"         : "1.28",
+                     "format"        : "guint8",
+                    "public-format" : "QmiWmsAckFailureCause",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
+                                           "operation" : "!=",
+                                           "value"     : "QMI_STATUS_SUCCESS" },
+                                         { "field"     : "Result Error Code",
+                                           "operation" : "==",
+                                           "value"     : "QMI_PROTOCOL_ERROR_ACK_NOT_SENT" } ] } ] },
+
   // *********************************************************************************
   {  "name"    : "Send From Memory Storage",
      "type"    : "Message",
      "service" : "WMS",
      "id"      : "0x0042",
-     "version" : "1.2",
+     "since"   : "1.0",
      "input"   : [ { "name"      : "Information",
                      "id"        : "0x01",
-                     "mandatory" : "yes",
                      "type"      : "TLV",
+                     "since"     : "1.0",
                      "format"    : "sequence",
                      "contents"  : [ { "name"          : "Storage Type",
                                        "format"        : "guint8",
                                        "public-format" : "QmiWmsMessageMode" } ] },
                    { "name"          : "SMS on IMS",
                      "id"            : "0x10",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "gboolean" } ],
      "output"  : [ { "common-ref" : "Operation Result" },
                    { "name"          : "Message ID",
                      "id"            : "0x10",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint16",
                      "prerequisites" : [ { "common-ref" : "Success" } ] },
                    { "name"          : "CDMA Cause Code",
                      "id"            : "0x11",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint16",
                      "public-format" : "QmiWmsCdmaCauseCode",
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
                                            "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
                    { "name"          : "CDMA Error Class",
                      "id"            : "0x12",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsCdmaErrorClass",
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
                                            "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
                    { "name"          : "GSM WCDMA Cause Info",
                      "id"            : "0x13",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "sequence",
                      "contents"      : [ { "name"          : "RP Cause",
                                            "format"        : "guint16",
                                          { "name"          : "TP Cause",
                                            "format"        : "guint8",
                                            "public-format" : "QmiWmsGsmUmtsTpCause" } ],
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
                                            "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
                    { "name"          : "Message Delivery Failure Type",
                      "id"            : "0x14",
-                     "mandatory"     : "no",
                      "type"          : "TLV",
+                     "since"         : "1.0",
                      "format"        : "guint8",
                      "public-format" : "QmiWmsMessageDeliveryFailureType",
-                     "prerequisites" : [ { "field"     : "Result.Error Status",
+                     "prerequisites" : [ { "field"     : "Result Error Status",
                                            "operation" : "!=",
                                            "value"     : "QMI_STATUS_SUCCESS" },
-                                         { "field"     : "Result.Error Code",
+                                         { "field"     : "Result Error Code",
                                            "operation" : "==",
-                                           "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] }
+                                           "value"     : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] },
+
+  // *********************************************************************************
+  {  "name"    : "SMSC Address",
+     "type"    : "Indication",
+     "service" : "WMS",
+     "id"      : "0x0046",
+     "since"   : "1.14",
+     "output"  : [ { "name"      : "Address",
+                     "id"        : "0x01",
+                     "type"      : "TLV",
+                     "since"     : "1.14",
+                     "format"    : "sequence",
+                     "contents"  : [ { "name"       : "Type",
+                                       "format"     : "string",
+                                       "fixed-size" : "3" },
+                                     { "name"               : "Digits",
+                                       "format"             : "string",
+                                       "size-prefix-format" : "guint8" } ] } ] }
+
 
 ]