Comment #1 on issue 3 by [email protected]: Validate IMEI size http://code.google.com/p/jeir/issues/detail?id=3
Just one comment: IMEI size validation is made when IMEI decoding. if (this.data.length() < 15 || this.data.length() > 16) then MAP message is treated as wrong and REJECT will be send to a peer
