aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/receiver_impl.h
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-11-11 11:12:02 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2017-11-11 11:12:02 +0100
commitbfb47dca693c10a223dd3465449e00648b1b245f (patch)
tree21ca4654a46bdff5a9c9afb6d86134e4287a4bca /lib/receiver/receiver_impl.h
parentd8617a9064c7a5eed58501607f1d20cefaf074e2 (diff)
Fix: don't send SCH burst to the output if it wasn't correctly decoded
This had very bad effect of incorrect fn_time values coming into txtime_setter block. They, subsequently, might have caused busts with tx_time values in distant future. The result on uhd sink is deadlock.
Diffstat (limited to 'lib/receiver/receiver_impl.h')
-rw-r--r--lib/receiver/receiver_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/receiver/receiver_impl.h b/lib/receiver/receiver_impl.h
index c216d90..9f69880 100644
--- a/lib/receiver/receiver_impl.h
+++ b/lib/receiver/receiver_impl.h
@@ -38,7 +38,7 @@ namespace gr {
unsigned int d_samples_consumed;
bool d_rx_time_received;
time_sample_ref d_time_samp_ref;
- unsigned int d_c0_burst_start;
+ int d_c0_burst_start;
float d_c0_signal_dbm;
/**@name Configuration of the receiver */