-
Notifications
You must be signed in to change notification settings - Fork 368
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
Add support for BDS B2b and IRNSS L1. And update signal detection to match the actual BDS #657
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Narugakuruga Thanks for working on this! Looks like there are some failures on CI - https://github.com/barbeau/gpstest/actions/runs/6624229299/job/18020421843?pr=657:
Could you please take a look? |
My apology 😀. I didn't know coding very much. |
I think it's ready now. |
LGTM, thanks @Narugakuruga! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add the ability to properly detect BDS B2b and IRNSS L1.
IRNSS L1 support, see Add support for NavIC L1 signal #653.
Remove the code for "B1-2" signal. I think it's an out-of-date mistake. I have checked every website, paper, press there is no such signal.
Rename B1 and B3 to B1I and B3I to match the official name. (It's uppercase "i", not lowercase “L”)
Maybe this will reduce user's confusion. as there are two B1 band.
And yes B3I is not obsolete. It may be supported by consumer market one day.
And the precise frequency for B2b and E5b appear to be 1207.139970 MHz. But GPSTest already display E5b properly.

So I think it's fine.
[√ ] Acknowledge that you're contributing your code under Apache v2.0 license
[√ ] Apply the
AndroidStyle.xml
style template to your code in Android Studio.