aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/loops.h
blob: 5449e41b6e529cc95fbe560377385a12bca5ec5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _TRX_LOOPS_H
#define _TRX_LOOPS_H

extern int trx_ms_power_loop;
extern int8_t trx_target_rssi;
extern int trx_ta_loop;

int trx_loop_input(struct trx_l1h *l1h, uint8_t chan_nr,
	struct trx_chan_state *chan_state, int8_t rssi, float toa);

int trx_loop_sacch_clock(struct trx_l1h *l1h, uint8_t chan_nr,
        struct trx_chan_state *chan_state);

#endif /* _TRX_LOOPS_H */