When working in an environment with multiple card terminals, then it might be helpful to make sure that only the intended target simcard (sysmo-usim-sjs1) is accessed. - Add atr parameter to the ICC, SIM and USIM classes. When no atr is given, then ICC will pick any card as it was before - Make sure to pass the ATR when the sim object is created Change-Id: I874aae92d29a7e1051e4cebefd85592c5fb78a2e Related: OS#3376 |
||
---|---|---|
card | ||
tests | ||
.gitignore | ||
README.md | ||
simcard.py | ||
sysmo-usim-tool.sjs1.py | ||
sysmo_usimsjs1.py | ||
utils.py |
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;
- You may also need to install the pcscd service.
On Debian:
apt-get install python-pyscard pcscd systemctl start pcscd