Tool to (re)configure the sysmoUSIM and sysmoISIM cards
Go to file
Neels Hofmeyr bb7e45f436 sysmo_usimsjs1.py: define algos as tuple, print numbers with the names
Collapse two functions of if-cascades into a data structure matching algo
numbers with string names. Use dicts produced from the initial tuple defining
the relation, to re-implement the functions.

When printing out algos, also print out the numbers set on the USIM.

This prepares for printing a list of available algos by commandline switch.
2017-12-14 05:22:51 +01:00
card Import slightly modified version of mitshell/card 2017-08-16 21:14:44 +02:00
tests Divide SQNms Offset by 6 2017-08-17 14:38:07 +02:00
.gitignore add .gitignore file 2017-08-16 21:13:37 +02:00
README.md readme: document dependency on python-pyscard 2017-12-14 01:33:12 +01:00
simcard.py Migration to python 'card' from Benoit Michau 2017-08-16 21:14:44 +02:00
sysmo-usim-tool.sjs1.py implement resetting of SQN parameters 2017-08-17 14:38:10 +02:00
sysmo_usimsjs1.py sysmo_usimsjs1.py: define algos as tuple, print numbers with the names 2017-12-14 05:22:51 +01:00
utils.py implement resetting of SQN parameters 2017-08-17 14:38:10 +02:00

README.md

sysmo-usim-tool

This repository contains a python language utility to configure the vendor-specific parameters of sysmoUSIM-SJS1 programmable USIM cards.

For more information about the sysmoUSIM-SJS1, please see the related user manual

sysmoUSIM-SJS1

The sysmoUSIM-SJS1 is programmable and Java capable USIM card. Not all commands are known yet and this page should grow over time. Each card is using a separate ADM1 key and the default configuration is hacker/developer friendly (fields being writable, reduced security for installing applets to have more quick development cycles).

https://osmocom.org/projects/cellular-infrastructure/wiki/SysmoUSIM-SJS1

The cards are available from the sysmocom webshop

Dependencies

To run, http://pyscard.sourceforge.net needs to be installed; on Debian:

apt-get install python-pyscard