pcu_sock: Also fill in BSIC in gsm_pcu_if_info_ind

When filling in the info_ind parameters we lack the BSIC

Change-Id: I22158b18f50a7adf4ba1fed25bd7a880dc109e3d
Related: OS#5198
This commit is contained in:
Philipp Maier 2023-02-01 12:29:33 +01:00
parent 16b891ffb9
commit b9558272f2
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ static int pcu_tx_info_ind(struct gsm_bts *bts)
memcpy(info_ind->cell_timer, bts->gprs.cell.timer, 11);
/* cell attributes */
info_ind->bsic = bts->bsic;
info_ind->cell_id = bts->cell_identity;
info_ind->repeat_time = rlcc->paging.repeat_time;
info_ind->repeat_count = rlcc->paging.repeat_count;