summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/layer1/tpu_window.h
blob: 01fab9100f5794323c9834bb7c998e33ec8c9e9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _L1_TPU_CTRL_H
#define _L1_TPU_CTRL_H

enum l1_rxwin_type {
	L1_RXWIN_PW,	/* power measurement */
	L1_RXWIN_FB,	/* FCCH burst detection */
	L1_RXWIN_SB,	/* SCH burst detection */
	L1_RXWIN_NB,	/* Normal burst decoding */
	_NUM_L1_RXWIN
};


void l1s_rx_win_ctrl(uint16_t arfcn, enum l1_rxwin_type wtype);

void tpu_end_scenario(void);

#endif /* _L1_TPU_CTRL_H */