From f5cda2fd03020cb6e7eb29707184e0d525dcdce9 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Fri, 17 Dec 2021 16:15:34 +0100 Subject: [PATCH] introduce a new message --- AircraftReport.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/AircraftReport.proto b/AircraftReport.proto index bc4046e..859d750 100644 --- a/AircraftReport.proto +++ b/AircraftReport.proto @@ -23,4 +23,5 @@ message AircraftReport { string destination = 7; // the destination airport int32 distanceToIAF = 8; // distance to IAF in NM string plannedGate = 9; // the planned gate for the inbound + string requestedRunway = 10; // the requested runway of the pilot }