diff autocal/txcalchan.h @ 72:2db97ef5e169

autocal: started defining structures for fc-rfcal-txband
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jul 2017 17:58:14 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/autocal/txcalchan.h	Sat Jul 15 17:58:14 2017 +0000
@@ -0,0 +1,9 @@
+/* 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;
+};