aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/amr.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-21 13:14:27 +0200
committerMax <msuraev@sysmocom.de>2016-06-21 17:24:50 +0200
commitdd084e6e57ee31ae260e8fc16d33e55cff0feeec (patch)
tree68def22fd8437ac0f8d677493be38724bdd23bd8 /src/osmo-bts-trx/amr.h
parent61372a20de695a151611753689ee9a3018b101f6 (diff)
Use libosmocodec functions for AMR
Switch to using libosmocodec functions as a preparation step for DTX support as they expose necessary bits. Change-Id: Ie7423032fd06779d78876182ee63538d98906328 Related: OS#1750
Diffstat (limited to 'src/osmo-bts-trx/amr.h')
-rw-r--r--src/osmo-bts-trx/amr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/osmo-bts-trx/amr.h b/src/osmo-bts-trx/amr.h
deleted file mode 100644
index 17eb5f04..00000000
--- a/src/osmo-bts-trx/amr.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _TRX_AMR_H
-#define _TRX_AMR_H
-
-int amr_decompose_payload(uint8_t *payload, int payload_len, uint8_t *_cmr,
- uint8_t *_ft, uint8_t *_bfi);
-int amr_compose_payload(uint8_t *payload, uint8_t cmr, uint8_t ft, uint8_t bfi);
-
-#endif /* _TRX_AMR_H */