diff --git a/virtualsmartcard/src/vpicc/virtualsmartcard/ConstantDefinitions.py b/virtualsmartcard/src/vpicc/virtualsmartcard/ConstantDefinitions.py index 450534f..70480b5 100644 --- a/virtualsmartcard/src/vpicc/virtualsmartcard/ConstantDefinitions.py +++ b/virtualsmartcard/src/vpicc/virtualsmartcard/ConstantDefinitions.py @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License along with # virtualsmartcard. If not, see . -MAX_SHORT_LE = 0xff -MAX_EXTENDED_LE = 0xffff +MAX_SHORT_LE = 0xff+1 +MAX_EXTENDED_LE = 0xffff+1 # Life cycle status byte LCB = {}