From 844532b93021ecc9f0f5dabbc00f8965f088c54b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 28 Oct 2020 11:24:39 +0100 Subject: common ea3156f: EDI input: Do not print sequence error on first packet --- lib/edi/common.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/edi/common.hpp') diff --git a/lib/edi/common.hpp b/lib/edi/common.hpp index ff5bab1..c8c4bb3 100644 --- a/lib/edi/common.hpp +++ b/lib/edi/common.hpp @@ -107,6 +107,7 @@ class TagDispatcher { bool decode_tagpacket(const std::vector &payload); PFT::PFT m_pft; + bool m_last_seq_valid = false; uint16_t m_last_seq = 0; std::vector m_input_data; std::map m_handlers; -- cgit v1.2.3