Fix Several P25p1 LCW regardless of MFID presence;

This commit is contained in:
lwvmobile 2024-12-13 23:21:34 -05:00
parent e13bd4f323
commit d904289060
1 changed files with 12 additions and 12 deletions

View File

@ -215,20 +215,20 @@ void p25_lcw (dsd_opts * opts, dsd_state * state, uint8_t LCW_bits[], uint8_t ir
//this PDU does not have an associated MFID, often seen on kiwi and matches its TSBK counterpart
//its possible some of the other ones here don't as well, need to re-check all of them
// else if (lc_format == 0x61)
// {
// fprintf (stderr, " Secondary Control Channel Broadcast");
// }
else if (lc_format == 0x61)
{
fprintf (stderr, " Secondary Control Channel Broadcast");
}
// else if (lc_format == 0x62)
// {
// fprintf (stderr, " Adjacent Site Status Broadcast");
// }
else if (lc_format == 0x62)
{
fprintf (stderr, " Adjacent Site Status Broadcast");
}
// else if (lc_format == 0x63)
// {
// fprintf (stderr, " RFSS Status Broadcast");
// }
else if (lc_format == 0x63)
{
fprintf (stderr, " RFSS Status Broadcast");
}
else if (lc_format == 0x64)
{