aboutsummaryrefslogtreecommitdiffstats
path: root/data/qmi-common.json
blob: 064b4a5c6a0e2c7ef35d73f6c479349093d6dd69 (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",
      "mandatory"  : "yes",
      "type"       : "TLV",
      "format"     : "struct",
      "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" }
]