[ { "name" : "QMI Client CTL", "type" : "Client" }, { "name" : "QMI Message CTL", "type" : "Message-ID-Enum" }, { "name" : "Get Version Info", "type" : "Message", "service" : "CTL", "id" : "0x0021", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Service list", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", "format" : "array", "array-element" : { "name" : "Service", "format" : "struct", "contents" : [ { "name" : "service", "type" : "guint8" }, { "name" : "major version", "type" : "guint16" }, { "name" : "minor version", "type" : "guint16" } ] }, "prerequisites": [ { "common-ref" : "Success" } ] } ] }, { "name" : "Allocate CID", "type" : "Message", "service" : "CTL", "id" : "0x0022", "input" : [ { "name" : "Service", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", "format" : "guint8" } ], "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Allocation Info", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", "format" : "struct", "contents" : [ { "name" : "Service", "type" : "guint8" }, { "name" : "Cid", "type" : "guint8" } ], "prerequisites": [ { "common-ref" : "Success" } ] } ] }, { "name" : "Release CID", "type" : "Message", "service" : "CTL", "id" : "0x0023", "input" : [ { "name" : "Release Info", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", "format" : "struct", "contents" : [ { "name" : "Service", "type" : "guint8" }, { "name" : "Cid", "type" : "guint8" } ] } ], "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Release Info", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", "format" : "struct", "contents" : [ { "name" : "Service", "type" : "guint8" }, { "name" : "Cid", "type" : "guint8" } ], "prerequisites": [ { "common-ref" : "Success" } ] } ] }, { "name" : "Sync", "type" : "Message", "service" : "CTL", "id" : "0x0027", "output" : [ { "common-ref" : "Operation Result" } ] } ]