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
We want to make sure, that we are detecting all of the SBF blocks in a given pcap file.
We can do this with the following process and then comparing the output with files in the test/data/sbf directory.
As in test/data/sbf/scripts/README.md,
First add the option MOSAIC_SBF_PRINT_ID using a compile time flag or adding add_compile_options(-DMOSAIC_SBF_PRINT_ID) to CMakeLists.txt.
We want to make sure, that we are detecting all of the SBF blocks in a given pcap file.
We can do this with the following process and then comparing the output with files in the
test/data/sbf
directory.As in
test/data/sbf/scripts/README.md
,First add the option
MOSAIC_SBF_PRINT_ID
using a compile time flag or addingadd_compile_options(-DMOSAIC_SBF_PRINT_ID)
toCMakeLists.txt
.When you run now, e,g.
Pipe the output to
| sort -r | uniq -c | sort -r | test/data/sbf/scripts/id_to_name.py
and compare the output to
test/data/sbf/003_blocks.txt
.You may want to disable/set to zero
MOSAIC_GNSS_FAKE_SLEEP_TIME
.Originally posted by @surajRathi in #7 (comment)
The text was updated successfully, but these errors were encountered: