aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-11-07 14:26:48 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-11-07 14:26:48 +0100
commit26608120842761bfae612eed1b5cf3c881855fc7 (patch)
treedcdd6acd535f70ba4e36dc150fe3750e464dfbf9 /include
parent5cdcf8a83789fa58a27114e84d4749bd36876f7a (diff)
audio: Make bts_model_rtp_rx_cb compatible with the prototype
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/bts_model.h b/include/osmo-bts/bts_model.h
index 79eed89c..7ccec4cb 100644
--- a/include/osmo-bts/bts_model.h
+++ b/include/osmo-bts/bts_model.h
@@ -34,7 +34,7 @@ int bts_model_rsl_mode_modify(struct gsm_lchan *lchan);
int bts_model_trx_deact_rf(struct gsm_bts_trx *trx);
-void bts_model_rtp_rx_cb(struct osmo_rtp_socket *rs, uint8_t *rtp_pl,
+void bts_model_rtp_rx_cb(struct osmo_rtp_socket *rs, const uint8_t *rtp_pl,
unsigned int rtp_pl_len);
int bts_model_vty_init(struct gsm_bts *bts);