-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use FlightIntentsResource in general flight authorization scenario
- Loading branch information
1 parent
ef76e72
commit 4b67dd9
Showing
13 changed files
with
157 additions
and
428 deletions.
There are no files selected for viewing
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
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
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
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
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
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
103 changes: 103 additions & 0 deletions
103
monitoring/uss_qualifier/test_data/che/flight_intents/general_flight_auth_flights.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
intents: | ||
flight1: | ||
full: | ||
basic_information: | ||
usage_state: Planned | ||
uas_state: Nominal | ||
area: | ||
- outline_circle: | ||
center: | ||
lng: 7.4774 | ||
lat: 46.9749 | ||
radius: | ||
value: 100 | ||
units: M | ||
altitude_lower: | ||
value: 550 | ||
units: M | ||
# TODO: Change to SFC once mock_uss can process that datum | ||
reference: W84 | ||
altitude_upper: | ||
value: 650 | ||
units: M | ||
# TODO: Change to SFC once mock_uss can process that datum | ||
reference: W84 | ||
start_time: | ||
start_of_test: {} | ||
use_timezone: Europe/Berlin | ||
end_time: | ||
offset_from: | ||
starting_from: | ||
next_day: | ||
time_zone: Europe/Zurich | ||
starting_from: | ||
start_of_test: {} | ||
days_of_the_week: ["Tu", "Th"] | ||
offset: 12h | ||
additional_information: | ||
new_jurisdiction_x: | ||
operation_rule_set: Rules1 | ||
# TODO: Remove once mock_uss is fixed to not require U-space flight auth | ||
uspace_flight_authorisation: | ||
uas_serial_number: 1AF49UL5CC5J6K | ||
operation_category: Open | ||
operation_mode: Vlos | ||
uas_class: C0 | ||
identification_technologies: | ||
- ASTMNetRID | ||
connectivity_methods: | ||
- cellular | ||
endurance_minutes: 30 | ||
emergency_procedure_url: https://example.interussplatform.org/emergency | ||
operator_id: CHEo5kut30e0mt01-qwe | ||
uas_id: '' | ||
uas_type_certificate: '' | ||
|
||
flight2: | ||
full: | ||
basic_information: | ||
usage_state: Planned | ||
uas_state: Nominal | ||
area: | ||
- outline_circle: | ||
center: | ||
lng: 7.4774 | ||
lat: 46.9749 | ||
radius: | ||
value: 100 | ||
units: M | ||
altitude_lower: | ||
value: 1424 | ||
units: M | ||
reference: W84 | ||
altitude_upper: | ||
value: 5000 | ||
units: FT | ||
reference: W84 | ||
start_time: | ||
next_day: | ||
time_zone: +02:00 | ||
starting_from: | ||
offset_from: | ||
starting_from: | ||
start_of_test: {} | ||
offset: 12h | ||
duration: 5m | ||
additional_information: | ||
new_jurisdiction_x: | ||
operation_rule_set: Rules1 | ||
# TODO: Remove once mock_uss is fixed to not require U-space flight auth | ||
uspace_flight_authorisation: | ||
uas_serial_number: 1AF49UL5CC5J6K | ||
operation_category: Open | ||
operation_mode: Vlos | ||
uas_class: C0 | ||
identification_technologies: | ||
- ASTMNetRID | ||
connectivity_methods: | ||
- cellular | ||
endurance_minutes: 30 | ||
emergency_procedure_url: https://example.interussplatform.org/emergency | ||
operator_id: CHEo5kut30e0mt01-qwe | ||
uas_id: '' | ||
uas_type_certificate: '' |
Oops, something went wrong.