Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
IDBeswick committed Jun 5, 2023
2 parents dad99bd + fd8537c commit 4810ce7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/java/aero/t2s/modes/decoder/df/DF18.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ public DF18 decode() {
int typeCode = data[4] >>> 3;

switch (typeCode) {
case 0:
case 9:
case 10:
case 11:
case 12:
case 13:
case 14:
case 15:
case 16:
case 17:
case 18:
case 20:
case 21:
case 22:
extendedSquitter = new AirbornePosition(data, getIcao());
break;
case 1:
case 2:
case 3:
Expand Down

0 comments on commit 4810ce7

Please sign in to comment.