mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +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):
|
||||
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)
|
||||
return rv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user