GNU Radio's DAB Package
FIC.h
Go to the documentation of this file.
1 #ifndef _FIC_H
2 #define _FIC_H
3 
4 #define FIB_LENGTH 32
5 #define FIB_CRC_LENGTH 2
6 #define FIB_CRC_POLY 0x1021
7 #define FIB_CRC_INITSTATE 0xffff
8 #define FIB_ENDMARKER 0xff
9 
10 #define FIB_FIG_TYPE_MCI 0
11 #define FIB_FIG_TYPE_LABEL1 1
12 #define FIB_FIG_TYPE_LABEL2 2
13 #define FIB_FIG_TYPE_FIDC 5
14 #define FIB_FIG_TYPE_CA 6
15 
16 #define FIB_FIDC_EXTENSION_PAGING 0
17 #define FIB_FIDC_EXTENSION_TMC 1
18 #define FIB_FIDC_EXTENSION_EWS 2
19 
20 #endif /* _FIC_H */