diff --git a/src/p25_lcw.c b/src/p25_lcw.c index bf98e03..e61ca8b 100644 --- a/src/p25_lcw.c +++ b/src/p25_lcw.c @@ -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) {