diff --git a/pySim/ara_m.py b/pySim/ara_m.py index a2eaa333..d137dcf6 100644 --- a/pySim/ara_m.py +++ b/pySim/ara_m.py @@ -116,6 +116,7 @@ class NfcArDO(BER_TLV_IE, tag=0xd1): class PermArDO(BER_TLV_IE, tag=0xdb): # Android UICC Carrier Privileges specific extension, see https://source.android.com/devices/tech/config/uicc + # based on Table 6-8 of GlobalPlatform Device API Access Control v1.0 _construct = Struct('permissions'/HexAdapter(Bytes(8)))