Iliya Peregoudov wrote:The simtriplets.dat dile doesn't have "0x" prefixes in its examples
> Apparently there is an error in simtriplets.dat. Format is
>
> 1<IMSI>,<RAND>,<SRES>,<KC>
>
> <RAND>, <SRES>, and <KC> should be in hexadecimal digits, without 0x
> prefix. An even number of hexadecimal digits should be in there.
In any case, hitting an assertion because of a format error is stupid.
I've pushed a fix. It will now complain about syntax errors instead.
Alan DeKok.