aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/loops.h
blob: 4aa05c4c4aef4839c679d696de0f3f04ee187e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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_chan_state *chan_state,
			int n_errors, int n_bits_total);

void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop);

#endif /* _TRX_LOOPS_H */