mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-24 08:48:30 +03:00
Implement EF.ARR (Access Rule Reference) decoding
The Access Mode (AM) and Security Condition (SC) DOs are incredibly convoluted, so we need a lot of code to properly decode them. Change-Id: If4f0725a849d41fd93de327ed00996d8179f2b0e
This commit is contained in:
@@ -39,11 +39,12 @@ pysim requires:
|
||||
- pytlv
|
||||
- cmd2
|
||||
- jsonpath-ng
|
||||
- bidict
|
||||
|
||||
Example for Debian:
|
||||
|
||||
apt-get install python3-pyscard python3-serial python3-cmd2 python3-pip python3-yaml
|
||||
pip3 install pytlv
|
||||
pip3 install pytlv bidict
|
||||
|
||||
Alternatively, everything can be installed using pip:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user