pySim/commands: Fix envelope command APDU case after T=1 support (details)
[cosmetic] pySim.transport: Fix spelling/typos in comment (details)
saip-tool: add function to write PE sequence (details)
saip-tool: add option to extact profile elements to file (details)
saip-tool: allow removing of profile elements by type (details)
Commit
f57f6a95a5fae4246c0a65bf92ced951e803df07
by laforge
pySim/commands: Fix envelope command APDU case after T=1 support
When we merged I8b56d7804a2b4c392f43f8540e0b6e70001a8970 for T=1 support, the ENVELOPE C-APDU was not adjusted to reflect the correct case. ENVELOPE expects a response and hence needs a Le byte present.
This avoids below related message when performing e.g. OTA via SMS
Warning: received unexpected response data, incorrect APDU-case (3, should be 4, missing Le field?)!
saip-tool: allow removing of profile elements by type
At the moment it is only possible to remove profile elements by their identification number. However, there may be cases where we want to remove all profile elements of a certain type at once (e.g. when removing all applications).