From c21be14dd5cb7b8aa338c3eecd87fc996e1f5430 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 31 Jan 2016 20:49:05 +0100 Subject: Remove requirement that MCI be only in FIB0 --- src/fig/FIGCarousel.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/fig/FIGCarousel.cpp') 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 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); -- cgit v1.2.3