blob: d0d64ef2440266afe5001e85554aeb7105a14e7e [file] [log] [blame]
[
// *********************************************************************************
{ "name" : "WDS",
"type" : "Service" },
// *********************************************************************************
{ "name" : "QMI Client WDS",
"type" : "Client" },
// *********************************************************************************
{ "name" : "QMI Message WDS",
"type" : "Message-ID-Enum" },
// *********************************************************************************
{ "name" : "Reset",
"type" : "Message",
"service" : "WDS",
"id" : "0x0000",
"version" : "1.0",
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
{ "name" : "Start Network",
"type" : "Message",
"service" : "WDS",
"id" : "0x0020",
"version" : "1.0",
"input" : [ { "name" : "Primary DNS Address Preference",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32" },
{ "name" : "Secondary DNS Address Preference",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32" },
{ "name" : "Primary NBNS Address Preference",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32" },
{ "name" : "Secondary NBNS Address Preference",
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32" },
{ "name" : "APN",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "string" },
{ "name" : "IPv4 Address Preference",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32" },
{ "name" : "Authentication Preference",
"id" : "0x16",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsAuthentication" },
{ "name" : "Username",
"id" : "0x17",
"mandatory" : "no",
"type" : "TLV",
"format" : "string" },
{ "name" : "Password",
"id" : "0x18",
"mandatory" : "no",
"type" : "TLV",
"format" : "string" },
{ "name" : "IP Family Preference",
"id" : "0x19",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsIpFamily" },
{ "name" : "Technology Preference",
"id" : "0x30",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsTechnologyPreference" },
{ "name" : "Profile Index 3GPP",
"id" : "0x31",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8" },
{ "name" : "Profile Index 3GPP2",
"id" : "0x32",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8" },
{ "name" : "Enable Autoconnect",
"id" : "0x33",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Extended Technology Preference",
"id" : "0x34",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiWdsExtendedTechnologyPreference" },
{ "name" : "Call Type",
"id" : "0x35",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsCallType" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Packet Data Handle",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "guint32",
"prerequisites": [ { "common-ref" : "Success" } ] },
{ "name" : "Call End Reason",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiWdsCallEndReason",
"prerequisites" : [ { "field" : "Result.Error Status",
"operation" : "!=",
"value" : "QMI_STATUS_SUCCESS" },
{ "field" : "Result.Error Code",
"operation" : "==",
"value" : "QMI_PROTOCOL_ERROR_CALL_FAILED" } ] },
{ "name" : "Verbose Call End Reason",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Type",
"format" : "guint16",
"public-format" : "QmiWdsVerboseCallEndReasonType" },
{ "name" : "Reason",
"format" : "gint16" } ],
"prerequisites": [ { "field" : "Result.Error Status",
"operation" : "!=",
"value" : "QMI_STATUS_SUCCESS" },
{ "field" : "Result.Error Code",
"operation" : "==",
"value" : "QMI_PROTOCOL_ERROR_CALL_FAILED" } ] } ] },
// *********************************************************************************
{ "name" : "Stop Network",
"type" : "Message",
"service" : "WDS",
"id" : "0x0021",
"version" : "1.0",
"input" : [ { "name" : "Packet Data Handle",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "guint32" },
{ "name" : "Disable Autoconnect",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
{ "name" : "Get Packet Service Status",
"type" : "Message",
"service" : "WDS",
"id" : "0x0022",
"version" : "1.0",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Connection Status",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsConnectionStatus",
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Get Current Settings",
"type" : "Message",
"service" : "WDS",
"id" : "0x002D",
"version" : "1.2",
"input" : [ { "name" : "Requested Settings",
"id" : "0x10",
"mandatory" : "yes",
"type" : "TLV",
"format" : "guint32",
"public-format" : "QmiWdsGetCurrentSettingsRequestedSettings" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Profile Name",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "string",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "PDP Type",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsPdpType",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "APN Name",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "string",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Primary IPv4 DNS Address",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Secondary IPv4 DNS Address",
"id" : "0x16",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "GPRS Granted 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" } ],
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Username",
"id" : "0x1B",
"mandatory" : "no",
"type" : "TLV",
"format" : "string",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Authentication",
"id" : "0x1D",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsAuthentication",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IPv4 Address",
"id" : "0x1E",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Profile ID",
"id" : "0x1F",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Profile Type",
"format" : "guint8",
"public-format" : "QmiWdsProfileType" },
{ "name" : "Profile Index",
"format" : "guint8" } ],
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IPv4 Gateway Address",
"id" : "0x20",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IPv4 Gateway Subnet Mask",
"id" : "0x21",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "PCSCF Address Using PCO",
"id" : "0x22",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "PCSCF Server Address List",
"id" : "0x23",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-element" : { "name" : "IPv4 Address",
"format" : "guint32" },
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "PCSCF Domain Name List",
"id" : "0x24",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-element" : { "name" : "FQDN",
"format" : "string",
"size-prefix-format" : "guint16" },
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IPv6 Address",
"id" : "0x25",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Address",
"format" : "array",
"fixed-size" : "8",
"array-element" : { "format": "guint16" } },
{ "name" : "Prefix Length",
"format" : "guint8" } ],
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IPv6 Gateway Address",
"id" : "0x26",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Address",
"format" : "array",
"fixed-size" : "8",
"array-element" : { "format": "guint16" } },
{ "name" : "Prefix Length",
"format" : "guint8" } ],
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IPv6 Primary DNS Address",
"id" : "0x27",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"fixed-size": "8",
"array-element" : { "format": "guint16" },
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IPv6 Secondary DNS Address",
"id" : "0x28",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"fixed-size": "8",
"array-element" : { "format": "guint16" },
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "MTU",
"id" : "0x29",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Domain Name List",
"id" : "0x2A",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-element" : { "name" : "Domain Name",
"format" : "string",
"size-prefix-format" : "guint16" },
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IP Family",
"id" : "0x2B",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsIpFamily",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "IMCN Flag",
"id" : "0x2C",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint8",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Extended Technology Preference",
"id" : "0x2D",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiWdsExtendedTechnologyPreference",
"prerequisites" : [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Get Data Bearer Technology",
"type" : "Message",
"service" : "WDS",
"id" : "0x0037",
"version" : "1.12",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Current",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "gint8",
"public-format" : "QmiWdsDataBearerTechnology",
"prerequisites" : [ { "common-ref" : "Success" } ] },
{ "name" : "Last",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint8",
"public-format" : "QmiWdsDataBearerTechnology",
"prerequisites" : [ { "field" : "Result.Error Status",
"operation" : "!=",
"value" : "QMI_STATUS_SUCCESS" },
{ "field" : "Result.Error Code",
"operation" : "==",
"value" : "QMI_PROTOCOL_ERROR_OUT_OF_CALL" } ] } ] },
// *********************************************************************************
{ "name" : "Get Current Data Bearer Technology",
"type" : "Message",
"service" : "WDS",
"id" : "0x0044",
"version" : "1.4",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Current",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Network Type",
"format" : "guint8",
"public-format" : "QmiWdsNetworkType" },
{ "name" : "RAT Mask",
"format" : "guint32" },
{ "name" : "SO Mask",
"format" : "guint32" } ],
"prerequisites": [ { "common-ref" : "Success" } ] },
{ "name" : "Last",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Network Type",
"format" : "guint8",
"public-format" : "QmiWdsNetworkType" },
{ "name" : "RAT Mask",
"format" : "guint32" },
{ "name" : "SO Mask",
"format" : "guint32" } ] } ] },
// *********************************************************************************
{ "name" : "Set IP Family",
"type" : "Message",
"service" : "WDS",
"id" : "0x004D",
"version" : "1.9",
"input" : [ { "name" : "Preference",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiWdsIpFamily" } ],
"output" : [ { "common-ref" : "Operation Result" } ] }
]