diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-02 07:11:38 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-02 07:11:38 +0100 |
commit | 8b08667176e6fb8404aa6f722d9f2424d3d33225 (patch) | |
tree | c8dfe751a99210f1f2f6428bcf9144c62046b3d2 /lib/edi/common.hpp | |
parent | cdeb33e3152caf5d73f6d75a16a26ecd2aec8260 (diff) | |
download | dabmux-8b08667176e6fb8404aa6f722d9f2424d3d33225.tar.gz dabmux-8b08667176e6fb8404aa6f722d9f2424d3d33225.tar.bz2 dabmux-8b08667176e6fb8404aa6f722d9f2424d3d33225.zip |
Common ea3156f: EDI input: Do not print sequence error on first packet
Diffstat (limited to 'lib/edi/common.hpp')
-rw-r--r-- | lib/edi/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<uint8_t> &payload); PFT::PFT m_pft; + bool m_last_seq_valid = false; uint16_t m_last_seq = 0; std::vector<uint8_t> m_input_data; std::map<std::string, tag_handler> m_handlers; |