diff options
author | Mathias Kuntze <mathias.kuntze@magna.com> | 2020-03-06 10:23:58 +0100 |
---|---|---|
committer | Mathias Kuntze <mathias.kuntze@magna.com> | 2020-03-06 10:23:58 +0100 |
commit | 4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1 (patch) | |
tree | 2c47ac1a80f656d1d213c6def4e8db4c949bbf84 /src/fig/FIGCarousel.cpp | |
parent | 9e1a5e0d5a6421628863c049619e12800670e79a (diff) | |
download | dabmux-4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1.tar.gz dabmux-4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1.tar.bz2 dabmux-4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1.zip |
add FIG 0/7
Diffstat (limited to 'src/fig/FIGCarousel.cpp')
-rw-r--r-- | src/fig/FIGCarousel.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp index 8ea183c..bb5e79b 100644 --- a/src/fig/FIGCarousel.cpp +++ b/src/fig/FIGCarousel.cpp @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2017 + Copyright (C) 2020 Matthias P. Braendli, matthias.braendli@mpb.li Implementation of the FIG carousel to schedule the FIGs into the @@ -82,6 +82,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr<dabEnsemble> ensemble) : m_fig0_3(&m_rti), m_fig0_5(&m_rti), m_fig0_6(&m_rti), + m_fig0_7(&m_rti), m_fig0_17(&m_rti), m_fig0_8(&m_rti), m_fig1_0(&m_rti), @@ -114,6 +115,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr<dabEnsemble> ensemble) : * FIG 0/7 have a defined location in the FIC. */ load_and_allocate(m_fig0_0, FIBAllocation::FIB0); + load_and_allocate(m_fig0_7, 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); |