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