Commit f10cb7ec authored by marthy's avatar marthy Committed by Mark Canterbury
Browse files

Update file RDMessage.asn

parent 42fd6edf
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -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
@@ -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.
    ...
}