From 9bd5afa0146285e596f0c1172a6a4920a1c8597a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 18 Dec 2012 23:58:27 +0100 Subject: misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it const The rsl.c code was calling the paging request with a const pointer, change the signature to make the code const. --- include/osmo-bts/pcu_if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmo-bts/pcu_if.h') diff --git a/include/osmo-bts/pcu_if.h b/include/osmo-bts/pcu_if.h index d5ac58db..d53fa5e8 100644 --- a/include/osmo-bts/pcu_if.h +++ b/include/osmo-bts/pcu_if.h @@ -8,7 +8,7 @@ int pcu_tx_data_ind(struct gsm_bts_trx_ts *ts, uint8_t is_ptcch, uint32_t fn, uint16_t arfcn, uint8_t block_nr, uint8_t *data, uint8_t len); int pcu_tx_rach_ind(struct gsm_bts *bts, int16_t qta, uint8_t ra, uint32_t fn); int pcu_tx_time_ind(uint32_t fn); -int pcu_tx_pag_req(uint8_t *identity_lv, uint8_t chan_needed); +int pcu_tx_pag_req(const uint8_t *identity_lv, uint8_t chan_needed); int pcu_tx_pch_data_cnf(uint32_t fn, uint8_t *data, uint8_t len); int pcu_sock_init(void); -- cgit v1.2.3