summaryrefslogtreecommitdiffstats
path: root/lib/edi/common.hpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-11-02 07:11:38 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-11-02 07:11:38 +0100
commit8b08667176e6fb8404aa6f722d9f2424d3d33225 (patch)
treec8dfe751a99210f1f2f6428bcf9144c62046b3d2 /lib/edi/common.hpp
parentcdeb33e3152caf5d73f6d75a16a26ecd2aec8260 (diff)
downloaddabmux-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.hpp1
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;