aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/pcu_sock.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-02-01 12:29:33 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2023-02-02 10:54:32 +0100
commitb9558272f24d1155a37a0c5a73b1b96f287df075 (patch)
tree0657819bfcb64d27bef55e00d9aea1a747775b9a /src/osmo-bsc/pcu_sock.c
parent16b891ffb98d3c6ff0ce70a54997ecadaf1688f8 (diff)
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
Diffstat (limited to 'src/osmo-bsc/pcu_sock.c')
-rw-r--r--src/osmo-bsc/pcu_sock.c1
1 files changed, 1 insertions, 0 deletions
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;