Corrections made to the ASN.1 module of H.225.0 (02/1998)

 

1. Replacement of:  

Progress-UUIE ::= SEQUENCE
{
     protocolIdentifier   ProtocolIdentifier,
     destinationInfo      EndpointType,
     h245Address          TransportAddress OPTIONAL,
     callIdentifier       CallIdentifier,
     h245SecurityMode     H245Security OPTIONAL,
     ...,
     tokens               SEQUENCE OF ClearToken OPTIONAL,
     cryptoTokens         SEQUENCE OF CryptoH323Token OPTIONAL,
     fastStart            SEQUENCE OF OCTET STRING OPTIONAL
}

with:

Progress-UUIE ::= SEQUENCE
{
     protocolIdentifier    ProtocolIdentifier,
     destinationInfo       EndpointType,
     h245Address           TransportAddress OPTIONAL,
     callIdentifier        CallIdentifier,
     h245SecurityMode      H245Security OPTIONAL,
     tokens                SEQUENCE OF ClearToken OPTIONAL,
     cryptoTokens          SEQUENCE OF CryptoH323Token OPTIONAL,
     fastStart             SEQUENCE OF OCTET STRING OPTIONAL,
     ...
}