Add a couple more ME types.
This commit is contained in:
parent
9e179d46bf
commit
10641303cb
7
mode_s.c
7
mode_s.c
|
@ -1407,12 +1407,17 @@ static const char *esTypeName(unsigned metype, unsigned mesub)
|
||||||
|
|
||||||
case 29:
|
case 29:
|
||||||
switch (mesub) {
|
switch (mesub) {
|
||||||
|
case 0:
|
||||||
|
return "Target state and status (V1)";
|
||||||
case 1:
|
case 1:
|
||||||
return "Target state and status";
|
return "Target state and status (V2)";
|
||||||
default:
|
default:
|
||||||
return "Unknown";
|
return "Unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 30:
|
||||||
|
return "Aircraft Operational Coordination";
|
||||||
|
|
||||||
case 31: // Aircraft Operational Status
|
case 31: // Aircraft Operational Status
|
||||||
switch (mesub) {
|
switch (mesub) {
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Reference in a new issue