initial import
[project/umbim.git] / data / mbim-service-ussd.json
1
2 [
3     // *********************************************************************************
4     { "type" : "Service",
5       "name" : "USSD" },
6
7     // *********************************************************************************
8     { "name"         : "",
9       "service"      : "USSD",
10       "type"         : "Command",
11       "set"          : [ { "name"          : "Action",
12                            "format"        : "guint32",
13                            "public-format" : "MbimUssdAction" },
14                          { "name"   : "DataCodingScheme",
15                            "format" : "guint32" },
16                          { "name"   : "Payload",
17                            "format" : "ref-byte-array" } ],
18       "response"     : [ { "name"          : "Response",
19                            "format"        : "guint32",
20                            "public-format" : "MbimUssdResponse" },
21                          { "name"          : "SessionState",
22                            "format"        : "guint32",
23                            "public-format" : "MbimUssdSessionState" },
24                          { "name"   : "DataCodingScheme",
25                            "format" : "guint32" },
26                          { "name"   : "Payload",
27                            "format" : "ref-byte-array" } ],
28       "notification" : [ { "name"          : "Response",
29                            "format"        : "guint32",
30                            "public-format" : "MbimUssdResponse" },
31                          { "name"          : "SessionState",
32                            "format"        : "guint32",
33                            "public-format" : "MbimUssdSessionState" },
34                          { "name"   : "DataCodingScheme",
35                            "format" : "guint32" },
36                          { "name"   : "Payload",
37                            "format" : "ref-byte-array" } ] }
38 ]