% In this table record we save basic meta information about the eUICCs that we manage with this eIM. The information % stored is primarily needed to authenticate eUICC Package Results. -record(euicc, { % EID of the related eUICC eidValue :: binary(), % Counter Value (see also SGP.32, section 2.11.1.1.1) counterValue :: integer(), % flag to mark an eUICC as consumer type (IoT eUICC emulation in onomondo-ipa) consumerEuicc :: boolean(), % Association Token (see also SGP.32, section 2.11.1.1.1) associationToken :: integer(), % Pubkey to authenticate eUICC Package Results (see also SGP.32, section 2.11.2.1) signPubKey :: binary(), % Algorithem to authenticate eUICC Package Results (prime256v1 or brainpoolP256r1) signAlgo :: binary(), % A list with the reported IPAd state change cause codes (has to be polled and reset by REST API user) stateChangeCauseList :: list() }).