aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler_trx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/scheduler_trx.c')
-rw-r--r--src/osmo-bts-trx/scheduler_trx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 9c87643a..a9bcbda3 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -1398,7 +1398,7 @@ static int trx_sched_fn(struct gsm_bts *bts, uint32_t fn)
} else
gain = 0;
if (nbits)
- trx_if_data(l1h, tn, fn, gain, bits, nbits);
+ trx_if_send_burst(l1h, tn, fn, gain, bits, nbits);
}
}