summaryrefslogtreecommitdiff
path: root/data/qmi-common.json
blob: ce750c21f5afb531cfe5fa8e7814aa37e949fbbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
    { "common-ref" : "Operation Result",
      "name"       : "Result",
      "fullname"   : "Qmi Message Result",
      "id"         : "0x02",
      "type"       : "TLV",
      "format"     : "sequence",
      "contents"   : [ { "name"   : "Error Status",
                         "format" : "guint16" },
                       { "name"   : "Error Code",
                         "format" : "guint16" } ] },

    { "common-ref" : "Success",
      "type"       : "prerequisite",
      "field"      : "Result Error Status",
      "operation"  : "==",
      "value"      : "QMI_STATUS_SUCCESS" },

    { "common-ref" : "No Success",
      "type"       : "prerequisite",
      "field"      : "Result Error Status",
      "operation"  : "!=",
      "value"      : "QMI_STATUS_SUCCESS" }

]