aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-22 01:28:46 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-22 01:32:27 +0300
commit26417d45749ca95d987c83b4104923844f268af2 (patch)
treebf0b8eff66b506d8bea5799c6154e91aed2225fa /include
parentae606d69a46a59cab1415502ffee24020bce515b (diff)
rsl: rsl_tx_meas_res() does not change l3, make it const
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/rsl.h2
1 files changed, 1 insertions, 1 deletions
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 */