blob: 9eb325d74acca53de202c5ca9a46802b2b5c2edb [file] [log] [blame]
[
// *********************************************************************************
{ "name" : "SSC",
"type" : "Service" },
// *********************************************************************************
{ "name" : "QMI Client SSC",
"type" : "Client",
"since" : "1.34" },
// *********************************************************************************
{ "name" : "QMI Message SSC",
"type" : "Message-ID-Enum" },
// *********************************************************************************
{ "name" : "QMI Indication SSC",
"type" : "Indication-ID-Enum" },
// *********************************************************************************
{ "name" : "Control",
"type" : "Message",
"service" : "SSC",
"id" : "0x0020",
"since" : "1.34",
"input" : [ { "name" : "Data",
"id" : "0x01",
"type" : "TLV",
"since" : "1.34",
"format" : "array",
"size-prefix-format" : "guint16",
"array-element" : { "format" : "guint8" } },
{ "name" : "Report Type",
"id" : "0x10",
"type" : "TLV",
"since" : "1.34",
"format" : "guint8",
"public-format" : "QmiSscReportType" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Client ID",
"id" : "0x10",
"type" : "TLV",
"since" : "1.34",
"format" : "guint64",
"prerequisites": [ { "common-ref" : "Success" } ] },
{ "name" : "Response",
"id" : "0x11",
"type" : "TLV",
"since" : "1.34",
"format" : "guint32",
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Report Small",
"type" : "Indication",
"service" : "SSC",
"id" : "0x0021",
"since" : "1.34",
"output" : [ { "name" : "Client ID",
"id" : "0x01",
"type" : "TLV",
"since" : "1.34",
"format" : "guint64" },
{ "name" : "Data",
"id" : "0x02",
"type" : "TLV",
"since" : "1.34",
"format" : "array",
"size-prefix-format" : "guint16",
"array-element" : { "format" : "guint8" } } ] },
// *********************************************************************************
{ "name" : "Report Large",
"type" : "Indication",
"service" : "SSC",
"id" : "0x0022",
"since" : "1.34",
"output" : [ { "name" : "Client ID",
"id" : "0x01",
"type" : "TLV",
"since" : "1.34",
"format" : "guint64" },
{ "name" : "Data",
"id" : "0x02",
"type" : "TLV",
"since" : "1.34",
"format" : "array",
"size-prefix-format" : "guint16",
"array-element" : { "format" : "guint8" } } ] }
]