Skip to content

Commit

Permalink
Update protos/remote_id/remote_id.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Vautherin <[email protected]>
  • Loading branch information
persuader72 and JonasVautherin authored Jan 16, 2024
1 parent 25e2640 commit 858de5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protos/remote_id/remote_id.proto
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ message BasicId {
enum IdType {
ID_TYPE_NONE = 0; // No type defined.
ID_TYPE_SERIAL_NUMBER = 1; // Manufacturer Serial Number (ANSI/CTA-2063 format).
ID_TYPE_CAA_REGISTRATION_ID = 2; // CAA (Civil Aviation Authority) registered ID. Format: [ICAO Country Code].[CAA Assigned ID].
ID_TYPE_UTM_ASSIGNED_UUID = 3; // UTM (Unmanned Traffic Management) assigned UUID (RFC4122).
ID_TYPE_CAA_REGISTRATION_ID = 2; // CAA (Civil Aviation Authority) registered ID. Format: [ICAO Country Code].[CAA Assigned ID].
ID_TYPE_UTM_ASSIGNED_UUID = 3; // UTM (Unmanned Traffic Management) assigned UUID (RFC4122).
ID_TYPE_SPECIFIC_SESSION_ID = 4; // A 20 byte ID for a specific flight/session.
}

Expand Down

0 comments on commit 858de5e

Please sign in to comment.