From a0403d3769d3027639e35874c09808ce5c0ba860 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 15 Jan 2020 11:01:24 +0100 Subject: ta_control: move timing advance code from osmo-bts-trx to common The timing advance controller that is implemented in loops.c of osmo-bts-trx only works for osmo-bts-trx and not for any of the phy based bts. Lets move the timing advance controller into the common part and make it available for every bts. Also lets add a unit-test. Change-Id: If7ddf74db3abc9b9872abe620a0aeebe3327e70a Related: SYS#4567 --- src/osmo-bts-trx/loops.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/osmo-bts-trx/loops.h') diff --git a/src/osmo-bts-trx/loops.h b/src/osmo-bts-trx/loops.h index bc87860f..13849603 100644 --- a/src/osmo-bts-trx/loops.h +++ b/src/osmo-bts-trx/loops.h @@ -11,9 +11,6 @@ * loops api */ -void trx_loop_sacch_input(struct l1sched_trx *l1t, uint8_t chan_nr, - struct l1sched_chan_state *chan_state, int16_t toa); - void trx_loop_amr_input(struct l1sched_trx *l1t, uint8_t chan_nr, struct l1sched_chan_state *chan_state, int n_errors, int n_bits_total); -- cgit v1.2.3