22#ifndef INCLUDED_LTE_CRC_CHECK_VBVB_H
23#define INCLUDED_LTE_CRC_CHECK_VBVB_H
26#include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<crc_check_vbvb>
sptr;
49 static sptr make(
int data_len,
int final_xor, std::string name =
"crc_check_vbvb");
#define LTE_API
Definition api.h:30
Calculate CRC and check if it is equal to received CRC.
Definition crc_check_vbvb.h:37
boost::shared_ptr< crc_check_vbvb > sptr
Definition crc_check_vbvb.h:39
static sptr make(int data_len, int final_xor, std::string name="crc_check_vbvb")
Return a shared_ptr to a new instance of lte::crc_check_vbvb.
Definition bch_crc_check_ant_chooser_bb.h:28