aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-07-25 12:03:52 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-07-25 12:03:52 +0200
commit93c087892c5e9039ed1a7b07addc12c7f84e7c08 (patch)
tree92d12ad5855f36953d0dea2382ff1a05c9f21ed3 /tests
parent7c2427c020949c778f4a59443c16fae7b9e2d98e (diff)
tests: Use the right name for the struct (not that it matters)
Diffstat (limited to 'tests')
-rw-r--r--tests/paging/paging_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/paging/paging_test.c b/tests/paging/paging_test.c
index a7389659..1468735b 100644
--- a/tests/paging/paging_test.c
+++ b/tests/paging/paging_test.c
@@ -161,5 +161,5 @@ int l1if_pdch_req(struct gsm_bts_trx_ts *ts, int is_ptcch, uint32_t fn,
uint16_t arfcn, uint8_t block_nr, uint8_t *data, uint8_t len)
{ return 0; }
-uint32_t trx_get_hlayer1(struct gsm_bts_tx *trx)
+uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
{ return 0; }