mirror of https://github.com/lwvmobile/dsd-fme.git
Fix Several P25p1 LCW regardless of MFID presence;
This commit is contained in:
parent
e13bd4f323
commit
d904289060
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue