summaryrefslogtreecommitdiff
path: root/data/mbim-service-ms-uicc-low-level-access.json
blob: 43a57603d1c7c5b8ff875bda1a282e80f7a27613 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[
  // ************************************************************************
  { "type" : "Service",
    "name" : "MS UICC Low Level Access" },

  // ************************************************************************
  { "name"     : "ATR",
    "type"     : "Command",
    "since"    : "1.26",
    "query"    : [],
    "response" : [ { "name"   : "atr",
                     "format" : "string" } ] },

  // ************************************************************************
  { "name"     : "Open Channel",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"   : "AppId",
                     "format" : "uicc-ref-byte-array" },
                   { "name"   : "SelectP2Arg",
                     "format" : "guint32" },
                   { "name"   : "ChannelGroup",
                     "format" : "guint32" } ],
    "response" : [ { "name"   : "Status",
                     "format" : "guint32" },
                   { "name"   : "Channel",
                     "format" : "guint32" },
                   { "name"   : "Response",
                     "format" : "uicc-ref-byte-array" } ] },

  // ************************************************************************
  { "name"     : "Close Channel",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"   : "Channel",
                     "format" : "guint32" },
                   { "name"   : "ChannelGroup",
                     "format" : "guint32" } ],
    "response" : [ { "name"   : "Status",
                     "format" : "guint32" } ] },

  // ************************************************************************
  { "name"     : "APDU",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"   : "Channel",
                     "format" : "guint32" },
                   { "name"          : "SecureMessaging",
                     "format"        : "guint32",
                     "public-format" : "MbimUiccSecureMessaging" },
                   { "name"          : "ClassByteType",
                     "format"        : "guint32",
                     "public-format" : "MbimUiccClassByteType" },
                   { "name"   : "Command",
                     "format" : "uicc-ref-byte-array" } ],
    "response" : [ { "name"   : "Status",
                     "format" : "guint32" },
                   { "name"   : "Response",
                     "format" : "uicc-ref-byte-array" } ] },

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

  { "name"     : "MbimTerminalCapabilityInfo",
    "type"     : "Struct",
    "since"    : "1.26",
    "contents" : [ { "name"   : "TerminalCapabilityData",
                     "format" : "unsized-byte-array" } ] },

  { "name"     : "Terminal Capability",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"   : "TerminalCapabilityCount",
                     "format" : "guint32" },
                   { "name"             : "TerminalCapability",
                     "format"           : "ref-struct-array" ,
                     "struct-type"      : "MbimTerminalCapabilityInfo",
                     "array-size-field" : "TerminalCapabilityCount" } ],
    "query"    : [],
    "response" : [ { "name"   : "TerminalCapabilityCount",
                     "format" : "guint32" },
                   { "name"             : "TerminalCapability",
                     "format"           : "ref-struct-array" ,
                     "struct-type"      : "MbimTerminalCapabilityInfo",
                     "array-size-field" : "TerminalCapabilityCount" } ] },

  // *********************************************************************************
  { "name"     : "Reset",
    "type"     : "Command",
    "since"    : "1.26",
    "set"      : [ { "name"          : "PassThroughAction",
                     "format"        : "guint32",
                     "public-format" : "MbimUiccPassThroughAction" } ],
    "query"    : [],
    "response" : [ { "name"          : "PassThroughStatus",
                     "format"        : "guint32",
                     "public-format" : "MbimUiccPassThroughStatus" } ] },

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

  { "name"     : "MbimUiccApplication",
    "type"     : "Struct",
    "since"    : "1.28",
    "contents" : [ { "name"          : "ApplicationType",
                     "format"        : "guint32",
                     "public-format" : "MbimUiccApplicationType" },
                   { "name"   : "ApplicationId",
                     "format" : "ref-byte-array" },
                   { "name"     : "ApplicationName",
                     "format"   : "string",
                     "encoding" : "utf-8" },
                   { "name"   : "PinKeyReferenceCount",
                     "format" : "guint32" },
                   { "name"   : "PinKeyReferences",
                     "format" : "ref-byte-array" } ] },

  { "name"     : "Application List",
    "type"     : "Command",
    "since"    : "1.28",
    "query"    : [],
    "response" : [ { "name"   : "Version",
                     "format" : "guint32" },
                   { "name"   : "ApplicationCount",
                     "format" : "guint32" },
                   { "name"   : "ActiveApplicationIndex",
                     "format" : "guint32" },
                   { "name"   : "ApplicationListSizeBytes",
                     "format" : "guint32" },
                   { "name"             : "Applications",
                     "format"           : "ref-struct-array" ,
                     "struct-type"      : "MbimUiccApplication",
                     "array-size-field" : "ApplicationCount" } ] }

]