wiliot-certificate 4.5.0__py3-none-any.whl → 4.5.0a2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +211 -0
  2. certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +894 -0
  3. certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +184 -0
  4. certificate/ag/wlt_types_ag_jsons/calibration.json +490 -0
  5. certificate/ag/wlt_types_ag_jsons/custom.json +614 -0
  6. certificate/ag/wlt_types_ag_jsons/datapath.json +900 -0
  7. certificate/ag/wlt_types_ag_jsons/energy2400.json +670 -0
  8. certificate/ag/wlt_types_ag_jsons/energySub1g.json +691 -0
  9. certificate/ag/wlt_types_ag_jsons/externalSensor.json +727 -0
  10. certificate/ag/wlt_types_ag_jsons/interface.json +1095 -0
  11. certificate/ag/wlt_types_ag_jsons/powerManagement.json +1439 -0
  12. certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +105 -0
  13. certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +77 -0
  14. certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +126 -0
  15. certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +175 -0
  16. certificate/ag/wlt_types_ag_jsons/unified_sensor_pkt.json +65 -0
  17. certificate/cert_common.py +35 -65
  18. certificate/cert_config.py +18 -43
  19. certificate/cert_data_sim.py +9 -12
  20. certificate/cert_defines.py +0 -8
  21. certificate/cert_gw_sim.py +7 -32
  22. certificate/cert_mqtt.py +5 -15
  23. certificate/cert_prints.py +0 -1
  24. certificate/cert_results.py +37 -48
  25. certificate/cert_utils.py +15 -24
  26. certificate/certificate.py +5 -12
  27. certificate/certificate_cli.py +13 -10
  28. certificate/certificate_eth_test_list.txt +3 -4
  29. certificate/certificate_sanity_test_list.txt +2 -3
  30. certificate/certificate_test_list.txt +4 -4
  31. certificate/tests/calibration/interval_test/interval_test.json +0 -1
  32. certificate/tests/calibration/output_power_test/output_power_test.json +0 -1
  33. certificate/tests/calibration/pattern_test/pattern_test.json +0 -1
  34. certificate/tests/cloud_connectivity/acl_ext_adv_test/acl_ext_adv_test.json +0 -1
  35. certificate/tests/cloud_connectivity/acl_test/acl_test.json +0 -1
  36. certificate/tests/cloud_connectivity/acl_test/acl_test.py +15 -13
  37. certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json +1 -2
  38. certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.py +6 -8
  39. certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.json +0 -1
  40. certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py +3 -3
  41. certificate/tests/cloud_connectivity/connection_test/connection_test.json +0 -1
  42. certificate/tests/cloud_connectivity/connection_test/connection_test.py +13 -6
  43. certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.json +0 -1
  44. certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +11 -6
  45. certificate/tests/cloud_connectivity/downlink_test/downlink_test.json +0 -1
  46. certificate/tests/cloud_connectivity/downlink_test/downlink_test.py +4 -1
  47. certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.json +0 -1
  48. certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +9 -14
  49. certificate/tests/cloud_connectivity/reboot_test/reboot_test.json +0 -1
  50. certificate/tests/cloud_connectivity/reboot_test/reboot_test.py +0 -2
  51. certificate/tests/cloud_connectivity/registration_test/registration_test.json +0 -1
  52. certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py +1 -1
  53. certificate/tests/cloud_connectivity/stress_test/stress_test.json +0 -1
  54. certificate/tests/cloud_connectivity/stress_test/stress_test.py +11 -15
  55. certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.json +0 -1
  56. certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py +2 -1
  57. certificate/tests/cloud_connectivity/uplink_test/uplink_test.json +0 -1
  58. certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +20 -27
  59. certificate/tests/datapath/aging_test/aging_test.json +0 -1
  60. certificate/tests/datapath/aging_test/aging_test.py +3 -7
  61. certificate/tests/datapath/event_ble5_test/event_ble5_test.json +2 -3
  62. certificate/tests/datapath/event_ble5_test/event_ble5_test.py +13 -7
  63. certificate/tests/datapath/event_test/event_test.json +2 -3
  64. certificate/tests/datapath/event_test/event_test.py +10 -5
  65. certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +1 -2
  66. certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +5 -9
  67. certificate/tests/datapath/output_power_test/output_power_test.json +0 -1
  68. certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +0 -1
  69. certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +4 -4
  70. certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +0 -1
  71. certificate/tests/datapath/pattern_test/pattern_test.json +0 -1
  72. certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.json +0 -1
  73. certificate/tests/datapath/pkt_filter_ble5_chl21_test/pkt_filter_ble5_chl21_test.py +5 -5
  74. certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +0 -1
  75. certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +5 -5
  76. certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.json +0 -1
  77. certificate/tests/datapath/pkt_filter_brg2gw_ext_adv_test/pkt_filter_brg2gw_ext_adv_test.py +8 -10
  78. certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +0 -1
  79. certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +0 -1
  80. certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +0 -1
  81. certificate/tests/datapath/rx_channel_hopping_test/rx_channel_hopping_test.json +0 -1
  82. certificate/tests/datapath/rx_channel_test/rx_channel_test.json +0 -1
  83. certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +0 -1
  84. certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
  85. certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +0 -1
  86. certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +0 -1
  87. certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +0 -3
  88. certificate/tests/datapath/stress_test/stress_test.json +0 -1
  89. certificate/tests/datapath/stress_test/stress_test.py +0 -3
  90. certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +0 -1
  91. certificate/tests/edge_mgmt/action_blink_test/action_blink_test.json +0 -1
  92. certificate/tests/edge_mgmt/action_get_battery_sensor_test/action_get_battery_sensor_test.json +0 -1
  93. certificate/tests/edge_mgmt/action_get_module_test/action_get_module_test.json +0 -1
  94. certificate/tests/edge_mgmt/action_get_pof_data_test/action_get_pof_data_test.json +0 -1
  95. certificate/tests/edge_mgmt/action_gw_hb_test/action_gw_hb_test.json +0 -1
  96. certificate/tests/edge_mgmt/action_reboot_test/action_reboot_test.json +0 -1
  97. certificate/tests/edge_mgmt/action_restore_defaults_test/action_restore_defaults_test.json +0 -1
  98. certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.json +0 -1
  99. certificate/tests/edge_mgmt/action_send_hb_test/action_send_hb_test.py +14 -18
  100. certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json +0 -1
  101. certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +0 -1
  102. certificate/tests/energy2400/output_power_test/output_power_test.json +0 -1
  103. certificate/tests/energy2400/pattern_test/pattern_test.json +0 -1
  104. certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +0 -1
  105. certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +3 -4
  106. certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.json +9 -9
  107. certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +271 -113
  108. certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +0 -1
  109. certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +1 -1
  110. certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +0 -1
  111. certificate/tests/energy_sub1g/pattern_test/pattern_test.json +0 -1
  112. certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json +0 -1
  113. certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +0 -1
  114. certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +9 -4
  115. common/api_if/api_validation.py +0 -6
  116. common/web/templates/generator.html +79 -141
  117. common/web/web_utils.py +56 -78
  118. gui_certificate/server.py +78 -283
  119. gui_certificate/templates/cert_run.html +113 -179
  120. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/METADATA +22 -7
  121. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/RECORD +125 -109
  122. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/WHEEL +0 -0
  123. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/entry_points.txt +0 -0
  124. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/licenses/LICENSE +0 -0
  125. {wiliot_certificate-4.5.0.dist-info → wiliot_certificate-4.5.0a2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,894 @@
1
+ {
2
+ "versions": [
3
+ {
4
+ "version": "13",
5
+ "packetFields": [
6
+ {
7
+ "name": "msgType",
8
+ "byteOffset": 5,
9
+ "byteLength": 1,
10
+ "bitOffset": 0,
11
+ "bitLength": 8,
12
+ "outType": "uint"
13
+ },
14
+ {
15
+ "name": "apiVersion",
16
+ "byteOffset": 6,
17
+ "byteLength": 1,
18
+ "bitOffset": 0,
19
+ "bitLength": 8,
20
+ "outType": "uint"
21
+ },
22
+ {
23
+ "name": "seqId",
24
+ "byteOffset": 7,
25
+ "byteLength": 1,
26
+ "bitOffset": 0,
27
+ "bitLength": 8,
28
+ "outType": "uint"
29
+ },
30
+ {
31
+ "name": "brgMac",
32
+ "byteOffset": 8,
33
+ "byteLength": 6,
34
+ "bitOffset": 0,
35
+ "bitLength": 48,
36
+ "outType": "string"
37
+ },
38
+ {
39
+ "name": "nonWltRxPktsCtr",
40
+ "byteOffset": 14,
41
+ "byteLength": 3,
42
+ "bitOffset": 0,
43
+ "bitLength": 24,
44
+ "outType": "uint"
45
+ },
46
+ {
47
+ "name": "badCrcPktsCtr",
48
+ "byteOffset": 17,
49
+ "byteLength": 3,
50
+ "bitOffset": 0,
51
+ "bitLength": 24,
52
+ "outType": "uint"
53
+ },
54
+ {
55
+ "name": "wltRxPktsCtr",
56
+ "byteOffset": 20,
57
+ "byteLength": 3,
58
+ "bitOffset": 0,
59
+ "bitLength": 24,
60
+ "outType": "uint"
61
+ },
62
+ {
63
+ "name": "wltTxPktsCtr",
64
+ "byteOffset": 23,
65
+ "byteLength": 2,
66
+ "bitOffset": 0,
67
+ "bitLength": 16,
68
+ "outType": "uint"
69
+ },
70
+ {
71
+ "name": "algoTxRep",
72
+ "byteOffset": 25,
73
+ "byteLength": 1,
74
+ "bitOffset": 6,
75
+ "bitLength": 2,
76
+ "outType": "uint"
77
+ },
78
+ {
79
+ "name": "tagsCtr",
80
+ "byteOffset": 25,
81
+ "byteLength": 2,
82
+ "bitOffset": 0,
83
+ "bitLength": 14,
84
+ "outType": "uint"
85
+ },
86
+ {
87
+ "name": "txQueueWatermark",
88
+ "byteOffset": 27,
89
+ "byteLength": 1,
90
+ "bitOffset": 0,
91
+ "bitLength": 8,
92
+ "outType": "uint"
93
+ },
94
+ {
95
+ "name": "dynamic",
96
+ "byteOffset": 28,
97
+ "byteLength": 1,
98
+ "bitOffset": 7,
99
+ "bitLength": 1,
100
+ "outType": "boolean"
101
+ },
102
+ {
103
+ "name": "effectivePacerIncrement",
104
+ "byteOffset": 28,
105
+ "byteLength": 1,
106
+ "bitOffset": 0,
107
+ "bitLength": 7,
108
+ "outType": "uint"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "version": "12",
114
+ "packetFields": [
115
+ {
116
+ "name": "msgType",
117
+ "byteOffset": 5,
118
+ "byteLength": 1,
119
+ "bitOffset": 0,
120
+ "bitLength": 8,
121
+ "outType": "uint"
122
+ },
123
+ {
124
+ "name": "apiVersion",
125
+ "byteOffset": 6,
126
+ "byteLength": 1,
127
+ "bitOffset": 0,
128
+ "bitLength": 8,
129
+ "outType": "uint"
130
+ },
131
+ {
132
+ "name": "seqId",
133
+ "byteOffset": 7,
134
+ "byteLength": 1,
135
+ "bitOffset": 0,
136
+ "bitLength": 8,
137
+ "outType": "uint"
138
+ },
139
+ {
140
+ "name": "brgMac",
141
+ "byteOffset": 8,
142
+ "byteLength": 6,
143
+ "bitOffset": 0,
144
+ "bitLength": 48,
145
+ "outType": "string"
146
+ },
147
+ {
148
+ "name": "nonWltRxPktsCtr",
149
+ "byteOffset": 14,
150
+ "byteLength": 3,
151
+ "bitOffset": 0,
152
+ "bitLength": 24,
153
+ "outType": "uint"
154
+ },
155
+ {
156
+ "name": "badCrcPktsCtr",
157
+ "byteOffset": 17,
158
+ "byteLength": 3,
159
+ "bitOffset": 0,
160
+ "bitLength": 24,
161
+ "outType": "uint"
162
+ },
163
+ {
164
+ "name": "wltRxPktsCtr",
165
+ "byteOffset": 20,
166
+ "byteLength": 3,
167
+ "bitOffset": 0,
168
+ "bitLength": 24,
169
+ "outType": "uint"
170
+ },
171
+ {
172
+ "name": "wltTxPktsCtr",
173
+ "byteOffset": 23,
174
+ "byteLength": 2,
175
+ "bitOffset": 0,
176
+ "bitLength": 16,
177
+ "outType": "uint"
178
+ },
179
+ {
180
+ "name": "tagsCtr",
181
+ "byteOffset": 25,
182
+ "byteLength": 2,
183
+ "bitOffset": 0,
184
+ "bitLength": 16,
185
+ "outType": "uint"
186
+ },
187
+ {
188
+ "name": "txQueueWatermark",
189
+ "byteOffset": 27,
190
+ "byteLength": 1,
191
+ "bitOffset": 0,
192
+ "bitLength": 8,
193
+ "outType": "uint"
194
+ },
195
+ {
196
+ "name": "dynamic",
197
+ "byteOffset": 28,
198
+ "byteLength": 1,
199
+ "bitOffset": 7,
200
+ "bitLength": 1,
201
+ "outType": "boolean"
202
+ },
203
+ {
204
+ "name": "effectivePacerIncrement",
205
+ "byteOffset": 28,
206
+ "byteLength": 1,
207
+ "bitOffset": 0,
208
+ "bitLength": 7,
209
+ "outType": "uint"
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "version": "11",
215
+ "packetFields": [
216
+ {
217
+ "name": "msgType",
218
+ "byteOffset": 5,
219
+ "byteLength": 1,
220
+ "bitOffset": 0,
221
+ "bitLength": 8,
222
+ "outType": "uint"
223
+ },
224
+ {
225
+ "name": "apiVersion",
226
+ "byteOffset": 6,
227
+ "byteLength": 1,
228
+ "bitOffset": 0,
229
+ "bitLength": 8,
230
+ "outType": "uint"
231
+ },
232
+ {
233
+ "name": "seqId",
234
+ "byteOffset": 7,
235
+ "byteLength": 1,
236
+ "bitOffset": 0,
237
+ "bitLength": 8,
238
+ "outType": "uint"
239
+ },
240
+ {
241
+ "name": "brgMac",
242
+ "byteOffset": 8,
243
+ "byteLength": 6,
244
+ "bitOffset": 0,
245
+ "bitLength": 48,
246
+ "outType": "string"
247
+ },
248
+ {
249
+ "name": "nonWltRxPktsCtr",
250
+ "byteOffset": 14,
251
+ "byteLength": 3,
252
+ "bitOffset": 0,
253
+ "bitLength": 24,
254
+ "outType": "uint"
255
+ },
256
+ {
257
+ "name": "badCrcPktsCtr",
258
+ "byteOffset": 17,
259
+ "byteLength": 3,
260
+ "bitOffset": 0,
261
+ "bitLength": 24,
262
+ "outType": "uint"
263
+ },
264
+ {
265
+ "name": "wltRxPktsCtr",
266
+ "byteOffset": 20,
267
+ "byteLength": 3,
268
+ "bitOffset": 0,
269
+ "bitLength": 24,
270
+ "outType": "uint"
271
+ },
272
+ {
273
+ "name": "wltTxPktsCtr",
274
+ "byteOffset": 23,
275
+ "byteLength": 2,
276
+ "bitOffset": 0,
277
+ "bitLength": 16,
278
+ "outType": "uint"
279
+ },
280
+ {
281
+ "name": "tagsCtr",
282
+ "byteOffset": 25,
283
+ "byteLength": 2,
284
+ "bitOffset": 0,
285
+ "bitLength": 16,
286
+ "outType": "uint"
287
+ },
288
+ {
289
+ "name": "txQueueWatermark",
290
+ "byteOffset": 27,
291
+ "byteLength": 1,
292
+ "bitOffset": 0,
293
+ "bitLength": 8,
294
+ "outType": "uint"
295
+ },
296
+ {
297
+ "name": "dynamic",
298
+ "byteOffset": 28,
299
+ "byteLength": 1,
300
+ "bitOffset": 7,
301
+ "bitLength": 1,
302
+ "outType": "boolean"
303
+ },
304
+ {
305
+ "name": "effectivePacerIncrement",
306
+ "byteOffset": 28,
307
+ "byteLength": 1,
308
+ "bitOffset": 0,
309
+ "bitLength": 7,
310
+ "outType": "uint"
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "version": "10",
316
+ "packetFields": [
317
+ {
318
+ "name": "msgType",
319
+ "byteOffset": 5,
320
+ "byteLength": 1,
321
+ "bitOffset": 0,
322
+ "bitLength": 8,
323
+ "outType": "uint"
324
+ },
325
+ {
326
+ "name": "apiVersion",
327
+ "byteOffset": 6,
328
+ "byteLength": 1,
329
+ "bitOffset": 0,
330
+ "bitLength": 8,
331
+ "outType": "uint"
332
+ },
333
+ {
334
+ "name": "seqId",
335
+ "byteOffset": 7,
336
+ "byteLength": 1,
337
+ "bitOffset": 0,
338
+ "bitLength": 8,
339
+ "outType": "uint"
340
+ },
341
+ {
342
+ "name": "brgMac",
343
+ "byteOffset": 8,
344
+ "byteLength": 6,
345
+ "bitOffset": 0,
346
+ "bitLength": 48,
347
+ "outType": "string"
348
+ },
349
+ {
350
+ "name": "nonWltRxPktsCtr",
351
+ "byteOffset": 14,
352
+ "byteLength": 3,
353
+ "bitOffset": 0,
354
+ "bitLength": 24,
355
+ "outType": "uint"
356
+ },
357
+ {
358
+ "name": "badCrcPktsCtr",
359
+ "byteOffset": 17,
360
+ "byteLength": 3,
361
+ "bitOffset": 0,
362
+ "bitLength": 24,
363
+ "outType": "uint"
364
+ },
365
+ {
366
+ "name": "wltRxPktsCtr",
367
+ "byteOffset": 20,
368
+ "byteLength": 3,
369
+ "bitOffset": 0,
370
+ "bitLength": 24,
371
+ "outType": "uint"
372
+ },
373
+ {
374
+ "name": "wltTxPktsCtr",
375
+ "byteOffset": 23,
376
+ "byteLength": 2,
377
+ "bitOffset": 0,
378
+ "bitLength": 16,
379
+ "outType": "uint"
380
+ },
381
+ {
382
+ "name": "tagsCtr",
383
+ "byteOffset": 25,
384
+ "byteLength": 2,
385
+ "bitOffset": 0,
386
+ "bitLength": 16,
387
+ "outType": "uint"
388
+ },
389
+ {
390
+ "name": "txQueueWatermark",
391
+ "byteOffset": 27,
392
+ "byteLength": 1,
393
+ "bitOffset": 0,
394
+ "bitLength": 8,
395
+ "outType": "uint"
396
+ },
397
+ {
398
+ "name": "dynamic",
399
+ "byteOffset": 28,
400
+ "byteLength": 1,
401
+ "bitOffset": 7,
402
+ "bitLength": 1,
403
+ "outType": "boolean"
404
+ },
405
+ {
406
+ "name": "effectivePacerIncrement",
407
+ "byteOffset": 28,
408
+ "byteLength": 1,
409
+ "bitOffset": 0,
410
+ "bitLength": 7,
411
+ "outType": "uint"
412
+ }
413
+ ]
414
+ },
415
+ {
416
+ "version": "9",
417
+ "packetFields": [
418
+ {
419
+ "name": "msgType",
420
+ "byteOffset": 5,
421
+ "byteLength": 1,
422
+ "bitOffset": 0,
423
+ "bitLength": 8,
424
+ "outType": "uint"
425
+ },
426
+ {
427
+ "name": "apiVersion",
428
+ "byteOffset": 6,
429
+ "byteLength": 1,
430
+ "bitOffset": 0,
431
+ "bitLength": 8,
432
+ "outType": "uint"
433
+ },
434
+ {
435
+ "name": "seqId",
436
+ "byteOffset": 7,
437
+ "byteLength": 1,
438
+ "bitOffset": 0,
439
+ "bitLength": 8,
440
+ "outType": "uint"
441
+ },
442
+ {
443
+ "name": "brgMac",
444
+ "byteOffset": 8,
445
+ "byteLength": 6,
446
+ "bitOffset": 0,
447
+ "bitLength": 48,
448
+ "outType": "string"
449
+ },
450
+ {
451
+ "name": "nonWltRxPktsCtr",
452
+ "byteOffset": 14,
453
+ "byteLength": 3,
454
+ "bitOffset": 0,
455
+ "bitLength": 24,
456
+ "outType": "uint"
457
+ },
458
+ {
459
+ "name": "badCrcPktsCtr",
460
+ "byteOffset": 17,
461
+ "byteLength": 3,
462
+ "bitOffset": 0,
463
+ "bitLength": 24,
464
+ "outType": "uint"
465
+ },
466
+ {
467
+ "name": "wltRxPktsCtr",
468
+ "byteOffset": 20,
469
+ "byteLength": 3,
470
+ "bitOffset": 0,
471
+ "bitLength": 24,
472
+ "outType": "uint"
473
+ },
474
+ {
475
+ "name": "wltTxPktsCtr",
476
+ "byteOffset": 23,
477
+ "byteLength": 2,
478
+ "bitOffset": 0,
479
+ "bitLength": 16,
480
+ "outType": "uint"
481
+ },
482
+ {
483
+ "name": "tagsCtr",
484
+ "byteOffset": 25,
485
+ "byteLength": 2,
486
+ "bitOffset": 0,
487
+ "bitLength": 16,
488
+ "outType": "uint"
489
+ },
490
+ {
491
+ "name": "txQueueWatermark",
492
+ "byteOffset": 27,
493
+ "byteLength": 1,
494
+ "bitOffset": 0,
495
+ "bitLength": 8,
496
+ "outType": "uint"
497
+ },
498
+ {
499
+ "name": "effectivePacerIncrement",
500
+ "byteOffset": 28,
501
+ "byteLength": 1,
502
+ "bitOffset": 0,
503
+ "bitLength": 8,
504
+ "outType": "uint"
505
+ }
506
+ ]
507
+ },
508
+ {
509
+ "version": "8",
510
+ "packetFields": [
511
+ {
512
+ "name": "msgType",
513
+ "byteOffset": 5,
514
+ "byteLength": 1,
515
+ "bitOffset": 0,
516
+ "bitLength": 8,
517
+ "outType": "uint"
518
+ },
519
+ {
520
+ "name": "apiVersion",
521
+ "byteOffset": 6,
522
+ "byteLength": 1,
523
+ "bitOffset": 0,
524
+ "bitLength": 8,
525
+ "outType": "uint"
526
+ },
527
+ {
528
+ "name": "seqId",
529
+ "byteOffset": 7,
530
+ "byteLength": 1,
531
+ "bitOffset": 0,
532
+ "bitLength": 8,
533
+ "outType": "uint"
534
+ },
535
+ {
536
+ "name": "brgMac",
537
+ "byteOffset": 8,
538
+ "byteLength": 6,
539
+ "bitOffset": 0,
540
+ "bitLength": 48,
541
+ "outType": "string"
542
+ },
543
+ {
544
+ "name": "nonWltRxPktsCtr",
545
+ "byteOffset": 14,
546
+ "byteLength": 3,
547
+ "bitOffset": 0,
548
+ "bitLength": 24,
549
+ "outType": "uint"
550
+ },
551
+ {
552
+ "name": "badCrcPktsCtr",
553
+ "byteOffset": 17,
554
+ "byteLength": 3,
555
+ "bitOffset": 0,
556
+ "bitLength": 24,
557
+ "outType": "uint"
558
+ },
559
+ {
560
+ "name": "wltRxPktsCtr",
561
+ "byteOffset": 20,
562
+ "byteLength": 3,
563
+ "bitOffset": 0,
564
+ "bitLength": 24,
565
+ "outType": "uint"
566
+ },
567
+ {
568
+ "name": "wltTxPktsCtr",
569
+ "byteOffset": 23,
570
+ "byteLength": 2,
571
+ "bitOffset": 0,
572
+ "bitLength": 16,
573
+ "outType": "uint"
574
+ },
575
+ {
576
+ "name": "tagsCtr",
577
+ "byteOffset": 25,
578
+ "byteLength": 2,
579
+ "bitOffset": 0,
580
+ "bitLength": 16,
581
+ "outType": "uint"
582
+ },
583
+ {
584
+ "name": "txQueueWatermark",
585
+ "byteOffset": 27,
586
+ "byteLength": 1,
587
+ "bitOffset": 0,
588
+ "bitLength": 8,
589
+ "outType": "uint"
590
+ }
591
+ ]
592
+ },
593
+ {
594
+ "version": "7",
595
+ "packetFields": [
596
+ {
597
+ "name": "msgType",
598
+ "byteOffset": 5,
599
+ "byteLength": 1,
600
+ "bitOffset": 0,
601
+ "bitLength": 8,
602
+ "outType": "uint"
603
+ },
604
+ {
605
+ "name": "apiVersion",
606
+ "byteOffset": 6,
607
+ "byteLength": 1,
608
+ "bitOffset": 0,
609
+ "bitLength": 8,
610
+ "outType": "uint"
611
+ },
612
+ {
613
+ "name": "seqId",
614
+ "byteOffset": 7,
615
+ "byteLength": 1,
616
+ "bitOffset": 0,
617
+ "bitLength": 8,
618
+ "outType": "uint"
619
+ },
620
+ {
621
+ "name": "brgMac",
622
+ "byteOffset": 8,
623
+ "byteLength": 6,
624
+ "bitOffset": 0,
625
+ "bitLength": 48,
626
+ "outType": "string"
627
+ },
628
+ {
629
+ "name": "nonWltRxPktsCtr",
630
+ "byteOffset": 14,
631
+ "byteLength": 3,
632
+ "bitOffset": 0,
633
+ "bitLength": 24,
634
+ "outType": "uint"
635
+ },
636
+ {
637
+ "name": "badCrcPktsCtr",
638
+ "byteOffset": 17,
639
+ "byteLength": 3,
640
+ "bitOffset": 0,
641
+ "bitLength": 24,
642
+ "outType": "uint"
643
+ },
644
+ {
645
+ "name": "wltRxPktsCtr",
646
+ "byteOffset": 20,
647
+ "byteLength": 3,
648
+ "bitOffset": 0,
649
+ "bitLength": 24,
650
+ "outType": "uint"
651
+ },
652
+ {
653
+ "name": "wltTxPktsCtr",
654
+ "byteOffset": 23,
655
+ "byteLength": 2,
656
+ "bitOffset": 0,
657
+ "bitLength": 16,
658
+ "outType": "uint"
659
+ },
660
+ {
661
+ "name": "tagsCtr",
662
+ "byteOffset": 25,
663
+ "byteLength": 2,
664
+ "bitOffset": 0,
665
+ "bitLength": 16,
666
+ "outType": "uint"
667
+ }
668
+ ]
669
+ },
670
+ {
671
+ "version": "6",
672
+ "packetFields": [
673
+ {
674
+ "name": "msgType",
675
+ "byteOffset": 5,
676
+ "byteLength": 1,
677
+ "bitOffset": 0,
678
+ "bitLength": 8,
679
+ "outType": "uint"
680
+ },
681
+ {
682
+ "name": "apiVersion",
683
+ "byteOffset": 6,
684
+ "byteLength": 1,
685
+ "bitOffset": 0,
686
+ "bitLength": 8,
687
+ "outType": "uint"
688
+ },
689
+ {
690
+ "name": "seqId",
691
+ "byteOffset": 7,
692
+ "byteLength": 1,
693
+ "bitOffset": 0,
694
+ "bitLength": 8,
695
+ "outType": "uint"
696
+ },
697
+ {
698
+ "name": "brgMac",
699
+ "byteOffset": 8,
700
+ "byteLength": 6,
701
+ "bitOffset": 0,
702
+ "bitLength": 48,
703
+ "outType": "string"
704
+ },
705
+ {
706
+ "name": "nonWltRxPktsCtr",
707
+ "byteOffset": 14,
708
+ "byteLength": 3,
709
+ "bitOffset": 0,
710
+ "bitLength": 24,
711
+ "outType": "uint"
712
+ },
713
+ {
714
+ "name": "badCrcPktsCtr",
715
+ "byteOffset": 17,
716
+ "byteLength": 3,
717
+ "bitOffset": 0,
718
+ "bitLength": 24,
719
+ "outType": "uint"
720
+ },
721
+ {
722
+ "name": "wltRxPktsCtr",
723
+ "byteOffset": 20,
724
+ "byteLength": 3,
725
+ "bitOffset": 0,
726
+ "bitLength": 24,
727
+ "outType": "uint"
728
+ },
729
+ {
730
+ "name": "wltTxPktsCtr",
731
+ "byteOffset": 23,
732
+ "byteLength": 2,
733
+ "bitOffset": 0,
734
+ "bitLength": 16,
735
+ "outType": "uint"
736
+ },
737
+ {
738
+ "name": "tagsCtr",
739
+ "byteOffset": 25,
740
+ "byteLength": 2,
741
+ "bitOffset": 0,
742
+ "bitLength": 16,
743
+ "outType": "uint"
744
+ }
745
+ ]
746
+ },
747
+ {
748
+ "version": "5",
749
+ "packetFields": [
750
+ {
751
+ "name": "msgType",
752
+ "byteOffset": 5,
753
+ "byteLength": 1,
754
+ "bitOffset": 0,
755
+ "bitLength": 8,
756
+ "outType": "uint"
757
+ },
758
+ {
759
+ "name": "apiVersion",
760
+ "byteOffset": 6,
761
+ "byteLength": 1,
762
+ "bitOffset": 0,
763
+ "bitLength": 8,
764
+ "outType": "uint"
765
+ },
766
+ {
767
+ "name": "seqId",
768
+ "byteOffset": 7,
769
+ "byteLength": 1,
770
+ "bitOffset": 0,
771
+ "bitLength": 8,
772
+ "outType": "uint"
773
+ },
774
+ {
775
+ "name": "brgMac",
776
+ "byteOffset": 8,
777
+ "byteLength": 6,
778
+ "bitOffset": 0,
779
+ "bitLength": 48,
780
+ "outType": "string"
781
+ },
782
+ {
783
+ "name": "nonWltRxPktsCtr",
784
+ "byteOffset": 14,
785
+ "byteLength": 3,
786
+ "bitOffset": 0,
787
+ "bitLength": 24,
788
+ "outType": "uint"
789
+ },
790
+ {
791
+ "name": "badCrcPktsCtr",
792
+ "byteOffset": 17,
793
+ "byteLength": 3,
794
+ "bitOffset": 0,
795
+ "bitLength": 24,
796
+ "outType": "uint"
797
+ },
798
+ {
799
+ "name": "wltRxPktsCtr",
800
+ "byteOffset": 20,
801
+ "byteLength": 3,
802
+ "bitOffset": 0,
803
+ "bitLength": 24,
804
+ "outType": "uint"
805
+ },
806
+ {
807
+ "name": "wltTxPktsCtr",
808
+ "byteOffset": 23,
809
+ "byteLength": 2,
810
+ "bitOffset": 0,
811
+ "bitLength": 16,
812
+ "outType": "uint"
813
+ },
814
+ {
815
+ "name": "tagsCtr",
816
+ "byteOffset": 25,
817
+ "byteLength": 2,
818
+ "bitOffset": 0,
819
+ "bitLength": 16,
820
+ "outType": "uint"
821
+ }
822
+ ]
823
+ },
824
+ {
825
+ "version": "1",
826
+ "packetFields": [
827
+ {
828
+ "name": "msgType",
829
+ "byteOffset": 5,
830
+ "byteLength": 1,
831
+ "bitOffset": 0,
832
+ "bitLength": 8,
833
+ "outType": "uint"
834
+ },
835
+ {
836
+ "name": "apiVersion",
837
+ "byteOffset": 6,
838
+ "byteLength": 1,
839
+ "bitOffset": 0,
840
+ "bitLength": 8,
841
+ "outType": "uint"
842
+ },
843
+ {
844
+ "name": "seqId",
845
+ "byteOffset": 7,
846
+ "byteLength": 1,
847
+ "bitOffset": 0,
848
+ "bitLength": 8,
849
+ "outType": "uint"
850
+ },
851
+ {
852
+ "name": "gwMac",
853
+ "byteOffset": 8,
854
+ "byteLength": 6,
855
+ "bitOffset": 0,
856
+ "bitLength": 48,
857
+ "outType": "uint"
858
+ },
859
+ {
860
+ "name": "brgMac",
861
+ "byteOffset": 14,
862
+ "byteLength": 6,
863
+ "bitOffset": 0,
864
+ "bitLength": 48,
865
+ "outType": "string"
866
+ },
867
+ {
868
+ "name": "sentPktsCtr",
869
+ "byteOffset": 20,
870
+ "byteLength": 2,
871
+ "bitOffset": 0,
872
+ "bitLength": 16,
873
+ "outType": "uint"
874
+ },
875
+ {
876
+ "name": "nonWltPktsCtr",
877
+ "byteOffset": 22,
878
+ "byteLength": 2,
879
+ "bitOffset": 0,
880
+ "bitLength": 16,
881
+ "outType": "uint"
882
+ },
883
+ {
884
+ "name": "tagsCtr",
885
+ "byteOffset": 24,
886
+ "byteLength": 2,
887
+ "bitOffset": 0,
888
+ "bitLength": 16,
889
+ "outType": "uint"
890
+ }
891
+ ]
892
+ }
893
+ ]
894
+ }