From f62a64e440a1cb8a654e3f49b8f4202022e0348a Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 26 Mar 2013 09:19:53 +0100 Subject: TRX: Add AMR Payload handling --- src/osmo-bts-trx/amr.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/osmo-bts-trx/amr.h (limited to 'src/osmo-bts-trx/amr.h') diff --git a/src/osmo-bts-trx/amr.h b/src/osmo-bts-trx/amr.h new file mode 100644 index 00000000..17eb5f04 --- /dev/null +++ b/src/osmo-bts-trx/amr.h @@ -0,0 +1,8 @@ +#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 */ -- cgit v1.2.3