Loading 102657/RDMessage.asn +9 −1 Original line number Diff line number Diff line Loading @@ -2456,11 +2456,13 @@ EdgeComputingApplicationBillingRecords ::= SEQUENCE DigitalTokenIdentifier ::= SEQUENCE { baseRecord [1] BaseRecord OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. forkRecord [2] ForkRecord OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. informativeDataElements [3] InformativeDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } BaseRecord ::= OCTET STRING ForkRecord ::= OCTET STRING Loading @@ -2468,16 +2470,22 @@ ForkRecord ::= OCTET STRING InformativeDataElements ::= SEQUENCE { digitalTokenName [1] DigitalTokenName OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. tokenIdentifierType [2] TokenIdentifierType OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. dTIRegistrationAuthorityIdentifier [3] DTIRegistrationAuthorityIdentifier OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. otherDataElements [4] OtherDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } DigitalTokenName::= SEQUENCE { digitalTokenLongName [1] DigitalTokenLongName OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. digitalTokenShortName [2] DigitalTokenShortName OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } Loading Loading
102657/RDMessage.asn +9 −1 Original line number Diff line number Diff line Loading @@ -2456,11 +2456,13 @@ EdgeComputingApplicationBillingRecords ::= SEQUENCE DigitalTokenIdentifier ::= SEQUENCE { baseRecord [1] BaseRecord OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. forkRecord [2] ForkRecord OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. informativeDataElements [3] InformativeDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } BaseRecord ::= OCTET STRING ForkRecord ::= OCTET STRING Loading @@ -2468,16 +2470,22 @@ ForkRecord ::= OCTET STRING InformativeDataElements ::= SEQUENCE { digitalTokenName [1] DigitalTokenName OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. tokenIdentifierType [2] TokenIdentifierType OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. dTIRegistrationAuthorityIdentifier [3] DTIRegistrationAuthorityIdentifier OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. otherDataElements [4] OtherDataElements OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } DigitalTokenName::= SEQUENCE { digitalTokenLongName [1] DigitalTokenLongName OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. digitalTokenShortName [2] DigitalTokenShortName OPTIONAL, -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } Loading