Corrections made to the ASN.1 modules of X.748 (11/1993)

 

1. Replacement of:

	AdditionalText, 
	AdditionalInformation, 
	CorrelatedNotifications, 
	GroupObjects, 
	Member, 
	NotificationIdentifier
FROM Attribute-ASN1Module{joint-iso-itu-t ms(9) smi(3) part2(2) asn1Module(2) 1} 

with:

	AdditionalText, 
	AdditionalInformation, 
	CorrelatedNotifications, 
	GroupObjects, 
	--Member, 
	NotificationIdentifier,
	SimpleNameType
FROM Attribute-ASN1Module{joint-iso-itu-t ms(9) smi(3) part2(2) asn1Module(2) 1} 
	
Note: The adding type is used in X.748 GDMO definitions.

2. Replacement of:

ResponseConfirmationInfo ::= SEQUENCE {
  responseMonitor	      Subject,
  responseRequester           ObjectInstance,
  responseConfirmationObject  ObjectInstance,
  routeList                   GroupObjects,
  requestIdentifier	      ResponseRequestId,
  notificationIdentifier      [1]  NotificationIdentifier OPTIONAL,
  correlatedNotifications     [2]  CorrelatedNotifications OPTIONAL,
  responseTime                [3]  ResponseTime,
  maximumResponseTimeError    [4]  ResponseTime OPTIONAL,
  responseRequestLength       [5]  Integer OPTIONAL,
  responseLength              [6]  Integer OPTIONAL,
  responseSync                ResponseSync,
  responseDelayTime           [7]  TimePeriod OPTIONAL,
  responseTimeout             [8]  TimePeriod OPTIONAL,
  additionalText              [9]  AdditionalText OPTIONAL,
  additionalInformation       [10]  AdditionalInformation OPTIONAL
}

with:

ResponseConfirmationInfo ::= SEQUENCE {
  --responseMonitor	      ObjectInstance,
  responseRequester           ObjectInstance,
  responseConfirmationObject  ObjectInstance,
  routeList                   GroupObjects,
  requestIdentifier	      RequestIdentifier,
  notificationIdentifier      [1]  NotificationIdentifier OPTIONAL,
  correlatedNotifications     [2]  CorrelatedNotifications OPTIONAL,
  responseTime                [3]  ResponseTime,
  maximumResponseTimeError    [4]  ResponseTime OPTIONAL,
  responseRequestLength       [5]  Integer OPTIONAL,
  responseLength              [6]  Integer OPTIONAL,
  responseSync                ResponseSync,
  responseDelayTime           [7]  TimePeriod OPTIONAL,
  responseTimeout             [8]  TimePeriod OPTIONAL,
  additionalText              [9]  AdditionalText OPTIONAL,
  additionalInformation       [10]  AdditionalInformation OPTIONAL
}