mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-19 16:50:05 +03:00
796ca3daf9
The transport layer provides a method send_apdu_checksw to send APDUs and to be sure the SW is the expected one. Given that, there is no need to verify the SW manually. The exception of send_apdu_checksw will catch the problem and also display the SW in a human readable form. Change-Id: I9ce556ac0b7bb21c5c5a27170c32af0152255b79 Related: OS#5275