aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-05-18 00:03:08 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-05-23 13:32:02 +0200
commit59afaa9b8db6802a747bf5975cab0e4ffc7d9bd3 (patch)
treeb5a7d6f92f27f4e6a635999dad24881fbcff8048 /include/osmocom
parent8da223342682d1e2c8d794e932bec98a33b1f0cc (diff)
abis_rsl.h: drop unused rsl_chan_activate() declaration
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/abis_rsl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocom/bsc/abis_rsl.h b/include/osmocom/bsc/abis_rsl.h
index b30702fd0..fc212380b 100644
--- a/include/osmocom/bsc/abis_rsl.h
+++ b/include/osmocom/bsc/abis_rsl.h
@@ -41,12 +41,6 @@ struct gsm_bts_trx_ts;
int rsl_bcch_info(const struct gsm_bts_trx *trx, enum osmo_sysinfo_type si_type, const uint8_t *data, int len);
int rsl_sacch_filling(struct gsm_bts_trx *trx, uint8_t type,
const uint8_t *data, int len);
-int rsl_chan_activate(struct gsm_bts_trx *trx, uint8_t chan_nr,
- uint8_t act_type,
- struct rsl_ie_chan_mode *chan_mode,
- struct rsl_ie_chan_ident *chan_ident,
- uint8_t bs_power, uint8_t ms_power,
- uint8_t ta);
int rsl_chan_activate_lchan(struct gsm_lchan *lchan, uint8_t act_type,
uint8_t ho_ref);
int rsl_chan_mode_modify_req(struct gsm_lchan *ts);