From 7b64fca5732490981e404c77f57e18be109b7fec Mon Sep 17 00:00:00 2001 From: marco <49691247+marcoSchr@users.noreply.github.com> Date: Sun, 20 Aug 2023 20:50:56 +0200 Subject: [PATCH] M17: change BROADCAST to ALL for decode callsign --- openrtx/src/protocols/M17/M17Callsign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrtx/src/protocols/M17/M17Callsign.cpp b/openrtx/src/protocols/M17/M17Callsign.cpp index d636b314..1d06c80a 100644 --- a/openrtx/src/protocols/M17/M17Callsign.cpp +++ b/openrtx/src/protocols/M17/M17Callsign.cpp @@ -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.