Searched refs:nrArfcn (Results 1 – 1 of 1) sorted by relevance
523 int nrArfcn = nr.getNrarfcn(); in verifyCellIdentityNr() local524 assertTrue("getNrarfcn() out of range [0, 3279165], nrarfcn = " + nrArfcn, in verifyCellIdentityNr()525 0 <= nrArfcn && nrArfcn <= 3279165); in verifyCellIdentityNr()