osmo-bts/src/osmo-bts-trx/loops.h

21 lines
369 B
C
Raw Normal View History

#ifndef _TRX_LOOPS_H
#define _TRX_LOOPS_H
#include <osmo-bts/scheduler.h>
/*
* calibration of loops
*/
/*
* loops api
*/
void trx_loop_amr_input(struct l1sched_trx *l1t, uint8_t chan_nr,
struct l1sched_chan_state *chan_state,
int n_errors, int n_bits_total);
2013-03-26 08:05:14 +00:00
void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop);
2013-03-26 08:05:14 +00:00
#endif /* _TRX_LOOPS_H */