summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fig/FIGCarousel.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp
index 5e1e82f..ec5855f 100644
--- a/src/fig/FIGCarousel.cpp
+++ b/src/fig/FIGCarousel.cpp
@@ -85,14 +85,13 @@ FIGCarousel::FIGCarousel(std::shared_ptr<dabEnsemble> ensemble) :
* and pushed for support for receivers that only could
* decode FIB0.
*
- * If repetition rate cannot be maintained with this allocation,
- * we should drop the requirement and allocate all FIGs except 0/0
- * to FIB_ANY
+ * In order to alleviate repetition rate issues,
+ * this requirement has been dropped.
*/
load_and_allocate(m_fig0_0, FIBAllocation::FIB0);
- load_and_allocate(m_fig0_1, FIBAllocation::FIB0);
- load_and_allocate(m_fig0_2, FIBAllocation::FIB0);
- load_and_allocate(m_fig0_3, FIBAllocation::FIB0);
+ load_and_allocate(m_fig0_1, FIBAllocation::FIB_ANY);
+ load_and_allocate(m_fig0_2, FIBAllocation::FIB_ANY);
+ load_and_allocate(m_fig0_3, FIBAllocation::FIB_ANY);
load_and_allocate(m_fig0_17, FIBAllocation::FIB_ANY);
load_and_allocate(m_fig0_8, FIBAllocation::FIB_ANY);