aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/amr_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/amr_loop.h')
-rw-r--r--src/osmo-bts-trx/amr_loop.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/amr_loop.h b/src/osmo-bts-trx/amr_loop.h
new file mode 100644
index 00000000..efff76cf
--- /dev/null
+++ b/src/osmo-bts-trx/amr_loop.h
@@ -0,0 +1,16 @@
+#pragma once
+
+#include <osmo-bts/scheduler.h>
+
+/*
+ * calibration of loops
+ */
+
+/*
+ * loops api
+ */
+
+void trx_loop_amr_input(struct l1sched_chan_state *chan_state,
+ const struct l1sched_meas_set *meas_set);
+
+void trx_loop_amr_set(struct l1sched_chan_state *chan_state, int loop);