Searched refs:PCO_MCC_MNC_LEN (Results 1 – 1 of 1) sorted by relevance
110 private static final int PCO_MCC_MNC_LEN = 3; // 3 bytes for MCC and MNC in PCO data. field in EpdgSelector1023 if (data.length > PCO_MCC_MNC_LEN) { in getInetAddressWithPcoData()1024 ipAddressLen = data.length - PCO_MCC_MNC_LEN; in getInetAddressWithPcoData()1027 byte[] ipAddressData = Arrays.copyOfRange(data, PCO_MCC_MNC_LEN, data.length); in getInetAddressWithPcoData()