uqmi: print radio interfaces in serving system command
[project/uqmi.git] / data / qmi-service-wms.json
1
2 [
3 // *********************************************************************************
4 { "name" : "WMS",
5 "type" : "Service" },
6
7 // *********************************************************************************
8 { "name" : "QMI Client WMS",
9 "type" : "Client",
10 "since" : "1.0" },
11
12 // *********************************************************************************
13 { "name" : "QMI Message WMS",
14 "type" : "Message-ID-Enum" },
15
16 // *********************************************************************************
17 { "name" : "QMI Indication WMS",
18 "type" : "Indication-ID-Enum" },
19
20 // *********************************************************************************
21 { "name" : "Reset",
22 "type" : "Message",
23 "service" : "WMS",
24 "id" : "0x0000",
25 "since" : "1.0",
26 "output" : [ { "common-ref" : "Operation Result" } ] },
27
28 // *********************************************************************************
29 { "name" : "Set Event Report",
30 "type" : "Message",
31 "service" : "WMS",
32 "id" : "0x0001",
33 "since" : "1.0",
34 "input" : [ { "name" : "New MT Message Indicator",
35 "id" : "0x10",
36 "type" : "TLV",
37 "since" : "1.0",
38 "format" : "sequence",
39 "contents" : [ { "name" : "Report",
40 "format" : "guint8",
41 "public-format" : "gboolean" } ] } ],
42 "output" : [ { "common-ref" : "Operation Result" } ] },
43
44 { "name" : "Event Report",
45 "type" : "Indication",
46 "service" : "WMS",
47 "id" : "0x0001",
48 "since" : "1.0",
49 "output" : [ { "name" : "MT Message",
50 "id" : "0x10",
51 "type" : "TLV",
52 "since" : "1.0",
53 "format" : "sequence",
54 "contents" : [ { "name" : "Storage Type",
55 "format" : "guint8",
56 "public-format" : "QmiWmsStorageType" },
57 { "name" : "Memory Index",
58 "format" : "guint32" } ] },
59 { "name" : "Transfer Route MT Message",
60 "id" : "0x11",
61 "type" : "TLV",
62 "since" : "1.0",
63 "format" : "sequence",
64 "contents" : [ { "name" : "Ack Indicator",
65 "format" : "guint8",
66 "public-format" : "QmiWmsAckIndicator" },
67 { "name" : "Transaction ID",
68 "format" : "guint32" },
69 { "name" : "Format",
70 "format" : "guint8",
71 "public-format" : "QmiWmsMessageFormat" },
72 { "name" : "Raw Data",
73 "format" : "array",
74 "size-prefix-format" : "guint16",
75 "array-element" : { "format" : "guint8" } } ] },
76 { "name" : "Message Mode",
77 "id" : "0x12",
78 "type" : "TLV",
79 "since" : "1.0",
80 "format" : "guint8",
81 "public-format" : "QmiWmsMessageMode" },
82 { "name" : "ETWS Message",
83 "id" : "0x13",
84 "type" : "TLV",
85 "since" : "1.0",
86 "format" : "sequence",
87 "contents" : [ { "name" : "Notification Type",
88 "format" : "guint8",
89 "public-format" : "QmiWmsNotificationType" },
90 { "name" : "Raw Data",
91 "format" : "array",
92 "size-prefix-format" : "guint16",
93 "array-element" : { "format" : "guint8" } } ] },
94 { "name" : "ETWS PLMN Information",
95 "id" : "0x14",
96 "type" : "TLV",
97 "since" : "1.0",
98 "format" : "sequence",
99 "contents" : [ { "name" : "MCC",
100 "format" : "guint16" },
101 { "name" : "MNC",
102 "format" : "guint16" } ] },
103 { "name" : "SMSC Address",
104 "id" : "0x15",
105 "type" : "TLV",
106 "since" : "1.0",
107 "format" : "string" },
108 { "name" : "SMS on IMS",
109 "id" : "0x16",
110 "type" : "TLV",
111 "since" : "1.0",
112 "format" : "guint8",
113 "public-format" : "gboolean" } ] },
114
115 // *********************************************************************************
116 { "name" : "Get Supported Messages",
117 "type" : "Message",
118 "service" : "WMS",
119 "id" : "0x001E",
120 "since" : "1.14",
121 "output" : [ { "common-ref" : "Operation Result" },
122 { "name" : "List",
123 "id" : "0x10",
124 "type" : "TLV",
125 "since" : "1.14",
126 "format" : "array",
127 "size-prefix-format" : "guint16",
128 "array-element" : { "format" : "guint8" },
129 "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
130
131 // *********************************************************************************
132 { "name" : "Raw Send",
133 "type" : "Message",
134 "service" : "WMS",
135 "id" : "0x0020",
136 "since" : "1.0",
137 "input" : [ { "name" : "Raw Message Data",
138 "id" : "0x01",
139 "type" : "TLV",
140 "since" : "1.0",
141 "format" : "sequence",
142 "contents" : [ { "name" : "Format",
143 "format" : "guint8",
144 "public-format" : "QmiWmsMessageFormat" },
145 { "name" : "Raw Data",
146 "format" : "array",
147 "size-prefix-format" : "guint16",
148 "array-element" : { "format" : "guint8" } } ] },
149 { "name" : "CDMA Force On DC",
150 "id" : "0x10",
151 "type" : "TLV",
152 "since" : "1.0",
153 "format" : "sequence",
154 "contents" : [ { "name" : "Force",
155 "format" : "guint8",
156 "public-format" : "gboolean" },
157 { "name" : "Service Option",
158 "format" : "guint8",
159 "public-format" : "QmiWmsCdmaServiceOption" } ] },
160 { "name" : "CDMA Follow On DC",
161 "id" : "0x11",
162 "type" : "TLV",
163 "since" : "1.0",
164 "format" : "sequence",
165 "contents" : [ { "name" : "Follow",
166 "format" : "guint8",
167 "public-format" : "gboolean" } ] },
168 { "name" : "GSM WCDMA Link Timer",
169 "id" : "0x12",
170 "type" : "TLV",
171 "since" : "1.0",
172 "format" : "guint8" },
173 { "name" : "SMS on IMS",
174 "id" : "0x13",
175 "type" : "TLV",
176 "since" : "1.0",
177 "format" : "guint8",
178 "public-format" : "gboolean" } ],
179 "output" : [ { "common-ref" : "Operation Result" },
180 { "name" : "Message ID",
181 "id" : "0x01",
182 // Even if we have this TLV as mandatory, it seems it really isn't
183 "type" : "TLV",
184 "since" : "1.0",
185 "format" : "guint16",
186 "prerequisites" : [ { "common-ref" : "Success" } ] },
187 { "name" : "CDMA Cause Code",
188 "id" : "0x10",
189 "type" : "TLV",
190 "since" : "1.0",
191 "format" : "guint16",
192 "public-format" : "QmiWmsCdmaCauseCode",
193 "prerequisites" : [ { "field" : "Result.Error Status",
194 "operation" : "!=",
195 "value" : "QMI_STATUS_SUCCESS" },
196 { "field" : "Result.Error Code",
197 "operation" : "==",
198 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
199 { "name" : "CDMA Error Class",
200 "id" : "0x11",
201 "type" : "TLV",
202 "since" : "1.0",
203 "format" : "guint8",
204 "public-format" : "QmiWmsCdmaErrorClass",
205 "prerequisites" : [ { "field" : "Result.Error Status",
206 "operation" : "!=",
207 "value" : "QMI_STATUS_SUCCESS" },
208 { "field" : "Result.Error Code",
209 "operation" : "==",
210 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
211 { "name" : "GSM WCDMA Cause Info",
212 "id" : "0x12",
213 "type" : "TLV",
214 "since" : "1.0",
215 "format" : "sequence",
216 "contents" : [ { "name" : "RP Cause",
217 "format" : "guint16",
218 "public-format" : "QmiWmsGsmUmtsRpCause" },
219 { "name" : "TP Cause",
220 "format" : "guint8",
221 "public-format" : "QmiWmsGsmUmtsTpCause" } ],
222 "prerequisites" : [ { "field" : "Result.Error Status",
223 "operation" : "!=",
224 "value" : "QMI_STATUS_SUCCESS" },
225 { "field" : "Result.Error Code",
226 "operation" : "==",
227 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
228 { "name" : "Message Delivery Failure Type",
229 "id" : "0x13",
230 "type" : "TLV",
231 "since" : "1.0",
232 "format" : "guint8",
233 "public-format" : "QmiWmsMessageDeliveryFailureType",
234 "prerequisites" : [ { "field" : "Result.Error Status",
235 "operation" : "!=",
236 "value" : "QMI_STATUS_SUCCESS" },
237 { "field" : "Result.Error Code",
238 "operation" : "==",
239 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] },
240
241 // *********************************************************************************
242 { "name" : "Raw Write",
243 "type" : "Message",
244 "service" : "WMS",
245 "id" : "0x0021",
246 "since" : "1.0",
247 "input" : [ { "name" : "Raw Message Data",
248 "id" : "0x01",
249 "type" : "TLV",
250 "since" : "1.0",
251 "format" : "sequence",
252 "contents" : [ { "name" : "Storage Type",
253 "format" : "guint8",
254 "public-format" : "QmiWmsStorageType" },
255 { "name" : "Format",
256 "format" : "guint8",
257 "public-format" : "QmiWmsMessageFormat" },
258 { "name" : "Raw Data",
259 "format" : "array",
260 "size-prefix-format" : "guint16",
261 "array-element" : { "format" : "guint8" } } ] } ],
262 "output" : [ { "common-ref" : "Operation Result" },
263 { "name" : "Memory Index",
264 "id" : "0x01",
265 "type" : "TLV",
266 "since" : "1.0",
267 "format" : "guint32",
268 "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
269
270 // *********************************************************************************
271 { "name" : "Raw Read",
272 "type" : "Message",
273 "service" : "WMS",
274 "id" : "0x0022",
275 "since" : "1.0",
276 "input" : [ { "name" : "Message Memory Storage ID",
277 "id" : "0x01",
278 "type" : "TLV",
279 "since" : "1.0",
280 "format" : "sequence",
281 "contents" : [ { "name" : "Storage Type",
282 "format" : "guint8",
283 "public-format" : "QmiWmsStorageType" },
284 { "name" : "Memory Index",
285 "format" : "guint32" } ] },
286 { "name" : "Message Mode",
287 "id" : "0x10",
288 "type" : "TLV",
289 "since" : "1.0",
290 "format" : "guint8",
291 "public-format" : "QmiWmsMessageMode" },
292 { "name" : "SMS on IMS",
293 "id" : "0x11",
294 "type" : "TLV",
295 "since" : "1.0",
296 "format" : "guint8",
297 "public-format" : "gboolean" } ],
298 "output" : [ { "common-ref" : "Operation Result" },
299 { "name" : "Raw Message Data",
300 "id" : "0x01",
301 "type" : "TLV",
302 "since" : "1.0",
303 "format" : "sequence",
304 "contents" : [ { "name" : "Message Tag",
305 "format" : "guint8",
306 "public-format" : "QmiWmsMessageTagType" },
307 { "name" : "Format",
308 "format" : "guint8",
309 "public-format" : "QmiWmsMessageFormat" },
310 { "name" : "Raw Data",
311 "format" : "array",
312 "size-prefix-format" : "guint16",
313 "array-element" : { "format" : "guint8" } } ],
314 "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
315
316 // *********************************************************************************
317 { "name" : "Modify Tag",
318 "type" : "Message",
319 "service" : "WMS",
320 "id" : "0x0023",
321 "since" : "1.0",
322 "input" : [ { "name" : "Message Tag",
323 "id" : "0x01",
324 "type" : "TLV",
325 "since" : "1.0",
326 "format" : "sequence",
327 "contents" : [ { "name" : "Storage Type",
328 "format" : "guint8",
329 "public-format" : "QmiWmsStorageType" },
330 { "name" : "Memory Index",
331 "format" : "guint32" },
332 { "name" : "Message Tag",
333 "format" : "guint8",
334 "public-format" : "QmiWmsMessageTagType" } ] },
335 { "name" : "Message Mode",
336 "id" : "0x10",
337 "type" : "TLV",
338 "since" : "1.0",
339 "format" : "guint8",
340 "public-format" : "QmiWmsMessageMode" } ],
341 "output" : [ { "common-ref" : "Operation Result" } ] },
342
343 // *********************************************************************************
344 { "name" : "Delete",
345 "type" : "Message",
346 "service" : "WMS",
347 "id" : "0x0024",
348 "since" : "1.0",
349 "input" : [ { "name" : "Memory Storage",
350 "id" : "0x01",
351 "type" : "TLV",
352 "since" : "1.0",
353 "format" : "guint8",
354 "public-format" : "QmiWmsStorageType" },
355 { "name" : "Memory Index",
356 "id" : "0x10",
357 "type" : "TLV",
358 "since" : "1.0",
359 "format" : "guint32" },
360 { "name" : "Message Tag",
361 "id" : "0x11",
362 "type" : "TLV",
363 "since" : "1.0",
364 "format" : "guint8",
365 "public-format" : "QmiWmsMessageTagType" },
366 { "name" : "Message Mode",
367 "id" : "0x12",
368 "type" : "TLV",
369 "since" : "1.0",
370 "format" : "guint8",
371 "public-format" : "QmiWmsMessageMode" } ],
372 "output" : [ { "common-ref" : "Operation Result" } ] },
373
374 // *********************************************************************************
375 { "name" : "Get Message Protocol",
376 "type" : "Message",
377 "service" : "WMS",
378 "id" : "0x0030",
379 "since" : "1.0",
380 "output" : [ { "common-ref" : "Operation Result" },
381 { "name" : "Message Protocol",
382 "id" : "0x01",
383 "type" : "TLV",
384 "since" : "1.0",
385 "format" : "guint8",
386 "public-format" : "QmiWmsMessageProtocol",
387 "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
388
389 // *********************************************************************************
390 { "name" : "List Messages",
391 "type" : "Message",
392 "service" : "WMS",
393 "id" : "0x0031",
394 "since" : "1.0",
395 "input" : [ { "name" : "Storage Type",
396 "id" : "0x01",
397 "type" : "TLV",
398 "since" : "1.0",
399 "format" : "guint8",
400 "public-format" : "QmiWmsStorageType" },
401 { "name" : "Message Tag",
402 "id" : "0x11",
403 "type" : "TLV",
404 "since" : "1.0",
405 "format" : "guint8",
406 "public-format" : "QmiWmsMessageTagType" },
407 { "name" : "Message Mode",
408 "id" : "0x12",
409 "type" : "TLV",
410 "since" : "1.0",
411 "format" : "guint8",
412 "public-format" : "QmiWmsMessageMode" } ],
413 "output" : [ { "common-ref" : "Operation Result" },
414 { "name" : "Message List",
415 "id" : "0x01",
416 "type" : "TLV",
417 "since" : "1.0",
418 "format" : "array",
419 "size-prefix-format" : "guint32" ,
420 "array-element" : { "name" : "Element",
421 "format" : "struct",
422 "contents" : [ { "name" : "Memory Index",
423 "format" : "guint32" },
424 { "name" : "Message Tag",
425 "format" : "guint8",
426 "public-format" : "QmiWmsMessageTagType" } ] },
427 "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
428
429 // *********************************************************************************
430 { "name" : "Set Routes",
431 "type" : "Message",
432 "service" : "WMS",
433 "id" : "0x0032",
434 "since" : "1.0",
435 "input" : [ { "name" : "Route List",
436 "id" : "0x01",
437 "type" : "TLV",
438 "since" : "1.0",
439 "format" : "array",
440 "size-prefix-format" : "guint16",
441 "array-element" : { "name" : "Element",
442 "format" : "struct",
443 "contents" : [ { "name" : "Message Type",
444 "format" : "guint8",
445 "public-format" : "QmiWmsMessageType" },
446 { "name" : "Message Class",
447 "format" : "guint8",
448 "public-format" : "QmiWmsMessageClass" },
449 { "name" : "Storage",
450 "format" : "guint8",
451 "public-format" : "QmiWmsStorageType" },
452 { "name" : "Receipt Action",
453 "format" : "guint8",
454 "public-format" : "QmiWmsReceiptAction" } ] } },
455 { "name" : "Transfer Status Report",
456 "id" : "0x10",
457 "type" : "TLV",
458 "since" : "1.0",
459 "format" : "guint8",
460 "public-format" : "QmiWmsTransferIndication" } ],
461 "output" : [ { "common-ref" : "Operation Result" } ] },
462
463 // *********************************************************************************
464 { "name" : "Get Routes",
465 "type" : "Message",
466 "service" : "WMS",
467 "id" : "0x0033",
468 "since" : "1.0",
469 "output" : [ { "common-ref" : "Operation Result" },
470 { "name" : "Route List",
471 "id" : "0x01",
472 "type" : "TLV",
473 "since" : "1.0",
474 "format" : "array",
475 "size-prefix-format" : "guint16",
476 "array-element" : { "name" : "Element",
477 "format" : "struct",
478 "contents" : [ { "name" : "Message Type",
479 "format" : "guint8",
480 "public-format" : "QmiWmsMessageType" },
481 { "name" : "Message Class",
482 "format" : "guint8",
483 "public-format" : "QmiWmsMessageClass" },
484 { "name" : "Storage",
485 "format" : "guint8",
486 "public-format" : "QmiWmsStorageType" },
487 { "name" : "Receipt Action",
488 "format" : "guint8",
489 "public-format" : "QmiWmsReceiptAction" } ] },
490 "prerequisites" : [ { "common-ref" : "Success" } ] },
491 { "name" : "Transfer Status Report",
492 "id" : "0x10",
493 "type" : "TLV",
494 "since" : "1.0",
495 "format" : "guint8",
496 "public-format" : "QmiWmsTransferIndication",
497 "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
498
499 // *********************************************************************************
500 { "name" : "Send Ack",
501 "type" : "Message",
502 "service" : "WMS",
503 "id" : "0x0037",
504 "since" : "1.28",
505 "input" : [ { "name" : "Information",
506 "id" : "0x01",
507 "type" : "TLV",
508 "since" : "1.28",
509 "format" : "sequence",
510 "contents" : [ { "name" : "Transaction ID",
511 "format" : "guint32" },
512 { "name" : "Message Protocol",
513 "format" : "guint8",
514 "public-format" : "QmiWmsMessageProtocol" },
515 { "name" : "Success",
516 "format" : "guint8",
517 "public-format" : "gboolean" } ] },
518 { "name" : "3GPP2 Failure Information",
519 "id" : "0x10",
520 "type" : "TLV",
521 "since" : "1.28",
522 "format" : "sequence",
523 "contents" : [ { "name" : "Error Class",
524 "format" : "guint8",
525 "public-format" : "QmiWmsCdmaErrorClass" },
526 { "name" : "Cause Code",
527 "format" : "guint8",
528 "public-format" : "QmiWmsCdmaCauseCode" } ] },
529 { "name" : "3GPP Failure Information",
530 "id" : "0x11",
531 "type" : "TLV",
532 "since" : "1.28",
533 "format" : "sequence",
534 "contents" : [ { "name" : "RP Cause",
535 "format" : "guint8",
536 "public-format" : "QmiWmsGsmUmtsRpCause" },
537 { "name" : "TP Cause",
538 "format" : "guint8",
539 "public-format" : "QmiWmsGsmUmtsTpCause" } ] },
540 { "name" : "SMS on IMS",
541 "id" : "0x12",
542 "type" : "TLV",
543 "since" : "1.28",
544 "format" : "guint8",
545 "public-format" : "gboolean" } ],
546 "output" : [ { "common-ref" : "Operation Result" },
547 { "name" : "Failure Cause",
548 "id" : "0x10",
549 "type" : "TLV",
550 "since" : "1.28",
551 "format" : "guint8",
552 "public-format" : "QmiWmsAckFailureCause",
553 "prerequisites" : [ { "field" : "Result.Error Status",
554 "operation" : "!=",
555 "value" : "QMI_STATUS_SUCCESS" },
556 { "field" : "Result.Error Code",
557 "operation" : "==",
558 "value" : "QMI_PROTOCOL_ERROR_ACK_NOT_SENT" } ] } ] },
559
560 // *********************************************************************************
561 { "name" : "Send From Memory Storage",
562 "type" : "Message",
563 "service" : "WMS",
564 "id" : "0x0042",
565 "since" : "1.0",
566 "input" : [ { "name" : "Information",
567 "id" : "0x01",
568 "type" : "TLV",
569 "since" : "1.0",
570 "format" : "sequence",
571 "contents" : [ { "name" : "Storage Type",
572 "format" : "guint8",
573 "public-format" : "QmiWmsStorageType" },
574 { "name" : "Memory Index",
575 "format" : "guint32" },
576 { "name" : "Message Mode",
577 "format" : "guint8",
578 "public-format" : "QmiWmsMessageMode" } ] },
579 { "name" : "SMS on IMS",
580 "id" : "0x10",
581 "type" : "TLV",
582 "since" : "1.0",
583 "format" : "guint8",
584 "public-format" : "gboolean" } ],
585 "output" : [ { "common-ref" : "Operation Result" },
586 { "name" : "Message ID",
587 "id" : "0x10",
588 "type" : "TLV",
589 "since" : "1.0",
590 "format" : "guint16",
591 "prerequisites" : [ { "common-ref" : "Success" } ] },
592 { "name" : "CDMA Cause Code",
593 "id" : "0x11",
594 "type" : "TLV",
595 "since" : "1.0",
596 "format" : "guint16",
597 "public-format" : "QmiWmsCdmaCauseCode",
598 "prerequisites" : [ { "field" : "Result.Error Status",
599 "operation" : "!=",
600 "value" : "QMI_STATUS_SUCCESS" },
601 { "field" : "Result.Error Code",
602 "operation" : "==",
603 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
604 { "name" : "CDMA Error Class",
605 "id" : "0x12",
606 "type" : "TLV",
607 "since" : "1.0",
608 "format" : "guint8",
609 "public-format" : "QmiWmsCdmaErrorClass",
610 "prerequisites" : [ { "field" : "Result.Error Status",
611 "operation" : "!=",
612 "value" : "QMI_STATUS_SUCCESS" },
613 { "field" : "Result.Error Code",
614 "operation" : "==",
615 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
616 { "name" : "GSM WCDMA Cause Info",
617 "id" : "0x13",
618 "type" : "TLV",
619 "since" : "1.0",
620 "format" : "sequence",
621 "contents" : [ { "name" : "RP Cause",
622 "format" : "guint16",
623 "public-format" : "QmiWmsGsmUmtsRpCause" },
624 { "name" : "TP Cause",
625 "format" : "guint8",
626 "public-format" : "QmiWmsGsmUmtsTpCause" } ],
627 "prerequisites" : [ { "field" : "Result.Error Status",
628 "operation" : "!=",
629 "value" : "QMI_STATUS_SUCCESS" },
630 { "field" : "Result.Error Code",
631 "operation" : "==",
632 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] },
633 { "name" : "Message Delivery Failure Type",
634 "id" : "0x14",
635 "type" : "TLV",
636 "since" : "1.0",
637 "format" : "guint8",
638 "public-format" : "QmiWmsMessageDeliveryFailureType",
639 "prerequisites" : [ { "field" : "Result.Error Status",
640 "operation" : "!=",
641 "value" : "QMI_STATUS_SUCCESS" },
642 { "field" : "Result.Error Code",
643 "operation" : "==",
644 "value" : "QMI_PROTOCOL_ERROR_WMS_CAUSE_CODE" } ] } ] },
645
646 // *********************************************************************************
647 { "name" : "SMSC Address",
648 "type" : "Indication",
649 "service" : "WMS",
650 "id" : "0x0046",
651 "since" : "1.14",
652 "output" : [ { "name" : "Address",
653 "id" : "0x01",
654 "type" : "TLV",
655 "since" : "1.14",
656 "format" : "sequence",
657 "contents" : [ { "name" : "Type",
658 "format" : "string",
659 "fixed-size" : "3" },
660 { "name" : "Digits",
661 "format" : "string",
662 "size-prefix-format" : "guint8" } ] } ] }
663
664
665 ]