M17: change BROADCAST to ALL for decode callsign
This commit is contained in:
parent
f40ecc60db
commit
7b64fca573
|
|
@ -80,7 +80,7 @@ std::string M17::decode_callsign(const call_t& encodedCall)
|
|||
}
|
||||
}
|
||||
|
||||
if(isBroadcast) return "BROADCAST";
|
||||
if(isBroadcast) return "ALL";
|
||||
|
||||
/*
|
||||
* Address is not broadcast, decode it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue