Skip to content

Commit

Permalink
[uss_qualifier] add NET0450 to existing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Shastick committed Sep 14, 2023
1 parent 28a776a commit b903284
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,11 @@ def _evaluate_normal_observation(
]
observed_position = mapping.observed_flight.most_recent_position
injected_position = injected_telemetry.position
# TODO confirm ALT is optional with Ben.
if "alt" in observed_position:
# TODO up to date altitude seems to check for NET0450 rather than NET0470. Confirm with Ben
with self._test_scenario.check(
"Observed altitude",
"Correct observed altitude",
[
observer.participant_id,
mapping.injected_flight.uss_participant_id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ The timestamps of the injected telemetry usually start in the future. If a flig

**[astm.f3411.v19.NET0290](../../../../requirements/astm/f3411/v19.md)** requires a SP uses Telemetry vs extrapolation when telemetry is present.

#### Observed altitude check
#### Correct observed altitude check

**[astm.f3411.v19.NET0470](../../../../requirements/astm/f3411/v19.md)** requires that a Display Provider provides any specified data fields in accordance with the common data dictionary when responding to a Display Application. If the observed altitude of a flight does not match the altitude of the injected telemetry, this check will fail.
If the observed altitude of a flight does not match the altitude of the injected telemetry, the display provider is not providing precise and up-to-date information, and thus does not respect **[astm.f3411.v19.NET0450](../../../../requirements/astm/f3411/v19.md)**.

TODO: check if the following needs its own check that would verify that the altitude field is present: **[astm.f3411.v19.NET0470](../../../../requirements/astm/f3411/v19.md)** requires that a Display Provider provides any specified data fields in accordance with the common data dictionary when responding to a Display Application.

#### Area too large check

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ The timestamps of the injected telemetry usually start in the future. If a flig

**[astm.f3411.v22a.NET0290](../../../../requirements/astm/f3411/v22a.md)** requires a SP uses Telemetry vs extrapolation when telemetry is present.

#### Observed altitude check
#### Correct observed altitude check

**[astm.f3411.v22a.NET0470](../../../../requirements/astm/f3411/v22a.md)** requires that a Display Provider provides any specified data fields in accordance with the common data dictionary when responding to a Display Application. If the observed altitude of a flight does not match the altitude of the injected telemetry, this check will fail.
If the observed altitude of a flight does not match the altitude of the injected telemetry, the display provider is not providing precise and up-to-date information, and thus does not respect **[astm.f3411.v22a.NET0450](../../../../requirements/astm/f3411/v22a.md)**.

TODO: confirm what do to with **[astm.f3411.v22a.NET0470](../../../../requirements/astm/f3411/v22a.md)** requires that a Display Provider provides any specified data fields in accordance with the common data dictionary when responding to a Display Application. If the observed altitude of a flight does not match the altitude of the injected telemetry, this check will fail.

#### Area too large check

Expand Down

0 comments on commit b903284

Please sign in to comment.