view autocal/txcalchan.h @ 131:8e26cb57c7f8

doc/Test-system-interface: additions for Tx ramp testing
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 20 Dec 2021 03:29:23 +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;
};