[ { "common-ref" : "Operation Result", "name" : "Result", "fullname" : "Qmi Message Result", "id" : "0x02", "mandatory" : "yes", "type" : "TLV", "format" : "struct", "contents" : [ { "name" : "Error Status", "format" : "guint16" }, { "name" : "Error Code", "format" : "guint16" } ] }, { "common-ref" : "Success", "type" : "prerequisite", "field" : "Result.Error Status", "operation" : "==", "value" : "QMI_STATUS_SUCCESS" }, { "common-ref" : "No Success", "type" : "prerequisite", "field" : "Result.Error Status", "operation" : "!=", "value" : "QMI_STATUS_SUCCESS" }, // ********************************************************************************* // WDS common TLVs { "common-ref" : "WDS Profile Name", "name" : "Profile Name", "id" : "0x10", "mandatory" : "no", "type" : "TLV", "format" : "string" }, { "common-ref" : "WDS PDP Type", "name" : "PDP Type", "id" : "0x11", "mandatory" : "no", "type" : "TLV", "format" : "guint8", "public-format" : "QmiWdsPdpType" }, { "common-ref" : "WDS APN Name", "name" : "APN Name", "id" : "0x14", "mandatory" : "no", "type" : "TLV", "format" : "string" }, { "common-ref" : "WDS Primary IPv4 DNS Address", "name" : "Primary IPv4 DNS Address", "id" : "0x15", "mandatory" : "no", "type" : "TLV", "endian" : "little", "format" : "guint32" }, { "common-ref" : "WDS Secondary IPv4 DNS Address", "name" : "Secondary IPv4 DNS Address", "id" : "0x16", "mandatory" : "no", "type" : "TLV", "endian" : "little", "format" : "guint32" }, { "common-ref" : "WDS GPRS Requested QoS", "name" : "GPRS Requested QoS", "id" : "0x19", "mandatory" : "no", "type" : "TLV", "format" : "sequence", "contents" : [ { "name" : "Precedence Class", "format" : "guint32" }, { "name" : "Delay Class", "format" : "guint32" }, { "name" : "Reliability Class", "format" : "guint32" }, { "name" : "Peak Throughput Class", "format" : "guint32" }, { "name" : "Mean Throughput Class", "format" : "guint32" } ] }, { "common-ref" : "WDS GPRS Minimum QoS", "name" : "GPRS Minimum QoS", "id" : "0x1A", "mandatory" : "no", "type" : "TLV", "format" : "sequence", "contents" : [ { "name" : "Precedence Class", "format" : "guint32" }, { "name" : "Delay Class", "format" : "guint32" }, { "name" : "Reliability Class", "format" : "guint32" }, { "name" : "Peak Throughput Class", "format" : "guint32" }, { "name" : "Mean Throughput Class", "format" : "guint32" } ] }, { "common-ref" : "WDS Username", "name" : "Username", "id" : "0x1B", "mandatory" : "no", "type" : "TLV", "format" : "string" }, { "common-ref" : "WDS Password", "name" : "Password", "id" : "0x1C", "mandatory" : "no", "type" : "TLV", "format" : "string" }, { "common-ref" : "WDS Authentication", "name" : "Authentication", "id" : "0x1D", "mandatory" : "no", "type" : "TLV", "format" : "guint8", "public-format" : "QmiWdsAuthentication" }, { "common-ref" : "WDS IPv4 Address Preference", "name" : "IPv4 Address Preference", "id" : "0x1E", "mandatory" : "no", "type" : "TLV", "endian" : "little", "format" : "guint32" }, { "common-ref" : "WDS PCSCF Address Using PCO", "name" : "PCSCF Address Using PCO", "id" : "0x1F", "mandatory" : "no", "type" : "TLV", "format" : "guint8", "public-format" : "gboolean" }, { "common-ref" : "WDS PCSCF Address Using DHCP", "name" : "PCSCF Address Using DHCP", "id" : "0x21", "mandatory" : "no", "type" : "TLV", "format" : "guint8", "public-format" : "gboolean" }, { "common-ref" : "WDS IMCN Flag", "name" : "IMCN Flag", "id" : "0x22", "mandatory" : "no", "type" : "TLV", "format" : "guint8", "public-format" : "gboolean" }, { "common-ref" : "WDS IPv6 Address Preference", "name" : "IPv6 Address Preference", "id" : "0x28", "mandatory" : "no", "type" : "TLV", "format" : "sequence", "contents" : [ { "name" : "Address", "format" : "array", "fixed-size" : "8", "array-element" : { "format": "guint16", "endian": "network" } } ] }, { "common-ref" : "WDS IPv6 Primary DNS Address Preference", "name" : "IPv6 Primary DNS Address Preference", "id" : "0x2B", "mandatory" : "no", "type" : "TLV", "format" : "array", "fixed-size" : "8", "array-element" : { "format": "guint16", "endian": "network" } }, { "common-ref" : "WDS IPv6 Secondary DNS Address Preference", "name" : "IPv6 Secondary DNS Address Preference", "id" : "0x2C", "mandatory" : "no", "type" : "TLV", "format" : "array", "fixed-size" : "8", "array-element" : { "format": "guint16", "endian": "network" } } ]