l1sap: make 'l1sap' argument of process_l1sap_meas_data() const

Change-Id: Idc3004b0c74f7b98c96f20560c8b60a1fb4eb9c8
This commit is contained in:
Vadim Yanitskiy 2021-10-28 22:38:20 +03:00
parent 36062825de
commit 5c93b8b671
1 changed files with 4 additions and 4 deletions

View File

@ -695,13 +695,13 @@ static inline void set_ms_to_data(struct gsm_lchan *lchan, int16_t data, bool se
/* measurement information received from bts model */
static void process_l1sap_meas_data(struct gsm_lchan *lchan,
struct osmo_phsap_prim *l1sap,
const struct osmo_phsap_prim *l1sap,
enum osmo_ph_prim ind_type)
{
struct bts_ul_meas ulm;
struct info_meas_ind_param *info_meas_ind;
struct ph_data_param *ph_data_ind;
struct ph_tch_param *ph_tch_ind;
const struct info_meas_ind_param *info_meas_ind;
const struct ph_data_param *ph_data_ind;
const struct ph_tch_param *ph_tch_ind;
uint32_t fn;
const char *ind_name;