view autocal/txcalchan.h @ 101:b0618796d28d

fc-rfcal-txband: added safety checks for NaN power measurements and out-of-tolerance final Tx power levels
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 11 Aug 2017 03:20:43 +0000
parents 2db97ef5e169
children
line wrap: on
line source

/* definitions of the L1 Tx calchan structure and sizes */

#define	TX_CALCHAN_ENTRIES	8
#define	TX_CALCHAN_TABLES	4

struct tx_calchan_entry {
	uint16_t arfcn_limit;
	uint16_t chan_cal;
};