Searched refs:earfcn (Results 1 – 1 of 1) sorted by relevance
602 int earfcn = lte.getEarfcn(); in verifyCellIdentityLte() local622 "getEarfcn() out of range [" + minEarfcn + "," + maxEarfcn + "], earfcn=" + earfcn, in verifyCellIdentityLte()623 earfcn == Integer.MAX_VALUE || (earfcn >= minEarfcn && earfcn <= maxEarfcn)); in verifyCellIdentityLte()