-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving Parsing Error #118
Comments
Both are normal. "fft_burst_tagger :info: set_min_output_buffer on block 5 to 65536" is a message printed by gr-iridium. As it contains no bits, it's normal that iridium-parser cannot parse it. The "Access code missing" messages indicate bits that do not contain the (error-free) access code, so it is telling you that it didn't parse these. Alternatively you can also use |
Hello,have you solved this question? I met the same problem with you. |
Hi, does it mean that the burst signal received is too little to be parsed? Or the signal is too weak? |
I am running iridium-parser.py on some .bits files and each time the .parsed file shows this first row:
ERR: ERR:Message: Couldn't parse: fft_burst_tagger :info: set_min_output_buffer on block 5 to 65536
Additionally, I am getting several RAW: rows, saying:
ERR:Message: Access code missing
Any help will be appreciated, thank you.
The text was updated successfully, but these errors were encountered: