PHY: don't print the full raw burst bits for each burst by default

This commit is contained in:
Harald Welte 2011-04-24 09:14:35 +02:00
parent 44cd972b05
commit 2e56b6eed0
1 changed files with 3 additions and 1 deletions

View File

@ -111,7 +111,9 @@ int tetra_burst_sync_in(struct tetra_rx_state *trs, uint8_t *bits, unsigned int
} else {
/* we have successfully received (at least) one frame */
tetra_tdma_time_add_tn(&t_phy_state.time, 1);
printf("\nBURST: %s\n", ubit_dump(trs->bitbuf, TETRA_BITS_PER_TS));
printf("\nBURST");
DEBUGP(": %s", ubit_dump(trs->bitbuf, TETRA_BITS_PER_TS));
printf("\n");
rc = tetra_find_train_seq(trs->bitbuf, trs->bits_in_buf,
(1 << TETRA_TRAIN_NORM_1)|
(1 << TETRA_TRAIN_NORM_2)|