aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-04-17 23:36:27 +0200
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-04-17 23:36:27 +0200
commit5462401fdf2abc6fe873a14a3a78d14139058bbc (patch)
tree8150fabfa292bf3b341fe0b4d2ac3a616b5d2ff4 /lib
parent9049a859880673f112148a0d90ac7230d2a99150 (diff)
Added missing line changing state when too many SCH errors occur
Diffstat (limited to 'lib')
-rw-r--r--lib/receiver_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/receiver_impl.cc b/lib/receiver_impl.cc
index d56d1f3..a9de0ff 100644
--- a/lib/receiver_impl.cc
+++ b/lib/receiver_impl.cc
@@ -254,6 +254,7 @@ receiver_impl::general_work(int noutput_items,
d_failed_sch++;
if (d_failed_sch >= MAX_SCH_ERRORS)
{
+ d_state = next_fcch_search;
d_freq_offset_vals.clear();
d_freq_offset=0;
//set_frequency(0);