From 93c087892c5e9039ed1a7b07addc12c7f84e7c08 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 25 Jul 2012 12:03:52 +0200 Subject: tests: Use the right name for the struct (not that it matters) --- tests/paging/paging_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; } -- cgit v1.2.3