From f4e6037864f353a0deb3b40a4533cffa70bc201f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 19 May 2021 14:48:55 +0200 Subject: Common 44ae39c: Make SEQ and PSEQ available on EDI receive and improve error handling --- lib/edioutput/PFT.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/edioutput/PFT.cpp') 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 . */ -#include "config.h" #include #include #include @@ -320,5 +319,10 @@ std::vector< PFTFragment > PFT::Assemble(AFPacket af_packet) return pft_fragments; } +void PFT::OverridePSeq(uint16_t pseq) +{ + m_pseq = pseq; +} + } -- cgit v1.2.3