mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-25 23:08:34 +03:00
Revert "Do not return the FCI information while selecting a file"
This reverts commit 8c1b33c439.
This commit is contained in:
@@ -41,7 +41,7 @@ class SimCardCommands(object):
|
|||||||
def select_file(self, dir_list):
|
def select_file(self, dir_list):
|
||||||
rv = []
|
rv = []
|
||||||
for i in dir_list:
|
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)
|
rv.append(data)
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user