diff --git a/pySim/commands.py b/pySim/commands.py index 7b21fafd..c0ac1d70 100644 --- a/pySim/commands.py +++ b/pySim/commands.py @@ -618,7 +618,7 @@ class SimCardCommands: def status(self) -> ResTuple: """Execute a STATUS command as per TS 102 221 Section 11.1.2.""" - return self.send_apdu_checksw(self.cla4lchan('80') + 'F20000ff') + return self.send_apdu_checksw(self.cla4lchan('80') + 'F2000000') def deactivate_file(self) -> ResTuple: """Execute DECATIVATE FILE command as per TS 102 221 Section 11.1.14."""