Changed differentiation between dummy and normal bursts to a metod based on correlation of training sequences
diff --git a/lib/receiver_impl.h b/lib/receiver_impl.h
index 17dec98..6fb1778 100644
--- a/lib/receiver_impl.h
+++ b/lib/receiver_impl.h
@@ -184,7 +184,7 @@
          * @param bcc base station color code - number of a training sequence
          * @return first sample number of normal burst
          */
-        int get_norm_chan_imp_resp(const gr_complex * input, gr_complex * chan_imp_resp, int bcc);
+        int get_norm_chan_imp_resp(const gr_complex *input, gr_complex * chan_imp_resp, float *corr_max, int bcc);
 
         /**
          *