summaryrefslogtreecommitdiff
path: root/data/mbim-service-ms-basic-connect-extensions.json
blob: 4562237a6674163357d20939ee057889a2c1dfb4 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
  // *********************************************************************************
  { "type" : "Service",
    "name" : "Ms Basic Connect Extensions" },

  // *********************************************************************************
  { "name"     : "MbimPcoValue",
    "type"     : "Struct",
    "contents" : [ { "name"             : "SessionId",
                     "format"           : "guint32" },
                   { "name"             : "PcoDataSize",
                     "format"           : "guint32" },
                   { "name"             : "PcoDataType",
                     "format"           : "guint32",
                     "public-format"    : "MbimPcoType" },
                   { "name"             : "PcoDataBuffer",
                     "format"           : "ref-byte-array-no-offset",
                     "array-size-field" : "PcoDataSize" } ] },

  { "name"         : "PCO",
    "service"      : "Ms Basic Connect Extensions",
    "type"         : "Command",
    "query"        : [ { "name"        : "PcoValue",
                         "format"      : "struct",
                         "struct-type" : "MbimPcoValue" } ],
    "response"     : [ { "name"        : "PcoValue",
                         "format"      : "struct",
                         "struct-type" : "MbimPcoValue" } ],
    "notification" : [ { "name"        : "PcoValue",
                         "format"      : "struct",
                         "struct-type" : "MbimPcoValue" } ] },

  // *********************************************************************************

  { "name"     : "MbimLteAttachConfiguration",
    "type"     : "Struct",
    "contents" : [ { "name"          : "IpType",
                     "format"        : "guint32",
                     "public-format" : "MbimContextIpType" },
                   { "name"          : "Roaming",
                     "format"        : "guint32",
                     "public-format" : "MbimLteAttachContextRoamingControl" },
                   { "name"          : "Source",
                     "format"        : "guint32",
                     "public-format" : "MbimContextSource" },
                   { "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" } ] },

  { "name"         : "Lte Attach Configuration",
    "service"      : "Ms Basic Connect Extensions",
    "type"         : "Command",
    "set"          : [ { "name"          : "Operation",
                         "format"        : "guint32",
                         "public-format" : "MbimLteAttachContextOperation" },
                       { "name"   : "ConfigurationCount",
                         "format" : "guint32" },
                       { "name"             : "Configurations",
                         "format"           : "ref-struct-array" ,
                         "struct-type"      : "MbimLteAttachConfiguration",
                         "array-size-field" : "ConfigurationCount" } ],
    "query"        : [],
    "response"     : [ { "name"   : "ConfigurationCount",
                         "format" : "guint32" },
                       { "name"             : "Configurations",
                         "format"           : "ref-struct-array" ,
                         "struct-type"      : "MbimLteAttachConfiguration",
                         "array-size-field" : "ConfigurationCount" } ],
    "notification" : [ { "name"   : "ConfigurationCount",
                         "format" : "guint32" },
                       { "name"             : "Configurations",
                         "format"           : "ref-struct-array" ,
                         "struct-type"      : "MbimLteAttachConfiguration",
                         "array-size-field" : "ConfigurationCount" } ] }
]