libqmi-qmuxd/data/qmi-service-dms.json

94 lines
4.3 KiB
JSON

[
// *********************************************************************************
{ "name" : "DMS",
"type" : "Service" },
// *********************************************************************************
{ "name" : "QMI Client DMS",
"type" : "Client" },
// *********************************************************************************
{ "name" : "QMI Message DMS",
"type" : "Message-ID-Enum" },
// *********************************************************************************
{ "name" : "Get Capabilities",
"type" : "Message",
"service" : "DMS",
"id" : "0x0020",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Info",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "struct",
"contents" : [ { "name" : "Max Tx Channel Rate",
"format" : "guint32" },
{ "name" : "Max Rx Channel Rate",
"format" : "guint32" },
{ "name" : "Data Service Capability",
"format" : "guint8",
"public-format" : "QmiDmsDataServiceCapability" },
{ "name" : "SIM Capability",
"format" : "guint8",
"public-format" : "QmiDmsSimCapability" },
{ "name" : "Radio Interface List",
"format" : "array",
"array-element" : { "format" : "guint8",
"public-format" : "QmiDmsRadioInterface" } } ],
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Get Manufacturer",
"type" : "Message",
"service" : "DMS",
"id" : "0x0021",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Manufacturer",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Get Model",
"type" : "Message",
"service" : "DMS",
"id" : "0x0022",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Model",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "Get IDs",
"type" : "Message",
"service" : "DMS",
"id" : "0x0025",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Esn",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] },
{ "name" : "Imei",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] },
{ "name" : "Meid",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] } ] }
]