21#ifndef INCLUDED_LTE_CRC_CHECK_VBVB_IMPL_H
22#define INCLUDED_LTE_CRC_CHECK_VBVB_IMPL_H
25#include <boost/crc.hpp>
35 const int d_final_xor;
37 boost::crc_optimal<16, 0x1021, 0x0000, 0x0000, false, false> lte_crc_16;
39 unsigned char pack_byte(
const char* unc);
46 int work(
int noutput_items,
47 gr_vector_const_void_star &input_items,
48 gr_vector_void_star &output_items);
Definition: crc_check_vbvb_impl.h:31
crc_check_vbvb_impl(std::string &name, int data_len, int final_xor)
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Calculate CRC and check if it is equal to received CRC.
Definition: crc_check_vbvb.h:37
Definition: bch_crc_check_ant_chooser_bb.h:28