aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-11-07 12:22:23 +0100
committerMax <msuraev@sysmocom.de>2018-11-07 12:22:23 +0100
commit1bcdd730b69d30a82930e9a473e74425a2cc065f (patch)
tree9ae7a51bc1abfb2176260fa3ee5938bdbce96118 /include
parent5695f4b0718ea1ba0f6922826bb97f030506fd58 (diff)
constify rsl_tx_ipacc_*cx() parameters
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/abis_rsl.h4
1 files changed, 2 insertions, 2 deletions
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);