From 588baff6b3d3ab31077f3be25c3e21d4584080ae Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 19 Jan 2019 16:44:21 +0700 Subject: receiver: clarify receiver_impl.configure_receiver() Change-Id: I98192f51c19162d6013607eb702314601fabf2c5 --- lib/receiver/receiver_impl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/receiver/receiver_impl.h b/lib/receiver/receiver_impl.h index b880837..a7d7bc2 100644 --- a/lib/receiver/receiver_impl.h +++ b/lib/receiver/receiver_impl.h @@ -202,7 +202,9 @@ namespace gr { void send_burst(burst_counter burst_nr, const unsigned char * burst_binary, uint8_t burst_type, size_t input_nr, unsigned int burst_start=-1); /** - * Configures burst types in different channels + * Initializes default burst detection config for all timeslots: + * TS0 (MF51): FB + SB + NB / DB + * TS1-7 (MF51): NB / DB */ void configure_receiver(); -- cgit v1.2.3