[cosmetic] ara_m: Give a spec reference for the PERM-AR-DO

PERM-AR-DO actually originates in a different spec than all other parts
of the ara_m.py, so let's explicitly mention that.

Change-Id: I6e0014c323f605860d0f70cd0c04d7e461e8a9de
This commit is contained in:
Harald Welte
2024-01-27 21:10:01 +01:00
committed by laforge
parent 7f2263b4a0
commit 3d6df6ce13

View File

@@ -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)))