rim: Constify param in func

Change-Id: I47c471929a62d6a5340ae4a4ca88bd0b758c208d
This commit is contained in:
Pau Espin 2021-05-06 19:47:15 +02:00
parent c6dcfe32f3
commit 0e35aee194
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ static void fill_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *app_cont, con
}
/* Format a RAN INFORMATION PDU that contains the requested system information */
static void format_response_pdu(struct bssgp_ran_information_pdu *resp_pdu, struct bssgp_ran_information_pdu *req_pdu,
static void format_response_pdu(struct bssgp_ran_information_pdu *resp_pdu,
const struct bssgp_ran_information_pdu *req_pdu,
const struct gprs_rlcmac_bts *bts)
{
memset(resp_pdu, 0, sizeof(*resp_pdu));