From 0686ae612834c329546c2f65d04283685ec790ad Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 27 May 2021 18:26:29 +0200 Subject: [VAMOS] Implement the concept of 'shadow' timeslots Change-Id: I48b44b4df9ffb1cca105aebbd868c29b21f3b1d6 Depends: Ia0bd8695a3f12331b696fe69117189cdd48b584d Related: SYS#4895, OS#4941 --- include/osmo-bts/bts_trx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmo-bts/bts_trx.h') diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h index d4c3f390..f033573f 100644 --- a/include/osmo-bts/bts_trx.h +++ b/include/osmo-bts/bts_trx.h @@ -48,6 +48,7 @@ static inline struct gsm_bts_trx *gsm_bts_bb_trx_get_trx(struct gsm_bts_bb_trx * struct gsm_bts_trx *gsm_bts_trx_alloc(struct gsm_bts *bts); struct gsm_bts_trx *gsm_bts_trx_num(const struct gsm_bts *bts, int num); +void gsm_bts_trx_init_shadow_ts(struct gsm_bts_trx *trx); char *gsm_trx_name(const struct gsm_bts_trx *trx); const char *gsm_trx_unit_id(struct gsm_bts_trx *trx); -- cgit v1.2.3