From 1bcdd730b69d30a82930e9a473e74425a2cc065f Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 7 Nov 2018 12:22:23 +0100 Subject: constify rsl_tx_ipacc_*cx() parameters Change-Id: Ib34c8e3fb51d067581aefa1c80f8be1f6db9512e --- include/osmocom/bsc/abis_rsl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/osmocom/bsc') diff --git a/include/osmocom/bsc/abis_rsl.h b/include/osmocom/bsc/abis_rsl.h index ba446690b..5ada3fc07 100644 --- a/include/osmocom/bsc/abis_rsl.h +++ b/include/osmocom/bsc/abis_rsl.h @@ -61,8 +61,8 @@ int rsl_ericsson_imm_assign_cmd(struct gsm_bts *bts, uint32_t tlli, uint8_t len, int rsl_siemens_mrpci(struct gsm_lchan *lchan, struct rsl_mrpci *mrpci); /* ip.access specfic RSL extensions */ -int rsl_tx_ipacc_crcx(struct gsm_lchan *lchan); -int rsl_tx_ipacc_mdcx(struct gsm_lchan *lchan); +int rsl_tx_ipacc_crcx(const struct gsm_lchan *lchan); +int rsl_tx_ipacc_mdcx(const struct gsm_lchan *lchan); int rsl_ipacc_mdcx_to_rtpsock(struct gsm_lchan *lchan); int rsl_ipacc_pdch_activate(struct gsm_bts_trx_ts *ts, int act); -- cgit v1.2.3