From e79769b926265c4f7f68824a71e4b849d67551e2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 7 Feb 2009 00:48:17 +0000 Subject: make sure certain functions are per TRX, not per BTS, such as * rsl_chan_activate() * rsl_bcch_info() * rsl_sacch_filling() --- include/openbsc/abis_rsl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/openbsc/abis_rsl.h') diff --git a/include/openbsc/abis_rsl.h b/include/openbsc/abis_rsl.h index 196867157..d5bc663d2 100644 --- a/include/openbsc/abis_rsl.h +++ b/include/openbsc/abis_rsl.h @@ -351,11 +351,11 @@ struct rsl_ie_chan_ident { #include "msgb.h" -int rsl_bcch_info(struct gsm_bts *bts, u_int8_t type, +int rsl_bcch_info(struct gsm_bts_trx *trx, u_int8_t type, const u_int8_t *data, int len); -int rsl_sacch_filling(struct gsm_bts *bts, u_int8_t type, +int rsl_sacch_filling(struct gsm_bts_trx *trx, u_int8_t type, const u_int8_t *data, int len); -int rsl_chan_activate(struct gsm_bts *bts, u_int8_t chan_nr, +int rsl_chan_activate(struct gsm_bts_trx *trx, u_int8_t chan_nr, u_int8_t act_type, struct rsl_ie_chan_mode *chan_mode, struct rsl_ie_chan_ident *chan_ident, -- cgit v1.2.3