summaryrefslogtreecommitdiff
path: root/data/mbim-service-ms-basic-connect-v3.json
blob: 8fb3417502f1743d402280bd265ff73e3e9437f0 (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
39
40
41
42
43
44
45
46
47
48
49
50

[
  // *********************************************************************************
  { "type"           : "Service",
    "name"           : "Ms Basic Connect V3",
    "mbimex-service" : "Basic Connect",
    "mbimex-version" : "3.0" },

 // *********************************************************************************
  { "name"         : "Subscriber Ready Status",
    "type"         : "Command",
    "since"        : "1.28",
    // query same as in v1
    "response"     : [ { "name"             : "ReadyState",
                         "format"           : "guint32",
                         "public-format"    : "MbimSubscriberReadyState" },
                       { "name"             : "Flags",
                         "format"           : "guint32",
                         "public-format"    : "MbimSubscriberReadyStatusFlag" },
                       { "name"             : "SubscriberId",
                         "format"           : "string" },
                       { "name"             : "SimIccId",
                         "format"           : "string" },
                       { "name"             : "ReadyInfo",
                         "format"           : "guint32",
                         "public-format"    : "MbimReadyInfoFlag" },
                       { "name"             : "TelephoneNumbersCount",
                         "format"           : "guint32" },
                       { "name"             : "TelephoneNumbers",
                         "format"           : "string-array",
                         "array-size-field" : "TelephoneNumbersCount" } ],
    "notification" : [ { "name"             : "ReadyState",
                         "format"           : "guint32",
                         "public-format"    : "MbimSubscriberReadyState" },
                       { "name"             : "Flags",
                         "format"           : "guint32",
                         "public-format"    : "MbimSubscriberReadyStatusFlag" },
                       { "name"             : "SubscriberId",
                         "format"           : "string" },
                       { "name"             : "SimIccId",
                         "format"           : "string" },
                       { "name"             : "ReadyInfo",
                         "format"           : "guint32",
                         "public-format"    : "MbimReadyInfoFlag" },
                       { "name"             : "TelephoneNumbersCount",
                         "format"           : "guint32" },
                       { "name"             : "TelephoneNumbers",
                         "format"           : "string-array",
                         "array-size-field" : "TelephoneNumbersCount" } ] }
]