1MBIMCLI(1) User Commands MBIMCLI(1)
2
3
4
6 mbimcli - Control MBIM devices
7
9 Usage:
10 lt-mbimcli [OPTION?] - Control MBIM devices
11
12 Help Options:
13 -h, --help
14 Show help options
15
16 --help-all
17 Show all help options
18
19 --help-basic-connect
20 Show Basic Connect Service options
21
22 --help-phonebook
23 Show Phonebook Service options
24
25 --help-dss
26 Show Device Service Stream options
27
28 --help-ms-firmware-id
29 Show Microsoft Firmware ID Service options
30
31 --help-ms-host-shutdown
32 Show Microsoft Host Shutdown Service options
33
34 --help-atds
35 Show AT&T Device Service options
36
37 --help-intel-firmware-update
38 Show Intel Firmware Update Service options
39
40 --help-ms-basic-connect-extensions
41 Show Microsoft Basic Connect Extensions Service options
42
43 Basic Connect options
44
45 --query-device-caps
46 Query device capabilities
47
48 --query-subscriber-ready-status
49 Query subscriber ready status
50
51 --query-radio-state
52 Query radio state
53
54 --set-radio-state=[(on|off)]
55 Set radio state
56
57 --query-device-services
58 Query device services
59
60 --query-pin-state
61 Query PIN state
62
63 --enter-pin=[(current PIN)]
64 Enter PIN
65
66 --change-pin=[(current PIN),(new PIN)]
67 Change PIN
68
69 --enable-pin=[(current PIN)]
70 Enable PIN
71
72 --disable-pin=[(current PIN)]
73 Disable PIN
74
75 --enter-puk=[(PUK),(new PIN)]
76 Enter PUK
77
78 --query-pin-list
79 Query PIN list
80
81 --query-home-provider
82 Query home provider
83
84 --query-preferred-providers
85 Query preferred providers
86
87 --query-visible-providers
88 Query visible providers
89
90 --query-registration-state
91 Query registration state
92
93 --register-automatic
94 Launch automatic registration
95
96 --query-signal-state
97 Query signal state
98
99 --query-packet-service-state
100 Query packet service state
101
102 --attach-packet-service
103 Attach to the packet service
104
105 --detach-packet-service
106 Detach from the packet service
107
108 --query-connection-state=[SessionID]
109 Query connection state (SessionID is optional, defaults to 0)
110
111 --connect=["key=value,..."]
112 Connect (allowed keys: session-id, apn, ip-type
113 (ipv4|ipv6|ipv4v6), auth (PAP|CHAP|MSCHAPV2), username, pass‐
114 word)
115
116 --query-ip-configuration=[SessionID]
117 Query IP configuration (SessionID is optional, defaults to 0)
118
119 --disconnect=[SessionID]
120 Disconnect (SessionID is optional, defaults to 0)
121
122 --query-packet-statistics
123 Query packet statistics
124
125 --query-ip-packet-filters=[SessionID]
126 Query IP packet filters (SessionID is optional, defaults to 0)
127
128 Phonebook options
129
130 --phonebook-query-configuration
131 Query the phonebook configuration
132
133 --phonebook-read=[(Phonebook index)]
134 Read phonebook entry with given index
135
136 --phonebook-read-all
137 Read all phonebook entries
138
139 --phonebook-write=[(Name),(Number)[,(Index)]]
140 Add new phonebook entry or update an existing one
141
142 --phonebook-delete=[(Phonebook index)]
143 Delete phonebook entry with given index
144
145 --phonebook-delete-all
146 Delete all phonebook entries
147
148 Device Service Stream options
149
150 --dss-connect=[(UUID),(Session ID)]
151 Connect DSS session
152
153 --dss-disconnect=[(UUID),(Session ID)]
154 Disconnect DSS session
155
156 Microsoft Firmware ID options
157
158 --ms-query-firmware-id
159 Query firmware ID
160
161 Microsoft Host Shutdown options
162
163 --ms-notify-host-shutdown
164 Notify that host is shutting down
165
166 AT&T Device Service options
167
168 --atds-query-signal
169 Query signal info
170
171 --atds-query-location
172 Query cell location
173
174 Intel Firmware Update Service options
175
176 --intel-modem-reboot
177 Reboot modem
178
179 Microsoft Basic Connect Extensions options
180
181 --ms-query-pco=[SessionID]
182 Query PCO value (SessionID is optional, defaults to 0)
183
184 --ms-query-lte-attach-configuration
185 Query LTE attach configuration
186
187 --ms-query-lte-attach-status
188 Query LTE attach status
189
190 Application Options:
191 -d, --device=[PATH]
192 Specify device path
193
194 -p, --device-open-proxy
195 Request to use the 'mbim-proxy' proxy
196
197 --no-open=[Transaction ID]
198 Do not explicitly open the MBIM device before running the com‐
199 mand
200
201 --no-close
202 Do not close the MBIM device after running the command
203
204 --noop Don't run any command
205
206 -v, --verbose
207 Run action with verbose logs, including the debug ones
208
209 --silent
210 Run action with no logs; not even the error/warning ones
211
212 -V, --version
213 Print version
214
215 mbimcli 1.18.0 Copyright © 2013-2019 Aleksander Morgado License GPLv2+:
216 GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html> This
217 is free software: you are free to change and redistribute it. There is
218 NO WARRANTY, to the extent permitted by law.
219
221 The full documentation for mbimcli is maintained as a Texinfo manual.
222 If the info and mbimcli programs are properly installed at your site,
223 the command
224
225 info mbimcli
226
227 should give you access to the complete manual.
228
229
230
231mbimcli January 2019 MBIMCLI(1)