pcu_l1_if: constify the argument of pcu_rx_info_ind()

Change-Id: I0b146c9f8c1e566c3aff4bd7869ca9699f888d4f
This commit is contained in:
Vadim Yanitskiy 2020-07-24 01:16:36 +07:00 committed by fixeria
parent fad2128d17
commit ce0dae9fda
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ static int pcu_rx_rach_ind(const struct gsm_pcu_if_rach_ind *rach_ind)
return rc;
}
static int pcu_rx_info_ind(struct gsm_pcu_if_info_ind *info_ind)
static int pcu_rx_info_ind(const struct gsm_pcu_if_info_ind *info_ind)
{
struct gprs_rlcmac_bts *bts = bts_main_data();
struct gprs_bssgp_pcu *pcu;