mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-18 21:53:06 +03:00
3c309886e9
The select response decoder is using b2h() wrongly. b2h expects a bytearray but we call it with an integer. In the following two lines we try to convert an integer to an integer. Change-Id: Ib6448d3bd7a0dc7f25e5ee82a42266b3313e2a95