dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/31140 )
Change subject: pcu_sock: Also fill in BSIC in gsm_pcu_if_info_ind ......................................................................
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 --- M src/osmo-bsc/pcu_sock.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/40/31140/1
diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c index 7b73088..1d50477 100644 --- a/src/osmo-bsc/pcu_sock.c +++ b/src/osmo-bsc/pcu_sock.c @@ -205,6 +205,7 @@ 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;