Skip to content

ProfileHeader

ProfileHeader ::= SEQUENCE {
major-version UInt8, -- set to 3 for this version of the specification
minor-version UInt8, -- set to 3 for this version of the specification
profileType UTF8String (SIZE (1..100)) OPTIONAL, -- Profile type
iccid OCTET STRING (SIZE (10)), -- ICCID of the Profile
pol OCTET STRING OPTIONAL,
eUICC-Mandatory-services ServicesList,
eUICC-Mandatory-GFSTEList SEQUENCE OF OBJECT IDENTIFIER,
connectivityParameters OCTET STRING OPTIONAL,
eUICC-Mandatory-AIDs SEQUENCE OF SEQUENCE {
aid ApplicationIdentifier,
version OCTET STRING (SIZE(2))
} OPTIONAL,
iotOptions IotOptions OPTIONAL -- details for IoT Minimal Profile, mandatory for IoT Minimal Profiles
}
Field Type Presence
major-version UInt8 mandatory
minor-version UInt8 mandatory
profileType UTF8String optional
iccid OCTET STRING mandatory
pol OCTET STRING optional
eUICC-Mandatory-services ServicesList mandatory
eUICC-Mandatory-GFSTEList eUICC-Mandatory-GFSTEList mandatory
connectivityParameters OCTET STRING optional
eUICC-Mandatory-AIDs eUICC-Mandatory-AIDs optional
iotOptions IotOptions optional

header