Searched refs:maxEarfcn (Results 1 – 1 of 1) sorted by relevance
608 int maxEarfcn = EARFCN_MAX - 7; in verifyCellIdentityLte() local619 maxEarfcn = EARFCN_MAX - (bw / CHANNEL_RASTER_EUTRAN / 2); in verifyCellIdentityLte()622 "getEarfcn() out of range [" + minEarfcn + "," + maxEarfcn + "], earfcn=" + earfcn, in verifyCellIdentityLte()623 earfcn == Integer.MAX_VALUE || (earfcn >= minEarfcn && earfcn <= maxEarfcn)); in verifyCellIdentityLte()