Fix P25p1 ADJSS BCST LCW;

This commit is contained in:
lwvmobile 2024-12-13 12:35:54 -05:00
parent 2ceeeb82af
commit 5e516ed6d1
1 changed files with 8 additions and 4 deletions

View File

@ -220,10 +220,10 @@ void p25_lcw (dsd_opts * opts, dsd_state * state, uint8_t LCW_bits[], uint8_t ir
// fprintf (stderr, " Secondary Control Channel Broadcast"); // fprintf (stderr, " Secondary Control Channel Broadcast");
// } // }
else if (lc_format == 0x62) // else if (lc_format == 0x62)
{ // {
fprintf (stderr, " Adjacent Site Status Broadcast"); // fprintf (stderr, " Adjacent Site Status Broadcast");
} // }
// else if (lc_format == 0x63) // else if (lc_format == 0x63)
// { // {
@ -403,6 +403,10 @@ void p25_lcw (dsd_opts * opts, dsd_state * state, uint8_t LCW_bits[], uint8_t ir
//This lc_format doesn't use the MFID field //This lc_format doesn't use the MFID field
else if (lc_format == 0x61) else if (lc_format == 0x61)
fprintf (stderr, " Secondary Control Channel Broadcast"); fprintf (stderr, " Secondary Control Channel Broadcast");
//This lc_format doesn't use the MFID field
else if (lc_format == 0x62)
fprintf (stderr, " Adjacent Site Status Broadcast");
//This lc_format doesn't use the MFID field //This lc_format doesn't use the MFID field
else if (lc_format == 0x63) else if (lc_format == 0x63)