From c22da59342ed239b5dff4b6572dfcf45c634b251 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Oct 2016 19:53:34 +0200 Subject: Extend RTP RX callback parameters Adopt to change in libosmo-abis to accept additional parameters in RTP RX callback function. Change-Id: Icf41e568f041e87b38e6192af0be90c42362bfee --- include/osmo-bts/l1sap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmo-bts/l1sap.h b/include/osmo-bts/l1sap.h index 77bfbaa0..97a2f04a 100644 --- a/include/osmo-bts/l1sap.h +++ b/include/osmo-bts/l1sap.h @@ -63,7 +63,8 @@ int l1sap_pdch_req(struct gsm_bts_trx_ts *ts, int is_ptcch, uint32_t fn, /* call-back function for incoming RTP */ void l1sap_rtp_rx_cb(struct osmo_rtp_socket *rs, const uint8_t *rtp_pl, - unsigned int rtp_pl_len, bool marker); + unsigned int rtp_pl_len, uint16_t seq_number, + uint32_t timestamp, bool marker); /* channel control */ int l1sap_chan_act(struct gsm_bts_trx *trx, uint8_t chan_nr, struct tlv_parsed *tp); -- cgit v1.2.3