Fixed bug in tch_f_demappers check for consecutive bursts
diff --git a/lib/demapping/tch_f_chans_demapper_impl.cc b/lib/demapping/tch_f_chans_demapper_impl.cc
index 030a3f3..725b0ec 100644
--- a/lib/demapping/tch_f_chans_demapper_impl.cc
+++ b/lib/demapping/tch_f_chans_demapper_impl.cc
@@ -183,7 +183,7 @@
 
                     for(int jj=1; jj<8; jj++)
                     {
-                        if((d_frame_numbers[tch_burst_nr][jj] - d_frame_numbers[tch_burst_nr][jj-1]) != 1)
+                        if (((d_frame_numbers[tch_burst_nr][jj] - d_frame_numbers[tch_burst_nr][jj-1]) != 1) && frames_are_consecutive)
                         {
                             frames_are_consecutive = false;
                             // burst 3 has 1 sacch burst in between