Commit Graph

7 Commits

Author SHA1 Message Date
Philipp Maier 55bb02bc62 Add ICCID reading/programming feature
sysmo-usim-tool still can't read or program the ICCID. This patch
adds enables reading and writing EF.ICCID
2017-03-21 00:30:34 +01:00
Philipp Maier 14aaab262e auth: prevent unintential card lock down
If the user submints a wrong ADM1 key with the commandline, the
authentication will fail. However, by the output of the program
it mey not be clear to the user that the reason for the failure
was a wrong ADM1 key. The user might try the same command with
the same parameters a few time and lock down the card.

This commit fixes that by failing gracefully with a very clear
error message. Furthermore, if a decreased authentication counter
is detected, no further authentication attempts will be made
until the user supplies the option -f (--force).
2017-03-17 16:43:35 +01:00
Neels Hofmeyr a73acbc8e4 cosmetic fix: sysmo_usim_show_milenage_params() was defined twice 2017-03-05 01:01:34 +01:00
Neels Hofmeyr 4d144983c3 cosmetic: typo and slash to clarify OP or OPC 2017-03-05 01:01:03 +01:00
Neels Hofmeyr 8b8ccfcba4 add cmds to read/write KI 2017-03-05 01:00:13 +01:00
Philipp Maier 2c11efcdf6 cosmetic: Fixing typo in log output 2017-02-23 15:33:34 +01:00
Philipp Maier 4f2e60436b sysmo-usim-tool: Add a tool for sysmosom specific tasks
This commit adds a tool that is intended to be used with sysmo-usim
only if some of the highly propritary parameters, which the regular
pysim can not handle, need to be configured.
2017-02-23 14:47:38 +01:00