Project

General

Profile

« Previous | Next » 

Revision 41b6f543

Added by Neels Hofmeyr about 4 years ago

write user entered IMSI to SIM

View differences:

sim-applet/src/org/osmocom/IMSIPseudo/IMSIPseudo.java
202 202
		byte mi[];
203 203
		try {
204 204
			mi = MobileIdentity.str2mi(imsi, MobileIdentity.MI_IMSI, (byte)9);
205
			showMsgAndWaitKey(hexdump(mi));
205
			writeIMSI(mi);
206 206
		} catch (Exception e) {
207 207
			byte err[] = {'E', 'R', 'R' };
208 208
			showMsgAndWaitKey(err);

Also available in: Unified diff

Add picture from clipboard (Maximum size: 48.8 MB)