Corrections made to the ASN.1 modules of M.3108.1 (03/1999)

 

· Module M3108Part1ASN1Module:

1. Replacement of:

UpdateServiceReply ::= SEQUENCE {
  requestIdentifier
    SEQUENCE {initialRequest  RequestNumber OPTIONAL,
              newRequest      RequestNumber} OPTIONAL,
  alternateValues    AttributeList OPTIONAL
}

With:

UpdateServiceReply ::= SEQUENCE {
  requestIdentifier
    SEQUENCE {initialRequest  [0] RequestNumber OPTIONAL,
              newRequest      [1] RequestNumber} OPTIONAL,
  alternateValues    AttributeList OPTIONAL
}