commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: fec: no need for this forecasting.


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: fec: no need for this forecasting.
Date: Mon, 5 Jan 2015 17:45:15 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit 88631c6dc15eda8ce9429d2ab241e9f9dc5403fe
Author: Tom Rondeau <address@hidden>
Date:   Mon Jan 5 12:07:32 2015 -0500

    fec: no need for this forecasting.
    
    Addresses issue #754 as it caused non-deterministic issues with limited 
input.
---
 gr-fec/lib/ber_bf_impl.cc | 8 --------
 gr-fec/lib/ber_bf_impl.h  | 3 ---
 2 files changed, 11 deletions(-)

diff --git a/gr-fec/lib/ber_bf_impl.cc b/gr-fec/lib/ber_bf_impl.cc
index a7c3870..ebc19bc 100644
--- a/gr-fec/lib/ber_bf_impl.cc
+++ b/gr-fec/lib/ber_bf_impl.cc
@@ -52,14 +52,6 @@ namespace gr {
     {
     }
 
-    void
-    ber_bf_impl::forecast(int noutput_items,
-                          gr_vector_int& ninput_items_required)
-    {
-      ninput_items_required[0] = 1<<10 * noutput_items;
-      ninput_items_required[1] = 1<<10 * noutput_items;
-    }
-
     int
     ber_bf_impl::general_work(int noutput_items,
                               gr_vector_int& ninput_items,
diff --git a/gr-fec/lib/ber_bf_impl.h b/gr-fec/lib/ber_bf_impl.h
index c7faf12..f1a7bfc 100644
--- a/gr-fec/lib/ber_bf_impl.h
+++ b/gr-fec/lib/ber_bf_impl.h
@@ -45,9 +45,6 @@ namespace gr {
                        gr_vector_int& ninput_items,
                        gr_vector_const_void_star &input_items,
                        gr_vector_void_star &output_items);
-
-      void forecast(int noutput_items,
-                    gr_vector_int& ninput_items_required);
     };
 
   } /* namespace fec */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]