aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/scheduler_trx.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-06-24 18:02:42 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-01 07:38:01 +0000
commitcdf20fec7c4729e81b1c6c78147dc8aaa74682e3 (patch)
tree51353897eeedf5d565bb189874e817fe6b4b2fb9 /src/osmo-bts-trx/scheduler_trx.c
parentbb719478293f1961257085bd6a06b4a3d44d3e06 (diff)
TRX: Rename trx_if_data() -> trx_if_send_burst()
The new name makes it clear what the function actually does: Send burst data via the trx interface. Change-Id: I5031541d4ae4244a62a18acf71139db2874927fa
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);
}
}