aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-09-28 11:32:00 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-09-28 11:32:00 +0200
commit50e6f066585fefa0b55d978aa7fa5af19889f05b (patch)
treebbdae02a57e91416607763018c8a161e5747c97e /include
parentca5ce0d84966c998e353b606a7054f8bc8366cae (diff)
gsm: Mark gsm0858_rsl_ul_meas_enc() pointer param const
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/meas_rep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/meas_rep.h b/include/osmocom/gsm/meas_rep.h
index 79f9f06b..ba2accdb 100644
--- a/include/osmocom/gsm/meas_rep.h
+++ b/include/osmocom/gsm/meas_rep.h
@@ -28,5 +28,5 @@ enum meas_rep_field {
MEAS_REP_UL_RXQUAL_SUB,
};
-size_t gsm0858_rsl_ul_meas_enc(struct gsm_meas_rep_unidir *mru, bool dtxd_used,
+size_t gsm0858_rsl_ul_meas_enc(const struct gsm_meas_rep_unidir *mru, bool dtxd_used,
uint8_t *buf);