From 26417d45749ca95d987c83b4104923844f268af2 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 22 Oct 2021 01:28:46 +0300 Subject: rsl: rsl_tx_meas_res() does not change l3, make it const Change-Id: Ie60a34f90f7872464e503dc7b56935aee95f0f80 --- include/osmo-bts/rsl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmo-bts') diff --git a/include/osmo-bts/rsl.h b/include/osmo-bts/rsl.h index 9d5ec315..dcd476c5 100644 --- a/include/osmo-bts/rsl.h +++ b/include/osmo-bts/rsl.h @@ -32,6 +32,6 @@ void ipacc_dyn_pdch_complete(struct gsm_bts_trx_ts *ts, int rc); int rsl_tx_cbch_load_indication(struct gsm_bts *bts, bool ext_cbch, bool overflow, uint8_t amount); -int rsl_tx_meas_res(struct gsm_lchan *lchan, uint8_t *l3, int l3_len, int timing_offset); +int rsl_tx_meas_res(struct gsm_lchan *lchan, const uint8_t *l3, int l3_len, int timing_offset); #endif // _RSL_H */ -- cgit v1.2.3