Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:gnss-sdr/geniuss-place into osnma
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Jul 25, 2024
2 parents d194fa0 + 6696042 commit 4c7c93b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions _design-forces/10-reliability.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ excerpt:
a specified period of time."
header:
teaser: /assets/images/radar-chart.png
last_modified_at: 2017-08-14T14:54:02+02:00
last_modified_at: 2024-07-15T14:54:02+02:00
---

_Reliability_ describes the ability of a system or component to function under
Expand Down Expand Up @@ -125,6 +125,15 @@ problems or might have unintended effects that the programmer was not aware of.
Different compilers warn more or less than others, and they all have options to
increase or decrease the number of warnings.

Reliability can also be addressed at higher system levels. Recently, Galileo has
introduced a Navigation Message Authentication service known as OSNMA. This
service allows enabled receivers to authenticate the navigation data broadcast
by satellites, thereby countering potential spoofing attacks.

Finally, the signal can be protected at the PRN level, as is the case with the
GPS M-code or Galileo Public Regulated Service. This usage is restricted to
authorized users.

## Indicators of Reliability

It follows a list of possible reliability indicators for a software-defined GNSS
Expand Down Expand Up @@ -156,7 +165,10 @@ receiver:
- Deployment of network security and data integrity mechanisms.
- Availability of GNSS signal authentication mechanisms.
- Probability of failure.
- Time to authentication.
- For OSNMA-enabled Galileo receivers: Time To First Authenticated Fix (TTFAF).
- Encrypted PRN.
- GPS M-code enabled.
- Galileo PRS enabled.

- Safety-critical software certifications (_e.g._,
[DO--178B](https://en.wikipedia.org/wiki/DO-178B)).
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-07-configuration-options-building-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ package (`sudo apt-get install gnss-sdr`), the option `ENABLE_OSMOSDR` is set to
`ON`, and the required drivers are already installed.


## GPU off-loading and SIMD-related options
## FPGA / GPU off-loading and SIMD-related options

|----------
| **Variable passed to CMake** | **Possible values** | **Default** | **Effect** |
Expand Down

0 comments on commit 4c7c93b

Please sign in to comment.