mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
The class Iccid uses a BcdAdapter to encoded/decode the ICCID. This works fine for ICCIDs that have an even (20) number of digits. In case the digit count is odd (19), the ICCID the last digit requires padding. Let's switch to PaddedBcdAdapter for encoding/decoding, to ensure that odd-length ICCIDs are padded automatically. Change-Id: I527a44ba454656a0d682ceb590eec6d9d0ac883a Related: OS#6868
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
set debug true
|
|
set echo true
|
|
|
|
select ADF.ISD-R
|
|
|
|
# Generate two (additional) notifications by quickly enabeling the test profile
|
|
enable_profile --iccid 8949449999999990031
|
|
enable_profile --iccid 89000123456789012341
|