Message ID | 58075B91.2040900@olifantasia.com |
---|---|
State | New |
Headers | show |
Dear Martin, thanks for your report. The failure is known and we've actually posted about this just the past two days. I have now created an issue for this: https://osmocom.org/issues/1828 ~Neels
diff --git a/pySim/commands.py b/pySim/commands.py index 721b3d4..b7fb77f 100644 --- a/pySim/commands.py +++ b/pySim/commands.py @@ -41,7 +41,7 @@ class SimCardCommands(object): def select_file(self, dir_list): rv = [] for i in dir_list: - data, sw = self._tp.send_apdu_checksw(self.cla_byte + "a4000C02" + i) + data, sw = self._tp.send_apdu_checksw(self.cla_byte + "a4000002" + i) rv.append(data)