[TP] - Strategic Deconfliction
- Deconfliction OpenAPI: https://github.com/dp-icea/Protocols/tree/main/utm
- Injection OpenAPI: https://github.com/interuss/automated_testing_interfaces/tree/4e07f46eb4452da761fb1658d3775d801d19312b/flight_planning/v1
SCD
Case scd-1 - Isolated OIR:
Isolated OIR
JSON [000]
{
"chave":"valor"
}
JSON [020]
{
"chave":"valor"
}
JSON [040]
{
"chave":"valor"
}
Case scd-2 - Conflict OIR:
Conflict OIR - Not implemented
Case auth-1 - Successful Auth
Successful Auth
Case auth-2 - Invalid Scope
Invalid Scope
Case auth-3 - Invalid audience
Invalid audience
Case auth-4 - Invalid token signature
Invalid token signature
In this test, the director creates an invalid token, that was not issued by an authorized token provider.
Case oir - OIR activation
OIR activation
JSON 020
{
"key": "value"
}
JSON 050
{
"key": "value"
}
Case oir - Conflict Constraint:
Conflict Constraint
{
"extents": {
"volume": {
"outline_circle": {
"center": {
"lng": -118.456,
"lat": 34.123
},
"radius": {
"value": 300.183,
"units": "M"
}
},
"outline_polygon": {
"vertices": [
{
"lng": -118.456,
"lat": 34.123
},
{
"lng": -118.456,
"lat": 34.123
},
{
"lng": -118.456,
"lat": 34.123
}
]
},
"altitude_lower": {
"value": 100000,
"reference": "W84",
"units": "M"
},
"altitude_upper": {
"value": 100000,
"reference": "W84",
"units": "M"
}
},
"time_start": {
"value": "1985-04-12T23:20:50.52Z",
"format": "RFC3339"
},
"time_end": {
"value": "1985-04-12T23:20:50.52Z",
"format": "RFC3339"
}
},
"uss_base_url": "https://uss.example.com/utm",
"notify_for_operational_intents": false,
"notify_for_constraints": false
}