[ // ********************************************************************************* { "name" : "GAS", "type" : "Service" }, // ********************************************************************************* { "name" : "QMI Client GAS", "type" : "Client", "since" : "1.24" }, // ********************************************************************************* { "name" : "QMI Message GAS", "type" : "Message-ID-Enum" }, // ********************************************************************************* { "name" : "DMS Set Active Firmware", "type" : "Message", "service" : "GAS", "id" : "0x0206", "since" : "1.24", "input" : [ { "name" : "Carrier Name", "id" : "0x10", "type" : "TLV", "since" : "1.24", "format" : "string" }, { "name" : "Slot Index", "id" : "0x11", "type" : "TLV", "since" : "1.24", "format" : "guint8" }, { "name" : "Version", "id" : "0x12", "type" : "TLV", "since" : "1.24", "format" : "string" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, // ********************************************************************************* { "name" : "DMS Get Firmware List", "type" : "Message", "service" : "GAS", "id" : "0x0208", "since" : "1.24", "input" : [ { "name" : "Mode", "id" : "0x01", "type" : "TLV", "since" : "1.24", "format" : "guint8", "public-format": "QmiGasFirmwareListingMode" }, { "name" : "Slot Index", "id" : "0x10", "type" : "TLV", "since" : "1.24", "format" : "guint8" }, { "name" : "Name", "id" : "0x11", "type" : "TLV", "since" : "1.24", "format" : "string" }, { "name" : "Version", "id" : "0x12", "type" : "TLV", "since" : "1.24", "format" : "string" } ], "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Mode", "id" : "0x01", "type" : "TLV", "since" : "1.24", "format" : "guint8", "public-format": "QmiGasFirmwareListingMode", "prerequisites": [ { "common-ref" : "Success" } ] }, { "name" : "Stored Firmware 1", "id" : "0x10", "type" : "TLV", "since" : "1.24", "format" : "sequence", "contents" : [ { "name" : "Index", "format" : "guint8" }, { "name" : "Name", "format" : "string" }, { "name" : "Version", "format" : "string" }, { "name" : "PRI revision", "format" : "string" } ], "prerequisites": [ { "common-ref" : "Success" } ] }, { "name" : "Stored Firmware 2", "id" : "0x11", "type" : "TLV", "since" : "1.24", "format" : "sequence", "contents" : [ { "name" : "Index", "format" : "guint8" }, { "name" : "Name", "format" : "string" }, { "name" : "Version", "format" : "string" }, { "name" : "PRI revision", "format" : "string" } ], "prerequisites": [ { "common-ref" : "Success" } ] }, { "name" : "Stored Firmware 3", "id" : "0x12", "type" : "TLV", "since" : "1.24", "format" : "sequence", "contents" : [ { "name" : "Index", "format" : "guint8" }, { "name" : "Name", "format" : "string" }, { "name" : "Version", "format" : "string" }, { "name" : "PRI revision", "format" : "string" } ], "prerequisites": [ { "common-ref" : "Success" } ] }, { "name" : "Stored Firmware 4", "id" : "0x13", "type" : "TLV", "since" : "1.24", "format" : "sequence", "contents" : [ { "name" : "Index", "format" : "guint8" }, { "name" : "Name", "format" : "string" }, { "name" : "Version", "format" : "string" }, { "name" : "PRI revision", "format" : "string" } ], "prerequisites": [ { "common-ref" : "Success" } ] } ] } ]