Searched refs:MAX_NBCELL_COUNT (Results 1 – 8 of 8) sorted by relevance
65 if (nbCellCount_ > MAX_NBCELL_COUNT) { in MarshallingNbCellSsbId()148 nbCellCount_ = (item_32 > MAX_NBCELL_COUNT) ? MAX_NBCELL_COUNT : item_32; in ReadFromParcelForNbCell()207 nbCellCount_ = (nbCellCount > MAX_NBCELL_COUNT) ? MAX_NBCELL_COUNT : nbCellCount; in SetNbCellSsbList()
91 static const int32_t MAX_NBCELL_COUNT = 4; variable
69 if (nrCellSsbIds->nbCellCount > NrSsbInformation::MAX_NBCELL_COUNT) { in UpdateNrSsbIdInfo()
158 const int32_t MAX_NBCELL_COUNT = 4; variable
177 const int32_t MAX_NBCELL_COUNT = 4;
416 …(nrCellSsbIdsInfo->nbCellCount > MAX_NBCELL_COUNT) ? MAX_NBCELL_COUNT : nrCellSsbIdsInfo->nbCellCo… in GetNrSsbIdResponse()
2007 const int32_t MAX_NBCELL_COUNT = 4; in FillNeighboringCellSsbId() local2013 if (nrSsbIdInfo->nbCellCount > MAX_NBCELL_COUNT || nrSsbIdInfo->nbCellSsbList == NULL) { in FillNeighboringCellSsbId()
1405 if (temp->nbCellCount > MAX_NBCELL_COUNT) { in BuildNrCellSsbIdsInfo()