write user entered IMSI to SIM

This commit is contained in:
Neels Hofmeyr 2020-02-24 23:00:30 +01:00
parent b86190c986
commit 41b6f543a3
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public class IMSIPseudo extends Applet implements ToolkitInterface, ToolkitConst
byte mi[];
try {
mi = MobileIdentity.str2mi(imsi, MobileIdentity.MI_IMSI, (byte)9);
showMsgAndWaitKey(hexdump(mi));
writeIMSI(mi);
} catch (Exception e) {
byte err[] = {'E', 'R', 'R' };
showMsgAndWaitKey(err);