Add source & address type for Mode A/C
This commit is contained in:
parent
eece2a54a0
commit
85d3ecee62
3 changed files with 7 additions and 0 deletions
2
mode_s.c
2
mode_s.c
|
|
@ -1381,6 +1381,8 @@ static const char *addrtype_to_string(addrtype_t type) {
|
|||
return "ADS-R";
|
||||
case ADDR_ADSR_OTHER:
|
||||
return "ADS-R, other addressing scheme";
|
||||
case ADDR_MODE_A:
|
||||
return "Mode A";
|
||||
default:
|
||||
return "unknown addressing scheme";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue