view autocal/txcalchan.h @ 109:5a7c174acd32

txlevels: rf3166-ideal and rf3166-fcdev3b profiles
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 01:11:41 +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;
};