Add a couple more ME types.

This commit is contained in:
Oliver Jowett 2016-09-14 16:12:08 +01:00
parent 9e179d46bf
commit 10641303cb

View file

@ -1407,12 +1407,17 @@ static const char *esTypeName(unsigned metype, unsigned mesub)
case 29:
switch (mesub) {
case 0:
return "Target state and status (V1)";
case 1:
return "Target state and status";
return "Target state and status (V2)";
default:
return "Unknown";
}
case 30:
return "Aircraft Operational Coordination";
case 31: // Aircraft Operational Status
switch (mesub) {
case 0: