ipaccess: Use the right trx when performing the test

This commit is contained in:
Holger Hans Peter Freyther 2010-05-12 23:02:23 +08:00
parent 505f20d7c4
commit 9958f477b4
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ int nm_state_event(enum nm_evt evt, u_int8_t obj_class, void *obj,
if (net_listen_testnr) {
u_int8_t phys_config[] = { 0x02, 0x0a, 0x00, 0x01, 0x02 };
abis_nm_perform_test(trx->bts, 2, 0, 0, 0xff,
abis_nm_perform_test(trx->bts, 2, 0, trx->nr, 0xff,
net_listen_testnr, 1,
phys_config, sizeof(phys_config));
} else if (software) {