Searched refs:neighboringCellSsbInfo (Results 1 – 4 of 4) sorted by relevance
87 NeighboringCellSsbInformation neighboringCellSsbInfo; in UpdateNrSsbIdInfo() local88 neighboringCellSsbInfo.pci = nrCellSsbIds->nbCellSsbList[i].pci; in UpdateNrSsbIdInfo()89 neighboringCellSsbInfo.arfcn = nrCellSsbIds->nbCellSsbList[i].arfcn; in UpdateNrSsbIdInfo()90 neighboringCellSsbInfo.rsrp = nrCellSsbIds->nbCellSsbList[i].rsrp; in UpdateNrSsbIdInfo()91 neighboringCellSsbInfo.sinr = nrCellSsbIds->nbCellSsbList[i].sinr; in UpdateNrSsbIdInfo()96 neighboringCellSsbInfo.ssbList.push_back(ssbInfo); in UpdateNrSsbIdInfo()98 nrCellSsbIdsInfo_->nbCellSsbList.push_back(neighboringCellSsbInfo); in UpdateNrSsbIdInfo()
272 NeighboringCellSsbInformation neighboringCellSsbInfo; in GetNbCellSsbIdList() local273 neighboringCellSsbInfo.pci = nbCellSsbList_[i].pci; in GetNbCellSsbIdList()274 neighboringCellSsbInfo.arfcn = nbCellSsbList_[i].arfcn; in GetNbCellSsbIdList()275 neighboringCellSsbInfo.rsrp = nbCellSsbList_[i].rsrp; in GetNbCellSsbIdList()276 neighboringCellSsbInfo.sinr = nbCellSsbList_[i].sinr; in GetNbCellSsbIdList()281 neighboringCellSsbInfo.ssbList.push_back(ssbInfo); in GetNbCellSsbIdList()283 nbCellSsbList.push_back(neighboringCellSsbInfo); in GetNbCellSsbIdList()
418 NeighboringCellSsbInfo neighboringCellSsbInfo; in GetNrSsbIdResponse() local419 neighboringCellSsbInfo.pci = nrCellSsbIds.nbCellSsbList[i].pci; in GetNrSsbIdResponse()420 neighboringCellSsbInfo.arfcn = nrCellSsbIds.nbCellSsbList[i].arfcn; in GetNrSsbIdResponse()421 neighboringCellSsbInfo.rsrp = nrCellSsbIds.nbCellSsbList[i].rsrp; in GetNrSsbIdResponse()422 neighboringCellSsbInfo.sinr = nrCellSsbIds.nbCellSsbList[i].sinr; in GetNrSsbIdResponse()427 neighboringCellSsbInfo.ssbIdList.push_back(nbCellSsbIdInfo); in GetNrSsbIdResponse()429 nrCellSsbIdsInfo->nbCellSsbList.push_back(neighboringCellSsbInfo); in GetNrSsbIdResponse()
1424 HDI::Ril::V1_2::NeighboringCellSsbInfo neighboringCellSsbInfo; in BuildNrCellSsbIdsInfo() local1425 neighboringCellSsbInfo.pci = temp->nbCellSsbList[i].pci; in BuildNrCellSsbIdsInfo()1426 neighboringCellSsbInfo.arfcn = temp->nbCellSsbList[i].arfcn; in BuildNrCellSsbIdsInfo()1427 neighboringCellSsbInfo.rsrp = temp->nbCellSsbList[i].rsrp; in BuildNrCellSsbIdsInfo()1428 neighboringCellSsbInfo.sinr = temp->nbCellSsbList[i].sinr; in BuildNrCellSsbIdsInfo()1434 neighboringCellSsbInfo.ssbIdList.push_back(ssbIdInfo); in BuildNrCellSsbIdsInfo()1436 nrCellSsbIds.nbCellSsbList.push_back(neighboringCellSsbInfo); in BuildNrCellSsbIdsInfo()