diff options
Diffstat (limited to 'lib/edioutput/PFT.cpp')
| -rw-r--r-- | lib/edioutput/PFT.cpp | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/lib/edioutput/PFT.cpp b/lib/edioutput/PFT.cpp index b2f07e0..7e0e8e9 100644 --- a/lib/edioutput/PFT.cpp +++ b/lib/edioutput/PFT.cpp @@ -1,5 +1,5 @@  /* -   Copyright (C) 2019 +   Copyright (C) 2021     Matthias P. Braendli, matthias.braendli@mpb.li      http://www.opendigitalradio.org @@ -30,7 +30,6 @@     along with this program.  If not, see <http://www.gnu.org/licenses/>.   */ -#include "config.h"  #include <vector>  #include <list>  #include <cstdio> @@ -320,5 +319,10 @@ std::vector< PFTFragment > PFT::Assemble(AFPacket af_packet)      return pft_fragments;  } +void PFT::OverridePSeq(uint16_t pseq) +{ +    m_pseq = pseq; +} +  } | 
