1. d3380dd spec: Add Neels as author by Harald Welte · 4 years ago laforge/spec
  2. 9db94bb spec: Expanding text in some places; language improvements by Harald Welte · 4 years ago
  3. b80a9f8 spec: mention more EF to invalidate by Oliver Smith · 4 years ago
  4. 763232b spec: mention that this works for SIM and USIM by Oliver Smith · 4 years ago
  5. 7bcddc9 spec: change license to CC-BY by Oliver Smith · 4 years ago
  6. efe5c98 spec: intro: mention 5G SUCI by Oliver Smith · 4 years ago
  7. a281464 spec: minor fixes, wrap text by Oliver Smith · 4 years ago
  8. b053436 spec: Refer to standard OTA SMS security by Harald Welte · 4 years ago
  9. 37981b6 spec: don't use Release 99 spec numbers (03.19 -> 43.019) by Harald Welte · 4 years ago
  10. 4dc664d spec: Not all countries require proof of ID when buying SIMs by Harald Welte · 4 years ago
  11. 9d63d6f spec: minor language/wording improvements by Harald Welte · 4 years ago
  12. 247c875 remove text replaced by specification by Oliver Smith · 4 years ago
  13. 0feaa89 spec: move reference implementation to the end by Oliver Smith · 4 years ago
  14. a0354de spec: User-configurable Minimum Duration Between IMSI Changes by Oliver Smith · 4 years ago
  15. 69e3fa6 spec: Warning the Subscriber If the Pseudonymous IMSI Does Not Change by Oliver Smith · 4 years ago
  16. cbe9058 spec: end to end enc by Oliver Smith · 4 years ago
  17. 18bf9bb spec: ATT = 0 by Oliver Smith · 4 years ago
  18. bb8d912 spec: write section: reference implementation by Oliver Smith · 4 years ago
  19. 5de45c0 spec: error scenarios by Oliver Smith · 4 years ago
  20. 7b0dbb9 docs/spec: SMS structure by Oliver Smith · 4 years ago
  21. 64d154c spec: next pseudo_imsi_timer expires by Oliver Smith · 4 years ago
  22. ef43ac3 spec: write out until Insert Subscriber Data Result by Oliver Smith · 4 years ago
  23. 7e33ef5 spec: add cancel location req to graph by Oliver Smith · 4 years ago
  24. 92a2288 spec: elaborate on how optional this is by Oliver Smith · 4 years ago
  25. 206a0fa spec: Process Update_Location_HLR: bullet points + graph by Oliver Smith · 4 years ago
  26. 8b68e4e spec: describe SIM applet by Oliver Smith · 4 years ago
  27. 9748cdc IMSIPseudo.java: Cosmetic: fix missing space by Oliver Smith · 4 years ago
  28. 8c81b55 spec: minor fixes by Oliver Smith · 4 years ago
  29. bf33c75 spec: Pseudonymous IMSI Storage in the HLR by Oliver Smith · 4 years ago
  30. 6f9f218 spec: use 2g example throughout the document by Oliver Smith · 4 years ago
  31. 2c8a19c spec: re-organize headlines by Oliver Smith · 4 years ago
  32. 7afd701 spec: describe LU without pseudo IMSI by Oliver Smith · 4 years ago
  33. 5616ae8 specification.md: mark as deprecated by Oliver Smith · 4 years, 1 month ago
  34. 5c95bc9 spec: introduction, headlines by Oliver Smith · 4 years, 1 month ago
  35. 2baa0d5 doc: prepare for asciidoc based specification by Oliver Smith · 4 years, 1 month ago
  36. 4a3d8d3 docs/specification.md: note Process Update_Location_HLR by Oliver Smith · 4 years, 1 month ago
  37. 1acc89b README.md: SIM must not perform IMSI detach by Oliver Smith · 4 years, 1 month ago
  38. c420653 README.md: improve headlines by Oliver Smith · 4 years, 1 month ago
  39. 8c3bd0b README: add user-configurable minimum duration by Oliver Smith · 4 years, 1 month ago
  40. 6d06adb README.md: fix typo by Oliver Smith · 4 years, 1 month ago
  41. 0ee1287 README.md: use headlines by Oliver Smith · 4 years, 2 months ago
  42. 5e62dba docs: update to feedback from Neels by Oliver Smith · 4 years, 2 months ago
  43. 15c3bfb Invalidate Kc, too by Oliver Smith · 4 years, 2 months ago
  44. 134f41f Invalidate TMSI, P-TMSI after changing IMSI by Oliver Smith · 4 years, 2 months ago
  45. 4ac43a2 add SIM REFRESH command after IMSI change by Neels Hofmeyr · 4 years, 2 months ago
  46. 872140d add make reflash by Neels Hofmeyr · 4 years, 2 months ago
  47. ff5364a Makefile: add some .PHONY by Neels Hofmeyr · 4 years, 2 months ago
  48. 7c5e973 add 'make list' by Neels Hofmeyr · 4 years, 2 months ago
  49. b5ca312 Test: Bytes.toStr() by Neels Hofmeyr · 4 years, 2 months ago
  50. 483f5a4 refactor the menu, the mi2str() implementation, and tests by Neels Hofmeyr · 4 years, 2 months ago
  51. 2625694 make writeIMSI() safe against invalid length by Neels Hofmeyr · 4 years, 2 months ago
  52. cf04db0 drop unnecessary 'new byte[]' before {...} by Neels Hofmeyr · 4 years, 2 months ago
  53. 9a3428e prompt(): add prefillVal arg by Neels Hofmeyr · 4 years, 2 months ago
  54. ad4531a add Bytes.java by Neels Hofmeyr · 4 years, 2 months ago
  55. 583bfec eliminate itemCount param from showMenu() by Neels Hofmeyr · 4 years, 2 months ago
  56. 41b6f54 write user entered IMSI to SIM by Neels Hofmeyr · 4 years, 2 months ago
  57. b86190c add .gitignore by Neels Hofmeyr · 4 years, 2 months ago
  58. d20f93a add MobileIdentity as separate class, add test by Neels Hofmeyr · 4 years, 2 months ago
  59. faeef43 fix applet-project.mk: allow multiple .java sources, separate jar target by Neels Hofmeyr · 4 years, 2 months ago
  60. c916b97 copy applet-project.mk here, to be able to apply changes by Neels Hofmeyr · 4 years, 2 months ago
  61. c24fdd1 readIMSI, writeIMSI by Neels Hofmeyr · 4 years, 2 months ago
  62. 0866f3a add Enter IMSI dialog by Neels Hofmeyr · 4 years, 2 months ago
  63. c0c9562 add hexdump() by Neels Hofmeyr · 4 years, 2 months ago
  64. 9846270 Mobile Identity routines by Neels Hofmeyr · 4 years, 2 months ago
  65. ba7a6f2 return result of user interaction prompts by Neels Hofmeyr · 4 years, 2 months ago
  66. c8e9641 tweak indent in switch statement by Neels Hofmeyr · 4 years, 2 months ago
  67. 7d7e33f more aggressively set private final on class vars by Neels Hofmeyr · 4 years, 2 months ago
  68. cfb476d add showMsgAndWaitKey() to keep decoded IMSI on display by Neels Hofmeyr · 4 years, 2 months ago
  69. b7a20e3 properly read IMSI as Mobile Identity (3GPP TS 24.008) by Neels Hofmeyr · 4 years, 2 months ago
  70. 89879a0 IMSIPseudo.java: fix up length somewhat by Oliver Smith · 4 years, 2 months ago
  71. 6634a5d IMSIPseudo.java: remove unneeded return in showMsg() by Oliver Smith · 4 years, 2 months ago
  72. 89d18bc IMSIPseudo.java: return if reading IMSI fails by Oliver Smith · 4 years, 2 months ago
  73. 799fe1d sim-applet: flash: set --access-domain=00 by Oliver Smith · 4 years, 2 months ago
  74. 05b1332 sim-applet/LICENSE: add Apache-2.0 by Oliver Smith · 4 years, 2 months ago
  75. d7f1892 IMSIPseudo.java: show exception error code by Oliver Smith · 4 years, 2 months ago
  76. 2259cb9 IMSIPseudo: implement "Show IMSI" (WIP) by Oliver Smith · 4 years, 2 months ago
  77. 0f7c8bb sim-applet/Makefile: add "delete" alias by Oliver Smith · 4 years, 2 months ago
  78. 4eee13d IMSIPseudo.java: import all by Oliver Smith · 4 years, 2 months ago
  79. cef081c IMSIPseudo.java: move showMsg down by Oliver Smith · 4 years, 2 months ago
  80. ca866fe IMSIPseudo.java: display menu by Oliver Smith · 4 years, 2 months ago
  81. 234ab54 IMSIPseudo.java: rename showHello to showMsg by Oliver Smith · 4 years, 2 months ago
  82. 2dcbfab IMSIPseudo.java: rename menuItemText to title by Oliver Smith · 4 years, 2 months ago
  83. 1e5cc46 IMSIPseudo.java: rename welcomeMsg to LUCounter by Oliver Smith · 4 years, 2 months ago
  84. 041b0e0 IMSIPesudo.java: simple LU counter by Oliver Smith · 4 years, 2 months ago
  85. e28705a IMSIPseudo.java: show hello world on LU by Oliver Smith · 4 years, 2 months ago
  86. c6a2ba9 sim-applet/README.md: describe flashing by Oliver Smith · 4 years, 2 months ago
  87. c18064a sim-applet: add "flash" and "remove" targets by Oliver Smith · 4 years, 2 months ago
  88. 8f58642 IMSIPseudo.java: change menu entry title by Oliver Smith · 4 years, 2 months ago
  89. 4e5e516 IMSIPseudo.java: convert line endings to unix by Oliver Smith · 4 years, 2 months ago
  90. 7528b38 sim-applet: rename to org.osmocom.IMSIPseudo by Oliver Smith · 4 years, 2 months ago
  91. 04f2586 Makefile: adjust path to sim-tools by Oliver Smith · 4 years, 2 months ago
  92. 537fba0 sim-applet: start with hello-stk by Oliver Smith · 4 years, 2 months ago
  93. 5380e95 README/docs: add FIXME: needs to be updated by Oliver Smith · 4 years, 2 months ago
  94. d79601d docs/specification: mention simapplet counting LUs by Oliver Smith · 4 years, 2 months ago
  95. b9fc075 docs/specification.md: begin specification by Oliver Smith · 4 years, 2 months ago
  96. a9611b6 sim-applet: create README.md stub by Oliver Smith · 4 years, 2 months ago
  97. 65b4113 README.md: describe current approach by Oliver Smith · 4 years, 2 months ago
  98. 73dd9d7 Initial empty repository by laforge · 4 years, 5 months ago