wiliot-certificate 1.5.3a1__py3-none-any.whl → 4.4.0__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.
- brg_certificate/ag/energous_v0_defines.py +105 -114
- brg_certificate/ag/energous_v1_defines.py +105 -114
- brg_certificate/ag/energous_v2_defines.py +105 -114
- brg_certificate/ag/energous_v3_defines.py +105 -114
- brg_certificate/ag/energous_v4_defines.py +105 -114
- brg_certificate/ag/fanstel_lan_v0_defines.py +105 -114
- brg_certificate/ag/fanstel_lte_v0_defines.py +105 -114
- brg_certificate/ag/fanstel_wifi_v0_defines.py +105 -114
- brg_certificate/ag/minew_lte_v0_defines.py +105 -114
- brg_certificate/ag/wlt_types.html +980 -147
- brg_certificate/ag/wlt_types_ag.py +1318 -240
- brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +69 -0
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +101 -0
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +45 -0
- brg_certificate/ag/wlt_types_ag_jsons/calibration.json +75 -0
- brg_certificate/ag/wlt_types_ag_jsons/custom.json +99 -0
- brg_certificate/ag/wlt_types_ag_jsons/datapath.json +133 -8
- brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +99 -0
- brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +96 -0
- brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +113 -0
- brg_certificate/ag/wlt_types_ag_jsons/interface.json +157 -0
- brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +205 -0
- brg_certificate/certificate_bcc_test_list.txt +0 -2
- brg_certificate/certificate_test_list.txt +2 -2
- brg_certificate/tests/calibration/interval_test/interval_test.json +1 -1
- brg_certificate/tests/calibration/interval_test/interval_test.py +4 -4
- brg_certificate/tests/calibration/output_power_test/output_power_test.json +1 -1
- brg_certificate/tests/calibration/output_power_test/output_power_test.py +4 -4
- brg_certificate/tests/calibration/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/calibration/pattern_test/pattern_test.py +14 -8
- brg_certificate/tests/datapath/aging_test/aging_test.py +9 -8
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +7 -12
- brg_certificate/tests/datapath/output_power_test/output_power_test.json +1 -1
- brg_certificate/tests/datapath/output_power_test/output_power_test.py +4 -4
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +1 -1
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +10 -6
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +10 -3
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +9 -9
- brg_certificate/tests/datapath/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/datapath/pattern_test/pattern_test.py +4 -5
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +1 -1
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +10 -9
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +1 -1
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +10 -9
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +1 -1
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +10 -9
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +1 -1
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +10 -9
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +1 -1
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +4 -5
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +38 -36
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +45 -45
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +2 -3
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +20 -16
- brg_certificate/tests/datapath/stress_test/stress_test.json +2 -3
- brg_certificate/tests/datapath/stress_test/stress_test.py +19 -16
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +1 -1
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +11 -9
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +1 -1
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +4 -4
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +1 -1
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +4 -4
- brg_certificate/tests/energy2400/output_power_test/output_power_test.json +1 -1
- brg_certificate/tests/energy2400/output_power_test/output_power_test.py +4 -4
- brg_certificate/tests/energy2400/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/energy2400/pattern_test/pattern_test.py +4 -4
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +6 -4
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +1 -1
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +4 -4
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +4 -4
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +1 -1
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +4 -4
- brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +1 -1
- brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +4 -5
- brg_certificate/wltPb_pb2.py +4 -4
- brg_certificate/wltPb_pb2.pyi +2 -1
- gw_certificate/common/serialization_formatter.py +14 -1
- gw_certificate/common/wltPb_pb2.py +4 -4
- gw_certificate/common/wltPb_pb2.pyi +2 -1
- gw_certificate/interface/{4.4.82_app.zip → 4.4.91_app.zip} +0 -0
- gw_certificate/interface/{4.4.82_sd_bl_app.zip → 4.4.91_sd_bl_app.zip} +0 -0
- gw_certificate/interface/ble_simulator.py +5 -3
- gw_certificate/interface/flash_fw.py +90 -0
- gw_certificate/interface/uart_if.py +6 -4
- gw_certificate/tests/actions.py +1 -1
- gw_certificate/tests/downlink.py +2 -2
- gw_certificate/tests/generic.py +4 -3
- gw_certificate/tests/static/generated_packet_table.py +16 -16
- gw_certificate/tests/static/packet_table.csv +10052 -10052
- gw_certificate/tests/static/uplink_defines.py +1 -1
- gw_certificate/tests/throughput.py +3 -2
- gw_certificate/tests/uplink.py +38 -19
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/METADATA +71 -30
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/RECORD +99 -98
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/WHEEL +1 -1
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/top_level.txt +0 -0
|
@@ -12,36 +12,36 @@ brg_certificate/cert_protobuf.py,sha256=1jiPIYBFkA21iClxn2fC3GEQzdh7wLB01pdddwXM
|
|
|
12
12
|
brg_certificate/cert_results.py,sha256=GU4oQf1NBrehhaQRPrOuv3ts3RUIzxitaCpxKxNJRu0,20870
|
|
13
13
|
brg_certificate/cert_utils.py,sha256=zFQFNxNOi5AH92JgWknZv9NZN-sz-G-dh7sOzz_SRgw,16550
|
|
14
14
|
brg_certificate/certificate_bcc_sanity_test_list.txt,sha256=SURuNOLuIO7xzh5KnMBYYzwMjZlcLqGaPLwBdqxCKbc,2281
|
|
15
|
-
brg_certificate/certificate_bcc_test_list.txt,sha256=
|
|
15
|
+
brg_certificate/certificate_bcc_test_list.txt,sha256=WduySF_fWZ3HK1Wr4zGfFNiyRL8ONsIV9D7vyBCpmig,3332
|
|
16
16
|
brg_certificate/certificate_sanity_test_list.txt,sha256=Egv00zGNAWdFhzO4T1oUkmeLOSG35aHNfXSxH6DRd9g,2291
|
|
17
|
-
brg_certificate/certificate_test_list.txt,sha256=
|
|
17
|
+
brg_certificate/certificate_test_list.txt,sha256=RnQkzEWrF_RJlDL0E75mwnboKsJUNCX8uAMZs6AOL1M,3624
|
|
18
18
|
brg_certificate/restore_brg.py,sha256=rPV-Foa-mPHUSTdJq_LDNuoL6orMyevbulzRIW4GIHs,2341
|
|
19
|
-
brg_certificate/wltPb_pb2.py,sha256=
|
|
20
|
-
brg_certificate/wltPb_pb2.pyi,sha256=
|
|
19
|
+
brg_certificate/wltPb_pb2.py,sha256=DPFrv5IVbxBUpmGRXO6iZjp-QwWUUaD9c37lMZnQoCM,8686
|
|
20
|
+
brg_certificate/wltPb_pb2.pyi,sha256=OcVo8ehkzIQ9EZoXp4om_kT2Any32stYKTTQvUsPEMU,11472
|
|
21
21
|
brg_certificate/wlt_types.py,sha256=7pWm-56wDkq7HoMheBdvjUwbDS8suYTz13aEeAgIc6w,5166
|
|
22
|
-
brg_certificate/ag/energous_v0_defines.py,sha256=
|
|
23
|
-
brg_certificate/ag/energous_v1_defines.py,sha256=
|
|
24
|
-
brg_certificate/ag/energous_v2_defines.py,sha256=
|
|
25
|
-
brg_certificate/ag/energous_v3_defines.py,sha256=
|
|
26
|
-
brg_certificate/ag/energous_v4_defines.py,sha256=
|
|
27
|
-
brg_certificate/ag/fanstel_lan_v0_defines.py,sha256=
|
|
28
|
-
brg_certificate/ag/fanstel_lte_v0_defines.py,sha256=
|
|
29
|
-
brg_certificate/ag/fanstel_wifi_v0_defines.py,sha256=
|
|
30
|
-
brg_certificate/ag/minew_lte_v0_defines.py,sha256=
|
|
22
|
+
brg_certificate/ag/energous_v0_defines.py,sha256=dMnDHFFsVbs-UdK-y00VZoZRK5uNLyslu01M0agrNtI,63461
|
|
23
|
+
brg_certificate/ag/energous_v1_defines.py,sha256=ty9Xd1KpMV6vQgSKSBtQcejVbJ4S5g0gahDPv_rpvQc,63671
|
|
24
|
+
brg_certificate/ag/energous_v2_defines.py,sha256=dMnDHFFsVbs-UdK-y00VZoZRK5uNLyslu01M0agrNtI,63461
|
|
25
|
+
brg_certificate/ag/energous_v3_defines.py,sha256=dMnDHFFsVbs-UdK-y00VZoZRK5uNLyslu01M0agrNtI,63461
|
|
26
|
+
brg_certificate/ag/energous_v4_defines.py,sha256=dMnDHFFsVbs-UdK-y00VZoZRK5uNLyslu01M0agrNtI,63461
|
|
27
|
+
brg_certificate/ag/fanstel_lan_v0_defines.py,sha256=0nLNehQsWi3F02n9lJZFH-vaENsx5oqFbWAXsol21tY,63428
|
|
28
|
+
brg_certificate/ag/fanstel_lte_v0_defines.py,sha256=0nLNehQsWi3F02n9lJZFH-vaENsx5oqFbWAXsol21tY,63428
|
|
29
|
+
brg_certificate/ag/fanstel_wifi_v0_defines.py,sha256=0nLNehQsWi3F02n9lJZFH-vaENsx5oqFbWAXsol21tY,63428
|
|
30
|
+
brg_certificate/ag/minew_lte_v0_defines.py,sha256=0nLNehQsWi3F02n9lJZFH-vaENsx5oqFbWAXsol21tY,63428
|
|
31
31
|
brg_certificate/ag/wlt_cmd_if.html,sha256=qfwLhXB1zhOL1qVQs591B80FB0mbOeixHUNsNsdMNW4,14424
|
|
32
|
-
brg_certificate/ag/wlt_types.html,sha256=
|
|
33
|
-
brg_certificate/ag/wlt_types_ag.py,sha256=
|
|
34
|
-
brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json,sha256=
|
|
35
|
-
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json,sha256=
|
|
36
|
-
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json,sha256=
|
|
37
|
-
brg_certificate/ag/wlt_types_ag_jsons/calibration.json,sha256=
|
|
38
|
-
brg_certificate/ag/wlt_types_ag_jsons/custom.json,sha256=
|
|
39
|
-
brg_certificate/ag/wlt_types_ag_jsons/datapath.json,sha256=
|
|
40
|
-
brg_certificate/ag/wlt_types_ag_jsons/energy2400.json,sha256
|
|
41
|
-
brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json,sha256=
|
|
42
|
-
brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json,sha256=
|
|
43
|
-
brg_certificate/ag/wlt_types_ag_jsons/interface.json,sha256=
|
|
44
|
-
brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json,sha256=
|
|
32
|
+
brg_certificate/ag/wlt_types.html,sha256=HvzgnnRm6rf7gzeaIcoh8N7U3j0Qlk5QgUbcJs8Lebw,420321
|
|
33
|
+
brg_certificate/ag/wlt_types_ag.py,sha256=fWOiXMSz__EaB7-iqLu5uQjYzwwmjMO4dbIOTkGuExc,505242
|
|
34
|
+
brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json,sha256=r7sp87tCenTWPi0APL_CvKJZP3gI1IE1LU88QOja6hQ,4688
|
|
35
|
+
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json,sha256=1CY9_5syOY7WvojZA7Y4SGg5-W_yXsQEB7DBHQ_J6UY,20336
|
|
36
|
+
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json,sha256=Yk-r1xvmcmdPHVI8DF-N2K9rJCkBqIl0Vyjv4cbxkjY,3999
|
|
37
|
+
brg_certificate/ag/wlt_types_ag_jsons/calibration.json,sha256=gygKjpcpsuDvuey5HdJ7NqbOp7-n_oFI7hOVJ6ZbXr0,10786
|
|
38
|
+
brg_certificate/ag/wlt_types_ag_jsons/custom.json,sha256=MNQ9MhA6aKcz-cCMgTOrbhdCpnb5KC9bSzHGeX76xxw,13657
|
|
39
|
+
brg_certificate/ag/wlt_types_ag_jsons/datapath.json,sha256=onADMaIJWLOoGKrpa4YDG9cVwywdSQFAWl9FEen9e4s,19814
|
|
40
|
+
brg_certificate/ag/wlt_types_ag_jsons/energy2400.json,sha256=fdoPYv0A6-D5qCcDNAmyCsKX2cyMS9R8x5DF5TL3Ls0,14792
|
|
41
|
+
brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json,sha256=B67NthLwuk5qeTFjjC7IcegcDiZb2i0HPIjaNl1iAGQ,15914
|
|
42
|
+
brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json,sha256=1DEyvk1GnSDt49j75lvlifKAnmKjyxspKf4EUXix-Nk,16717
|
|
43
|
+
brg_certificate/ag/wlt_types_ag_jsons/interface.json,sha256=6qCUaMsOKeFrM2zKRpeGZRkGoZdXE1A5AKJI_U6ypRk,25482
|
|
44
|
+
brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json,sha256=fWgDyTKqGhUNT2deelh6XcQlwaat__rjUfpj-lfx2Yk,32724
|
|
45
45
|
brg_certificate/ag/wlt_types_ag_jsons/side_info_sensor.json,sha256=P06xqCiJnxImP8rV7C0a7YvhDaIhqn0e_9wl6uzGaps,2349
|
|
46
46
|
brg_certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json,sha256=6AmSuNh6YC6ZlQtfIaOW-S5IVEnx64KdVYfwS7g5Z4M,1668
|
|
47
47
|
brg_certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json,sha256=iyJq2q1bgTLh2nbGooztEmmu15rwfjo9GBL4MbRK6F4,1254
|
|
@@ -51,50 +51,50 @@ brg_certificate/config/hivemq.json,sha256=nj61J4FaDeVopndiK-vAxlV4xw5d-EYnTIYtZh
|
|
|
51
51
|
brg_certificate/config/mosquitto.json,sha256=Wd8Fj36GcZNdIKpXZQzx3wb8EmnTBDmOx1kA0Qgi0Ww,254
|
|
52
52
|
brg_certificate/config/mosquitto.md,sha256=xU7q2-FpYYwxd6xE-6cl6j_ywc3120ZZnGG1ofl9peY,2494
|
|
53
53
|
brg_certificate/config/wiliot-dev.json,sha256=J6O70nIJYk_qcnw6Hxf9TaKxcaG72p_dqAUpbbeCsCQ,288
|
|
54
|
-
brg_certificate/tests/calibration/interval_test/interval_test.json,sha256=
|
|
55
|
-
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=
|
|
56
|
-
brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=
|
|
57
|
-
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=
|
|
58
|
-
brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=
|
|
59
|
-
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=
|
|
54
|
+
brg_certificate/tests/calibration/interval_test/interval_test.json,sha256=xHDygAh4NFOlgHnj3IJtcCV7ywbavF2BFMDE95A8yI8,594
|
|
55
|
+
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=0gi3uOXMQ1IXoGJQrHVJewAbai3Mh6kv1laH0rRWEz0,1139
|
|
56
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=B3bvNohuIaPKWFgDJIODbL1OLDclLuszkTGxEYAEm34,690
|
|
57
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=PSSRFxJ2Yq7YVz1mac3FZCg7NeI9TGd3as5-sXcIuGY,1115
|
|
58
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=1i0O5_0StjAjusfkEWIiK1uwKbP3hqN9AJHn1IgHeOQ,1021
|
|
59
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=fLbnShqqu1ptD2DIFgtbERK1qWkeZb3Zejq-IuM8VC8,4315
|
|
60
60
|
brg_certificate/tests/datapath/aging_test/aging_test.json,sha256=J-cqOVxqtcbq5DEvkUnfhvyshpbm2sfyoD6UUmvx3bk,900
|
|
61
|
-
brg_certificate/tests/datapath/aging_test/aging_test.py,sha256=
|
|
61
|
+
brg_certificate/tests/datapath/aging_test/aging_test.py,sha256=f_qxDOgHuMjjfmJDFPxxYxXzlRrBW0y5yqMiVThiMTY,6042
|
|
62
62
|
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=J3FYtqCwyjoqMnxu7ZHKF9McQAxUvWHSop8jRTkuPj0,829
|
|
63
|
-
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=
|
|
64
|
-
brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=
|
|
65
|
-
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=
|
|
66
|
-
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=
|
|
67
|
-
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=
|
|
63
|
+
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=WBCdpbqkH1Q9Ry3XfQvqu-3TS7RGcAeSGTn0UTJg8Uk,3403
|
|
64
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=V4XCGroVhJDYfVXp04YaF-3CubfKaMxuYganSOM7DAg,696
|
|
65
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=LvHgjMwptUfER4Q8NJ4NfjPfkEyDMbaDitd1I6QXEaI,1121
|
|
66
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=IX4Undkuv3RCsSXy-GfsdmgSrpNwSXbkF9UHRctgyhM,947
|
|
67
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=daE1NCAiw1KTvKd3bznhMT8wUC7DXc-M11t2CxDIKWI,2602
|
|
68
68
|
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json,sha256=TrMceZ6FV5g7tQdLRdWLBmuJjUH-HuBv8qYOD22tzBo,905
|
|
69
|
-
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=
|
|
69
|
+
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=dKRe0tKOeRCm_AhSxHLMV1zMvdq8qAJYYPJDtrdJffo,3956
|
|
70
70
|
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=3OLVPgHuu6y_hMnxPgu2FwW6D_rJIzNyPYXsznFOFUo,921
|
|
71
|
-
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=
|
|
72
|
-
brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=
|
|
73
|
-
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=
|
|
74
|
-
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=
|
|
75
|
-
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=
|
|
76
|
-
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=
|
|
77
|
-
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=
|
|
78
|
-
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=
|
|
79
|
-
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=
|
|
80
|
-
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=
|
|
81
|
-
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=
|
|
82
|
-
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=
|
|
83
|
-
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=
|
|
71
|
+
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=nqNUew48m_FVDUwxiQLzp-qg2e_0N2ZyQKvMmkw-Kz0,2595
|
|
72
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=EjV4vYrmkIHc8B2KE2OLq42MMTLi9K2n_YrZx8gurHA,758
|
|
73
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=eE52YSSMKnBFhSdtbGRhCDxk_qKcMI6m1TRPW8RL1Vg,1137
|
|
74
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=87ppotggyGvBs_R4NsAnCjvzbAZS9C1CE93Hfj4rjic,1202
|
|
75
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=k2pQta-QfjqrtQGAh7TsygAsHHsZ9kFw9XWnzuTQN2g,3114
|
|
76
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=0kypJ_QvnoYQ_doOHi_sjSdCKfKLAkgDDp7Z5q6EZ1k,1156
|
|
77
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=bjcZgRaR-ZN82J9eao1MbXb78M7KGbhed6rPHBhQYL0,3106
|
|
78
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=nW0M2zznpvgLyw-mvHedY22Wno3-jCIycx8Emiyv5p0,1167
|
|
79
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=Q4HTfqFdQYt72wnd-vBrDMZ8F20ocLoKECnyGYJnwTg,3086
|
|
80
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=89IWoUid1s4q471K229k7h3HbScj2PNH6VxmMKGZ1XM,737
|
|
81
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=heC7U7PdhWBIhYS5PhEH1UC8rMTAniK7nJNJY8ELHvs,3213
|
|
82
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=FVxQKGqCSGfafn17Y3X2ztGtUxodmv9NZJgWVRwcKeo,765
|
|
83
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=u2HyaT_rBVPeTdWJDMZAp3mrbpD9m8JtQ6itv9i4QhE,1740
|
|
84
84
|
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=bYp_P_r8XgFDyUv1on5jL8Tp-04RhnnGJp2qOJhd4Tk,1395
|
|
85
|
-
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=
|
|
85
|
+
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=7fierhPmE8MjqwhvfsaAswtF3qnXeilDzJar47wuMdA,10503
|
|
86
86
|
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=qhVoafzoQx8oO4VSxFZDnqXFLI3r8I6IK6ZLWpGAgRY,1395
|
|
87
|
-
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=
|
|
88
|
-
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=
|
|
89
|
-
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=
|
|
90
|
-
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=
|
|
91
|
-
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=
|
|
87
|
+
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=NaLZu7s99JqattYqxbOIDpviTGSAVp6H_RjBXZwinZc,10503
|
|
88
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=0Xrt9c43zt_X80Hc9syRWvJbUgcNCJiNM8QxKu2j9_M,1378
|
|
89
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=57gjJtsbBfNiAeFZeC81i51QC9gZRsUZw0zDOuI4Shg,11008
|
|
90
|
+
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=MG79WsyLNq9kOeA5Z_8L_7cbFZhio9J2jJT3-_DdVJ4,1378
|
|
91
|
+
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=ddu_YG6Z0Fw4fSvEcfwm3PJvSVW3d9QOgI749cgqBGI,11007
|
|
92
92
|
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json,sha256=RLyxlEUQF24gMXLhsWLOd0jjUZ7KEOX1zSmO9DjVHa0,808
|
|
93
93
|
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=DxEPHS-ivLBwSxX07cYxnoVjB_DG1XPQrWeK4288hS4,4044
|
|
94
|
-
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=
|
|
95
|
-
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=
|
|
96
|
-
brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=
|
|
97
|
-
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=
|
|
94
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=2mcvlH-djpKP-Al7TSwGx47fiDItk-U-z0Hgg3lWwFY,968
|
|
95
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=ooCFmhjhnaTmMGT9NBsPTChIyhdezs5Afifjyeo2S0c,3613
|
|
96
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=Nc7amijSFqu5aS2Dw60MKPvwoXTdwx7KJbmgl2TqZUE,714
|
|
97
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=pWHi-4qxEiY7ilGqJKexnLQtsugTQVgMRkc4OG8P23E,18739
|
|
98
98
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json,sha256=lYdqQJtgQwVIK4_pUD_abCt4bSHSqFpJQ1lWLcx9Z9I,1268
|
|
99
99
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=kedRXAc8sgRnL2JRFNXaLNMqgykQlrSYTbbP_08WwzQ,4400
|
|
100
100
|
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json,sha256=lFLCF9RNZXYjmjeXOHTrasNAmsPF6uDXmfex93DrrSA,1158
|
|
@@ -105,12 +105,12 @@ brg_certificate/tests/edge_mgmt/ota_test/ota_test.json,sha256=A-psNlYEFZ6f0KtdKt
|
|
|
105
105
|
brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=m3SlHdtEtbE0L8rclZ-0_z1RsJFm7lej9fxbrv76EXQ,5207
|
|
106
106
|
brg_certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json,sha256=As4vG-Tx4iOTF6KWrm-7ciipWh2x5aDbLYn_oN5OjGk,584
|
|
107
107
|
brg_certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.py,sha256=VMGVYtzP2Ic1A5y56zQzLYwMxkJw3DU671ownzmj4rQ,1977
|
|
108
|
-
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256
|
|
109
|
-
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=
|
|
110
|
-
brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=
|
|
111
|
-
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=
|
|
112
|
-
brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=
|
|
113
|
-
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=
|
|
108
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=-meatjF53qoFBO_q_gOfQvDRDW79Rh5F6T9HOfNqBwE,684
|
|
109
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=MG3KHDHvrG6loJxd0vQPgUlPt5LCaBNXYTLSUj7J8CM,1126
|
|
110
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=vGyqsmKUyw_5kfgC-bp-fILVFC63CcVRD7cIKTnwHUU,699
|
|
111
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=8e1ITKdUJb0f8LfgWDlLyQGgQnM7lkdSIo4KyleclyA,1129
|
|
112
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=IlmfE9MbN59IhQyffhAFMCWoaQJcYZWp1qHv2zzs6LQ,866
|
|
113
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=4qD--IYlqvexTBNSv7d6dDJ7Q2tUqi3-FgL9pCgWuI4,1147
|
|
114
114
|
brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json,sha256=XeH-0GbMC4X_g5S8Or_9-DcIic2E6ffo770f5we8uDY,1409
|
|
115
115
|
brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py,sha256=WzpUZoxpmdp5IDCi7-UIgi9vwMC4j7KQG5N9JfACGtE,19205
|
|
116
116
|
brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json,sha256=b8mVVwmXup3Xi5dpC2UHOsS0Qhj3DwbxFfzce8GjLAY,1403
|
|
@@ -118,19 +118,19 @@ brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indic
|
|
|
118
118
|
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json,sha256=TWhrdUlhDcx5BCHXpBtPSdUqVeooJSSe8HC7SpeylEQ,1104
|
|
119
119
|
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py,sha256=cVEc0LKCRdzmF85hx2kWQx2gizp_Y_UAXecsGY1852Y,7804
|
|
120
120
|
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=iqT5e6Dv1415_LVev_5uowq0dpLTutBJulXYvhpXhjk,1382
|
|
121
|
-
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=
|
|
122
|
-
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=
|
|
123
|
-
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=
|
|
124
|
-
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=
|
|
125
|
-
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=
|
|
121
|
+
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=k0SG_LOdfFjNHmtuWbOUuYQvECvopGdVp_PdntdKtpQ,16175
|
|
122
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=AroWSbQnToy4_hwReF1JQnAQPgV5A6VXqaP2I69prAY,713
|
|
123
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=mtmRpkWCjuC90axh3hCspTMrOpGo8gtTvAOYsO70I9M,1147
|
|
124
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=7rIPAklqUC03r1JDvzQUD_9JLvn5k0m-ifd7VFBRxsE,1183
|
|
125
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=nqVjDDUKgIVTP7VdS_uyxly-0PIyA1UyyjozspjX0C8,1107
|
|
126
126
|
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json,sha256=qsuf6b0dj_0bp3DhjczuBwiT6jFxyUO8tlJsrj79mLQ,1378
|
|
127
127
|
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py,sha256=I9LTNBFd5Nx-4J8Vx_kk_hDRtUjyVu-k6ShIsZDYyQ8,26083
|
|
128
|
-
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json,sha256=
|
|
129
|
-
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=
|
|
128
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json,sha256=dQxNN--ZG52EO2WWpKxYarkZl3Zuz_uR7NOieiOlZwY,746
|
|
129
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=l-2kmmv-Kw2sjWyKNeJrP5oW8ziP9_rFAdSQspQA2L8,1197
|
|
130
130
|
brg_certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json,sha256=8mfJavH21XJ4iHD3QDY_H8MVKXr59sA4O3Plx38n1Lk,826
|
|
131
131
|
brg_certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.py,sha256=VoyZhB2JShzpObXlPD2CN9cLBkAVmJ3915dlbv3488c,3726
|
|
132
|
-
brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json,sha256=
|
|
133
|
-
brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=
|
|
132
|
+
brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json,sha256=8MdE9fAz--cb9VVfbNXosX4HVr2ePjA_oPaMLbaHoBw,1932
|
|
133
|
+
brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py,sha256=uYlOSAo-iRPAhV1WklRqmNDjakkNnz93aGhwBeauAh8,12974
|
|
134
134
|
common/wlt_logo.png,sha256=21DEhCEOOBU7Zt7ocwVIKU_CKUoHXScc3ej5VAzVsjM,132154
|
|
135
135
|
gw_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
136
|
gw_certificate/cert_results.py,sha256=y299oQ3TW4xYp0aM20txqvt7ufsUXSunqg2HN3M5emQ,8856
|
|
@@ -164,46 +164,47 @@ gw_certificate/api_if/205/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbi
|
|
|
164
164
|
gw_certificate/api_if/205/status.json,sha256=WVO5eGzadLazdkHQZ97yEYlPDzJu12WYRZb3s52kixk,1861
|
|
165
165
|
gw_certificate/common/analysis_data_bricks.py,sha256=_DZvurnE7ymKVJbu-YnQUJY0SalwmZxIuMsN-FMr7Qk,2537
|
|
166
166
|
gw_certificate/common/debug.py,sha256=sE_N4sWGRkbwdIb2QxqRtL8YQaePlaxvqecgnbxn6Xc,1208
|
|
167
|
-
gw_certificate/common/serialization_formatter.py,sha256=
|
|
167
|
+
gw_certificate/common/serialization_formatter.py,sha256=NC-tPZ5Dw3L7f9EF1PBtEz-eW7GPSGegcJo6_gmDpvc,4358
|
|
168
168
|
gw_certificate/common/utils.py,sha256=yjE6kdmMIRyQ0rPm56zZroi8a9zY4GnincmOPOL6rJo,215
|
|
169
169
|
gw_certificate/common/utils_defines.py,sha256=zLWKQBZscX1AVwBdJcM5GgZTJ5aYJWhQ1vjwX25EZrM,543
|
|
170
|
-
gw_certificate/common/wltPb_pb2.py,sha256=
|
|
171
|
-
gw_certificate/common/wltPb_pb2.pyi,sha256=
|
|
172
|
-
gw_certificate/interface/4.4.
|
|
173
|
-
gw_certificate/interface/4.4.
|
|
174
|
-
gw_certificate/interface/ble_simulator.py,sha256=
|
|
170
|
+
gw_certificate/common/wltPb_pb2.py,sha256=DPFrv5IVbxBUpmGRXO6iZjp-QwWUUaD9c37lMZnQoCM,8686
|
|
171
|
+
gw_certificate/common/wltPb_pb2.pyi,sha256=OcVo8ehkzIQ9EZoXp4om_kT2Any32stYKTTQvUsPEMU,11472
|
|
172
|
+
gw_certificate/interface/4.4.91_app.zip,sha256=Z_U2mg6UlpfDIqP8hBlQ7fA9MBr6jsHMxlEyaf8PP_0,171102
|
|
173
|
+
gw_certificate/interface/4.4.91_sd_bl_app.zip,sha256=Czstl4rmWat8Jm0QvQy6PyTLMXs-axZkf2XxeK73JEU,366514
|
|
174
|
+
gw_certificate/interface/ble_simulator.py,sha256=mdH28n2-pdywKGrTc4nqmyIThNpM68Qf4ICzzeCuxbE,2678
|
|
175
175
|
gw_certificate/interface/ble_sniffer.py,sha256=S5AtT_3gWlm3FCmQSR4KnCIfnr70E9LgQPtQEJs1YFM,6869
|
|
176
|
+
gw_certificate/interface/flash_fw.py,sha256=yAAAY9pBtlvzab0YFvHP48F8XBLmVm8OxkejiyCr7xo,2724
|
|
176
177
|
gw_certificate/interface/if_defines.py,sha256=EAdT26qFl7110breWbpTPrpYZRHmizzvd188bse36ek,999
|
|
177
178
|
gw_certificate/interface/mqtt.py,sha256=dVNkRiFXjCmFlz5897IIZta-t0H095uftczayqDjVUY,25619
|
|
178
179
|
gw_certificate/interface/nrfutil-linux,sha256=9Fzy9VLSzL5dwEWh4HJUFdfmXH69gTrUVV8hxEjPgGU,26071480
|
|
179
180
|
gw_certificate/interface/nrfutil-mac,sha256=YG-iPLwnYUFjwYriqaGaFtYuIj-0T4TkeSWkJ638HWQ,15839744
|
|
180
181
|
gw_certificate/interface/nrfutil.exe,sha256=_uOu7RhDpL_8CCdHzqYNwHKSnrNuZ9Ysij_XRx4NyS0,16155851
|
|
181
182
|
gw_certificate/interface/pkt_generator.py,sha256=yOSCEj8Ybjsq_u6tVmpsbkwYmLFqZR2eIk9k09AIsUM,22174
|
|
182
|
-
gw_certificate/interface/uart_if.py,sha256=
|
|
183
|
+
gw_certificate/interface/uart_if.py,sha256=m5YHsHo4E75714kThYtUN9OCP7AA9fEzag8QIHkguzo,10360
|
|
183
184
|
gw_certificate/interface/uart_ports.py,sha256=HOIdrkr8OtALhoorT51k_tvSh6VYholR2ey4_WwcIAk,547
|
|
184
185
|
gw_certificate/templates/results.html,sha256=w3kqslWDpHb1oYKSbY10RMDZe9HeI-O-GRP15oQIijA,12694
|
|
185
186
|
gw_certificate/templates/stage.html,sha256=o89N0DWCIs2foA9YzommBZ09EPPN7lytiEsHoXD6fWU,1009
|
|
186
187
|
gw_certificate/templates/table.html,sha256=PPUf0St1OPT0fB_6OK0SQlsRST-brUJ99x9-Rxwan1Y,201
|
|
187
188
|
gw_certificate/templates/test.html,sha256=lpwibyrmGXNyNxpxNbQNoT2b5oCq5WHUYZrF0oDnLSA,2062
|
|
188
189
|
gw_certificate/tests/__init__.py,sha256=6XWYuJ1urHGCUTPQ6bbn25lDd32ZyB2dIDr2A_mkvTg,468
|
|
189
|
-
gw_certificate/tests/actions.py,sha256=
|
|
190
|
+
gw_certificate/tests/actions.py,sha256=_EnQxlN3HowRtxdb0fsVz3dOpPl8xLQhKPxzZ2RxVXk,13906
|
|
190
191
|
gw_certificate/tests/bad_crc_to_PER_quantization.csv,sha256=2V1_7HV7pKEKddA429rp4tTn-je9G3Xi2tMvDhqvGhc,357
|
|
191
192
|
gw_certificate/tests/connection.py,sha256=f70DB1R0BHOlNnTYt4qa9tKwAJmNAHBju5bwvbcT6b0,9721
|
|
192
|
-
gw_certificate/tests/downlink.py,sha256=
|
|
193
|
-
gw_certificate/tests/generic.py,sha256=
|
|
193
|
+
gw_certificate/tests/downlink.py,sha256=UcA18NB5N7BEPIrvIvqXUc681isp0XNT9_tzTP8V-ik,8865
|
|
194
|
+
gw_certificate/tests/generic.py,sha256=C2tm5lalQlFyAF3OgA4qTkvJ8amYbxSjuh_jt4vtZfs,8416
|
|
194
195
|
gw_certificate/tests/registration.py,sha256=TgfYyDGkT-HAC11dJIdwFJTMZjTESFZb30-Q6ZCkXek,16152
|
|
195
|
-
gw_certificate/tests/throughput.py,sha256=
|
|
196
|
-
gw_certificate/tests/uplink.py,sha256=
|
|
196
|
+
gw_certificate/tests/throughput.py,sha256=vm1Oe4RVDHQZ2DOHpVtJOtdxN2ag6zg_2M4AhlGRkFk,11187
|
|
197
|
+
gw_certificate/tests/uplink.py,sha256=9jAJV9wKh7iuexwzMsGjSw4ig2dQJ4dp8W8ZsWiCxWs,40020
|
|
197
198
|
gw_certificate/tests/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
198
199
|
gw_certificate/tests/static/connection_defines.py,sha256=RZbqvGNjUN-ST5378VZpleRB_b3_6IwME-j0CFnWmgE,309
|
|
199
200
|
gw_certificate/tests/static/downlink_defines.py,sha256=gjzQff_70Rn8m6pmfGciFwEC7efYQGEM9yNwl-8zRCs,340
|
|
200
|
-
gw_certificate/tests/static/generated_packet_table.py,sha256=
|
|
201
|
-
gw_certificate/tests/static/packet_table.csv,sha256=
|
|
201
|
+
gw_certificate/tests/static/generated_packet_table.py,sha256=HDESJ-VF41RiZRKmrPAPRXXgMVNXPzDCIgzq0v05CyY,17059
|
|
202
|
+
gw_certificate/tests/static/packet_table.csv,sha256=dGPSheg-RHuShc8NE3SyhCBeNWxbelVBYxw2ayCB8j8,1882502
|
|
202
203
|
gw_certificate/tests/static/references.py,sha256=vVVaoC_3nEdu2OMtfr_XKxZLvnJmbDeK2pEDFkAzNtU,384
|
|
203
|
-
gw_certificate/tests/static/uplink_defines.py,sha256=
|
|
204
|
-
wiliot_certificate-
|
|
205
|
-
wiliot_certificate-
|
|
206
|
-
wiliot_certificate-
|
|
207
|
-
wiliot_certificate-
|
|
208
|
-
wiliot_certificate-
|
|
209
|
-
wiliot_certificate-
|
|
204
|
+
gw_certificate/tests/static/uplink_defines.py,sha256=PJGUpzr_mD4Z6xUKzpCR7JcD1n2rvWrNdyUYS0xQX4s,387
|
|
205
|
+
wiliot_certificate-4.4.0.dist-info/licenses/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
206
|
+
wiliot_certificate-4.4.0.dist-info/METADATA,sha256=JnpYbrAPv_rQ578GFQkem5UjMlZRclELAqkR_LQNYCw,9274
|
|
207
|
+
wiliot_certificate-4.4.0.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
208
|
+
wiliot_certificate-4.4.0.dist-info/entry_points.txt,sha256=19YeTHY3PnN1wbi7BcgZB0zSgRrp9bvahIX-dIMX3Sg,127
|
|
209
|
+
wiliot_certificate-4.4.0.dist-info/top_level.txt,sha256=wN_MwxdcfgPP5-WN6sRhmZnGXNbZmXalxwYdh3nb2RA,38
|
|
210
|
+
wiliot_certificate-4.4.0.dist-info/RECORD,,
|
{wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{wiliot_certificate-1.5.3a1.dist-info → wiliot_certificate-4.4.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|