Searched defs:ieiType (Results 1 – 2 of 2) sorted by relevance
46 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList) throws IOException { in formatPLMNListIEI()60 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList, boolean setWrongSize) in formatPLMNListIEI()
80 int ieiType = payload.get() & 0xFF; in parse() local