From c66b216b2be0ee9e085dc5f893fd5f796d2322b5 Mon Sep 17 00:00:00 2001 From: Soti Date: Mon, 23 Feb 2026 16:33:54 +0000 Subject: [PATCH 1/2] Add acronyms and message format to research document --- research/36.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/research/36.md b/research/36.md index 02a8490..742aebc 100644 --- a/research/36.md +++ b/research/36.md @@ -41,7 +41,16 @@ ## Acronyms / Codes ... +ALT = Altitude POS (ft) +DEPA = Departure Airport +DSTA = Destination Airport +RWY = (Destination Airport Landing) Runway +FOB = Fuel On Board +N-S = Latitude POS +E-W = Longtitude POS ## Analysis ... +Prefix 28 Message Format +28,.,DDMMMYY,HHMMSS,N-S,E-W,ALT,(RemainingFOB?),DEPA,DSTA,DSTA,RWY/..... From 513ad8c4d2164cb1857df7093e462082be5b1ffa Mon Sep 17 00:00:00 2001 From: Soti Date: Sun, 1 Mar 2026 10:23:57 +0000 Subject: [PATCH 2/2] Update research/36.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- research/36.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/36.md b/research/36.md index 742aebc..ebe06f0 100644 --- a/research/36.md +++ b/research/36.md @@ -47,7 +47,7 @@ DSTA = Destination Airport RWY = (Destination Airport Landing) Runway FOB = Fuel On Board N-S = Latitude POS -E-W = Longtitude POS +E-W = Longitude POS ## Analysis