summaryrefslogtreecommitdiff
path: root/data/mbim-service-ms-basic-connect-extensions-v3.json
blob: 85b53d6e12a41a3996fa7af231d4b38f9e0748a1 (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
51
52
53
54
55
[
  // *********************************************************************************
  { "type" : "Service",
    "name" : "Ms Basic Connect Extensions V3",
    "mbimex-service" : "Ms Basic Connect Extensions",
    "mbimex-version" : "3.0" },

  // *********************************************************************************
  { "name"       : "Lte Attach Info",
    "type"       : "Command",
    "since"      : "1.28",
    // query same as in v1
    "response"   : [ { "name"          : "LteAttachState",
                       "format"        : "guint32",
                       "public-format" : "MbimLteAttachState" },
                     { "name"          : "NwError",
                       "format"        : "guint32",
                       "public-format" : "MbimNwError" },
                     { "name"          : "IpType",
                       "format"        : "guint32",
                       "public-format" : "MbimContextIpType" },
                     { "name"          : "AccessString",
                       "format"        : "string" },
                     { "name"          : "UserName",
                       "format"        : "string" },
                     { "name"          : "Password",
                       "format"        : "string" },
                     { "name"          : "Compression",
                       "format"        : "guint32",
                       "public-format" : "MbimCompression" },
                     { "name"          : "AuthProtocol",
                       "format"        : "guint32",
                       "public-format" : "MbimAuthProtocol" } ],
  "notification" : [ { "name"          : "LteAttachState",
                       "format"        : "guint32",
                       "public-format" : "MbimLteAttachState" },
                     { "name"          : "NwError",
                       "format"        : "guint32",
                       "public-format" : "MbimNwError" },
                     { "name"          : "IpType",
                       "format"        : "guint32",
                       "public-format" : "MbimContextIpType" },
                     { "name"          : "AccessString",
                       "format"        : "string" },
                     { "name"          : "UserName",
                       "format"        : "string" },
                     { "name"          : "Password",
                       "format"        : "string" },
                     { "name"          : "Compression",
                       "format"        : "guint32",
                       "public-format" : "MbimCompression" },
                     { "name"          : "AuthProtocol",
                       "format"        : "guint32",
                       "public-format" : "MbimAuthProtocol" } ] }
]