aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/amr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/amr.h')
-rw-r--r--include/osmo-bts/amr.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/osmo-bts/amr.h b/include/osmo-bts/amr.h
new file mode 100644
index 00000000..059f2e03
--- /dev/null
+++ b/include/osmo-bts/amr.h
@@ -0,0 +1,14 @@
+#ifndef _OSMO_BTS_AMR_H
+#define _OSMO_BTS_AMR_H
+
+#include <osmo-bts/gsm_data.h>
+
+void amr_log_mr_conf(int ss, int logl, const char *pfx,
+ struct amr_multirate_conf *amr_mrc);
+
+int amr_parse_mr_conf(struct amr_multirate_conf *amr_mrc,
+ const uint8_t *mr_conf, unsigned int len);
+
+unsigned int amr_get_initial_mode(struct gsm_lchan *lchan);
+
+#endif /* _OSMO_BTS_AMR_H */