summaryrefslogtreecommitdiffstats
path: root/src/codec/ecu_fr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/ecu_fr.c')
-rw-r--r--src/codec/ecu_fr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/ecu_fr.c b/src/codec/ecu_fr.c
index 20a0f89e..ef42ea9f 100644
--- a/src/codec/ecu_fr.c
+++ b/src/codec/ecu_fr.c
@@ -130,7 +130,7 @@ leave:
* \param[in] state The state object for the ECU
* \param[out] frame The valid frame (GSM_FR_BYTES bytes in RTP payload format)
*/
-void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, uint8_t *frame)
+void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame)
{
state->subsequent_lost_frame = false;
memcpy(state->frame_backup, frame, GSM_FR_BYTES);