aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/loops.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-03-26 09:05:14 +0100
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:27 +0200
commita7f5e077121f857e373b6e68c5fdf803933a12dc (patch)
tree57c91123c5757ef1a84e3f9bc7aeaa4ea9f3e18b /src/osmo-bts-trx/loops.h
parent5e2341411f25f4faa66ff9b4506e77d897b97daf (diff)
TRX: Support for AMR full speech
Diffstat (limited to 'src/osmo-bts-trx/loops.h')
-rw-r--r--src/osmo-bts-trx/loops.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/loops.h b/src/osmo-bts-trx/loops.h
index 8b1d973d..27b0ef23 100644
--- a/src/osmo-bts-trx/loops.h
+++ b/src/osmo-bts-trx/loops.h
@@ -23,4 +23,9 @@ int trx_loop_sacch_input(struct trx_l1h *l1h, uint8_t chan_nr,
int trx_loop_sacch_clock(struct trx_l1h *l1h, uint8_t chan_nr,
struct trx_chan_state *chan_state);
+int trx_loop_amr_input(struct trx_l1h *l1h, uint8_t chan_nr,
+ struct trx_chan_state *chan_state, float ber);
+
+int trx_loop_amr_set(struct trx_chan_state *chan_state, int loop);
+
#endif /* _TRX_LOOPS_H */