summaryrefslogtreecommitdiff
path: root/data/mbim-service-ussd.json
blob: 10471e11dc11935d88a46ecc0d2654b15af47185 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
[
    // *********************************************************************************
    { "type" : "Service",
      "name" : "USSD" },

    // *********************************************************************************
    { "name"         : "",
      "service"      : "USSD",
      "type"         : "Command",
      "set"          : [ { "name"          : "Action",
                           "format"        : "guint32",
                           "public-format" : "MbimUssdAction" },
                         { "name"   : "DataCodingScheme",
                           "format" : "guint32" },
                         { "name"   : "Payload",
                           "format" : "ref-byte-array" } ],
      "response"     : [ { "name"          : "Response",
                           "format"        : "guint32",
                           "public-format" : "MbimUssdResponse" },
                         { "name"          : "SessionState",
                           "format"        : "guint32",
                           "public-format" : "MbimUssdSessionState" },
                         { "name"   : "DataCodingScheme",
                           "format" : "guint32" },
                         { "name"   : "Payload",
                           "format" : "ref-byte-array" } ],
      "notification" : [ { "name"          : "Response",
                           "format"        : "guint32",
                           "public-format" : "MbimUssdResponse" },
                         { "name"          : "SessionState",
                           "format"        : "guint32",
                           "public-format" : "MbimUssdSessionState" },
                         { "name"   : "DataCodingScheme",
                           "format" : "guint32" },
                         { "name"   : "Payload",
                           "format" : "ref-byte-array" } ] }
]