From 5c00b8c4fcdf6417767eeb94a5753195414e2e0a Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Mon, 15 Nov 2021 20:26:23 +0100 Subject: [PATCH] add the stand information to the report --- AircraftReport.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/AircraftReport.proto b/AircraftReport.proto index def69f0..bc4046e 100644 --- a/AircraftReport.proto +++ b/AircraftReport.proto @@ -22,4 +22,5 @@ message AircraftReport { Dynamics dynamics = 6; // current aircraft dynamics string destination = 7; // the destination airport int32 distanceToIAF = 8; // distance to IAF in NM + string plannedGate = 9; // the planned gate for the inbound }