From b9558272f24d1155a37a0c5a73b1b96f287df075 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 1 Feb 2023 12:29:33 +0100 Subject: 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 --- src/osmo-bsc/pcu_sock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bsc/pcu_sock.c') diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c index 800b6fdc0..241a86ba9 100644 --- a/src/osmo-bsc/pcu_sock.c +++ b/src/osmo-bsc/pcu_sock.c @@ -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; -- cgit v1.2.3