GNU Radio's GSM Package
fire_crc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FC_CTX
 

Functions

int FC_init (FC_CTX *ctx, unsigned int crc_size, unsigned int data_size)
 
int FC_check_crc (FC_CTX *ctx, unsigned char *input_bits, unsigned char *control_data)
 

Function Documentation

int FC_check_crc ( FC_CTX ctx,
unsigned char *  input_bits,
unsigned char *  control_data 
)
int FC_init ( FC_CTX ctx,
unsigned int  crc_size,
unsigned int  data_size 
)