You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for v2.1 phy-dev API
And update component version to v3.0
Note: The API towards channel and modem libraries has changed.
So these components will need to be updated simultaneously with
this.
Note: The v2 dumps have been updated to dump the new v2.1 API
frequency format.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
csv2pcap: Add support for coded phy and include power level
Add support for Coded Phy in the csv2pcap conversion script.
Unlike the BLE 1M and BLE 2M packets, CODED PHY packets contain
two entries in results/<sim_id>/*.Tx.csv files (one for FEC1 and a
second for FEC2). This modification takes this into account when
creating a BLE entry for Wireshark.
This modification also adds the power of transmissions for Wireshark.
Signed-off-by: Louka Yerly <louka.yerly@hes-so.ch>
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
dump_postprocess: BLE ellisys: Fix time saturation at 2seconds
The time was capped to 2^31 nanoseconds (~ 2 seconds)
in the output.
Fix it.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>