1. 15c3bfb Invalidate Kc, too by Oliver Smith · 4 years, 2 months ago
  2. 134f41f Invalidate TMSI, P-TMSI after changing IMSI by Oliver Smith · 4 years, 2 months ago
  3. 4ac43a2 add SIM REFRESH command after IMSI change by Neels Hofmeyr · 4 years, 2 months ago
  4. 872140d add make reflash by Neels Hofmeyr · 4 years, 2 months ago
  5. ff5364a Makefile: add some .PHONY by Neels Hofmeyr · 4 years, 2 months ago
  6. 7c5e973 add 'make list' by Neels Hofmeyr · 4 years, 2 months ago
  7. b5ca312 Test: Bytes.toStr() by Neels Hofmeyr · 4 years, 2 months ago
  8. 483f5a4 refactor the menu, the mi2str() implementation, and tests by Neels Hofmeyr · 4 years, 2 months ago
  9. 2625694 make writeIMSI() safe against invalid length by Neels Hofmeyr · 4 years, 2 months ago
  10. cf04db0 drop unnecessary 'new byte[]' before {...} by Neels Hofmeyr · 4 years, 2 months ago
  11. 9a3428e prompt(): add prefillVal arg by Neels Hofmeyr · 4 years, 2 months ago
  12. ad4531a add Bytes.java by Neels Hofmeyr · 4 years, 2 months ago
  13. 583bfec eliminate itemCount param from showMenu() by Neels Hofmeyr · 4 years, 2 months ago
  14. 41b6f54 write user entered IMSI to SIM by Neels Hofmeyr · 4 years, 2 months ago
  15. b86190c add .gitignore by Neels Hofmeyr · 4 years, 2 months ago
  16. d20f93a add MobileIdentity as separate class, add test by Neels Hofmeyr · 4 years, 2 months ago
  17. faeef43 fix applet-project.mk: allow multiple .java sources, separate jar target by Neels Hofmeyr · 4 years, 2 months ago
  18. c916b97 copy applet-project.mk here, to be able to apply changes by Neels Hofmeyr · 4 years, 2 months ago
  19. c24fdd1 readIMSI, writeIMSI by Neels Hofmeyr · 4 years, 2 months ago
  20. 0866f3a add Enter IMSI dialog by Neels Hofmeyr · 4 years, 2 months ago
  21. c0c9562 add hexdump() by Neels Hofmeyr · 4 years, 2 months ago
  22. 9846270 Mobile Identity routines by Neels Hofmeyr · 4 years, 2 months ago
  23. ba7a6f2 return result of user interaction prompts by Neels Hofmeyr · 4 years, 2 months ago
  24. c8e9641 tweak indent in switch statement by Neels Hofmeyr · 4 years, 2 months ago
  25. 7d7e33f more aggressively set private final on class vars by Neels Hofmeyr · 4 years, 2 months ago
  26. cfb476d add showMsgAndWaitKey() to keep decoded IMSI on display by Neels Hofmeyr · 4 years, 2 months ago
  27. b7a20e3 properly read IMSI as Mobile Identity (3GPP TS 24.008) by Neels Hofmeyr · 4 years, 2 months ago
  28. 89879a0 IMSIPseudo.java: fix up length somewhat by Oliver Smith · 4 years, 2 months ago
  29. 6634a5d IMSIPseudo.java: remove unneeded return in showMsg() by Oliver Smith · 4 years, 2 months ago
  30. 89d18bc IMSIPseudo.java: return if reading IMSI fails by Oliver Smith · 4 years, 2 months ago
  31. 799fe1d sim-applet: flash: set --access-domain=00 by Oliver Smith · 4 years, 2 months ago
  32. 05b1332 sim-applet/LICENSE: add Apache-2.0 by Oliver Smith · 4 years, 2 months ago
  33. d7f1892 IMSIPseudo.java: show exception error code by Oliver Smith · 4 years, 2 months ago
  34. 2259cb9 IMSIPseudo: implement "Show IMSI" (WIP) by Oliver Smith · 4 years, 2 months ago
  35. 0f7c8bb sim-applet/Makefile: add "delete" alias by Oliver Smith · 4 years, 2 months ago
  36. 4eee13d IMSIPseudo.java: import all by Oliver Smith · 4 years, 2 months ago
  37. cef081c IMSIPseudo.java: move showMsg down by Oliver Smith · 4 years, 2 months ago
  38. ca866fe IMSIPseudo.java: display menu by Oliver Smith · 4 years, 2 months ago
  39. 234ab54 IMSIPseudo.java: rename showHello to showMsg by Oliver Smith · 4 years, 2 months ago
  40. 2dcbfab IMSIPseudo.java: rename menuItemText to title by Oliver Smith · 4 years, 2 months ago
  41. 1e5cc46 IMSIPseudo.java: rename welcomeMsg to LUCounter by Oliver Smith · 4 years, 2 months ago
  42. 041b0e0 IMSIPesudo.java: simple LU counter by Oliver Smith · 4 years, 2 months ago
  43. e28705a IMSIPseudo.java: show hello world on LU by Oliver Smith · 4 years, 2 months ago
  44. c6a2ba9 sim-applet/README.md: describe flashing by Oliver Smith · 4 years, 2 months ago
  45. c18064a sim-applet: add "flash" and "remove" targets by Oliver Smith · 4 years, 2 months ago
  46. 8f58642 IMSIPseudo.java: change menu entry title by Oliver Smith · 4 years, 2 months ago
  47. 4e5e516 IMSIPseudo.java: convert line endings to unix by Oliver Smith · 4 years, 2 months ago
  48. 7528b38 sim-applet: rename to org.osmocom.IMSIPseudo by Oliver Smith · 4 years, 2 months ago
  49. 04f2586 Makefile: adjust path to sim-tools by Oliver Smith · 4 years, 3 months ago
  50. 537fba0 sim-applet: start with hello-stk by Oliver Smith · 4 years, 3 months ago
  51. 5380e95 README/docs: add FIXME: needs to be updated by Oliver Smith · 4 years, 3 months ago
  52. d79601d docs/specification: mention simapplet counting LUs by Oliver Smith · 4 years, 3 months ago
  53. b9fc075 docs/specification.md: begin specification by Oliver Smith · 4 years, 3 months ago
  54. a9611b6 sim-applet: create README.md stub by Oliver Smith · 4 years, 3 months ago
  55. 65b4113 README.md: describe current approach by Oliver Smith · 4 years, 3 months ago
  56. 73dd9d7 Initial empty repository by laforge · 4 years, 6 months ago