diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-26 22:20:35 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-26 22:20:35 +0100 |
commit | 37f5c2d4654580aa9d1195490d4a911b9b079acb (patch) | |
tree | 8cd76a87fe430eb0959f759ff7894c6667aa4016 /lib/edi/ETIDecoder.hpp | |
parent | fd6d695275f88e83ebba6fa39afc044e329a690f (diff) | |
download | dabmod-37f5c2d4654580aa9d1195490d4a911b9b079acb.tar.gz dabmod-37f5c2d4654580aa9d1195490d4a911b9b079acb.tar.bz2 dabmod-37f5c2d4654580aa9d1195490d4a911b9b079acb.zip |
EDI: Handle RFU bits and add some sanity checks
Diffstat (limited to 'lib/edi/ETIDecoder.hpp')
-rw-r--r-- | lib/edi/ETIDecoder.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/edi/ETIDecoder.hpp b/lib/edi/ETIDecoder.hpp index e0c7218..cec284f 100644 --- a/lib/edi/ETIDecoder.hpp +++ b/lib/edi/ETIDecoder.hpp @@ -68,6 +68,8 @@ class ETIDecoder { PFT::PFT m_pft; + uint16_t m_last_seq; + std::vector<uint8_t> m_input_data; }; |