aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/gsm0503_coding.c
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-05 01:12:21 -0400
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:31 +0200
commit17be7fa73bd3ea0e25bafbbd88b79f4f5a0762e9 (patch)
treee6910484f0f460ecd6fea03fb4cc6363c53e7b24 /src/osmo-bts-trx/gsm0503_coding.c
parent68e8b2b1d5ea6e6236c277641cf565e7f99d7527 (diff)
trx: Remove unused variables.
Diffstat (limited to 'src/osmo-bts-trx/gsm0503_coding.c')
-rw-r--r--src/osmo-bts-trx/gsm0503_coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/gsm0503_coding.c b/src/osmo-bts-trx/gsm0503_coding.c
index 468e5321..fea25f9c 100644
--- a/src/osmo-bts-trx/gsm0503_coding.c
+++ b/src/osmo-bts-trx/gsm0503_coding.c
@@ -910,7 +910,7 @@ int tch_afs_decode(uint8_t *tch_data, sbit_t *bursts, int codec_mode_req,
int *n_errors, int *n_bits_total)
{
sbit_t iB[912], cB[456], h;
- ubit_t test[456], d[244], p[6], conv[250];
+ ubit_t d[244], p[6], conv[250];
int i, j, k, best = 0, rv, len, steal = 0, id = 0;
*n_errors = 0; *n_bits_total = 0;
@@ -1260,7 +1260,7 @@ int tch_ahs_decode(uint8_t *tch_data, sbit_t *bursts, int odd,
uint8_t *cmr, int *n_errors, int *n_bits_total)
{
sbit_t iB[912], cB[456], h;
- ubit_t test[456], d[244], p[6], conv[135];
+ ubit_t d[244], p[6], conv[135];
int i, j, k, best = 0, rv, len, steal = 0, id = 0;
/* only unmap the stealing bits */