mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-08 09:54:09 +02:00
PHY: don't print the full raw burst bits for each burst by default
This commit is contained in:
parent
44cd972b05
commit
2e56b6eed0
1 changed files with 3 additions and 1 deletions
|
@ -111,7 +111,9 @@ int tetra_burst_sync_in(struct tetra_rx_state *trs, uint8_t *bits, unsigned int
|
||||||
} else {
|
} else {
|
||||||
/* we have successfully received (at least) one frame */
|
/* we have successfully received (at least) one frame */
|
||||||
tetra_tdma_time_add_tn(&t_phy_state.time, 1);
|
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,
|
rc = tetra_find_train_seq(trs->bitbuf, trs->bits_in_buf,
|
||||||
(1 << TETRA_TRAIN_NORM_1)|
|
(1 << TETRA_TRAIN_NORM_1)|
|
||||||
(1 << TETRA_TRAIN_NORM_2)|
|
(1 << TETRA_TRAIN_NORM_2)|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue