From b6d657f3cdb1636632254cd567be12e46881edb6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 30 Jan 2019 10:44:16 +0100 Subject: Fix FIG2 data service and component labels --- src/fig/FIGCarousel.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/fig/FIGCarousel.cpp') diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp index c0cebf7..8ea183c 100644 --- a/src/fig/FIGCarousel.cpp +++ b/src/fig/FIGCarousel.cpp @@ -96,7 +96,8 @@ FIGCarousel::FIGCarousel(std::shared_ptr ensemble) : m_fig0_21(&m_rti), m_fig0_24(&m_rti), m_fig2_0(&m_rti), - m_fig2_1(&m_rti), + m_fig2_1(&m_rti, true), + m_fig2_5(&m_rti, false), m_fig2_4(&m_rti) { /* Complete MCI except FIG0/8 should be in FIB0. @@ -136,6 +137,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr ensemble) : load_and_allocate(m_fig2_0, FIBAllocation::FIB_ANY); load_and_allocate(m_fig2_1, FIBAllocation::FIB_ANY); + load_and_allocate(m_fig2_5, FIBAllocation::FIB_ANY); load_and_allocate(m_fig2_4, FIBAllocation::FIB_ANY); } -- cgit v1.2.3