Corrections made to the ASN.1 module of Q.824.1 (10/1995)

 

1. Replacement of:

	defaultPacketSize,
	defaultThroughputClass,
	defaultWindowSize,
	extendedPacketSequencing,

with:

	defaultPacketSizes,
	defaultThroughputClasses,
	defaultWindowSizes,
	extendedPacketSequenceNumbering,

2. Replacement of:

linkOptionDefault LinkOption ::= dynamic :{callControlTEItotal    	64,
					   callControlTEIsw		63,
					   packTEItotal			64,
					   packTEIsw			63}  

with:

linkOptionDefault LinkOption ::= dynamic :{callControlTEItotal    	64,
					   callControlTEIsw		switchAssigned : 63,
					   packTEItotal			64,
					   packTEIsw			switchAssigned : 63}  

3. "SERVICE-PACKAGE-SPECIFIC-DATA" is assumed but is not defined. The following temporarily definition has been created to correct this defect:

SERVICE-PACKAGE-SPECIFIC-DATA ::= CLASS {
  &servicePackageName OBJECT IDENTIFIER OPTIONAL,
  &ServiceRequestInfo OPTIONAL
}
WITH SYNTAX {
  [PACKAGE-NAME	&servicePackageName]
  [REQUEST-INFO	&ServiceRequestInfo]
}

4. Replacement of:

ServicePackageISDNDescription ::= SEQUENCE {
	servicePackageName	SERVICE-PACKAGE-SPECIFIC-DATA. & servicePackageName ({PossibleServicePackages}),
	accessPortName 		ObjectInstance,
	serviceDescription 	SET OF SEQUENCE {
		templateDirectoryNumberName	ObjectInstance,
		directoryNumberName 		ObjectInstance,
		serviceRequestInfo		SERVICE-PACKAGE-SPECIFIC-DATA. & ServiceRequestInfo ({PossibleServicePackages}{@service PackageName}) OPTIONAL
		}
}

with:

ServicePackageISDNDescription ::= SEQUENCE {
	servicePackageName	SERVICE-PACKAGE-SPECIFIC-DATA.&servicePackageName ({PossibleServicePackages}),
	accessPortName 		ObjectInstance,
	serviceDescription 	SET OF SEQUENCE {
		templateDirectoryNumberName	ObjectInstance,
		directoryNumberName 		ObjectInstance,
		serviceRequestInfo		SERVICE-PACKAGE-SPECIFIC-DATA.&ServiceRequestInfo ({PossibleServicePackages}{@servicePackageName}) OPTIONAL
		}
}

5. "PartyLineIdentifier" is assumed but is not defined, the line where it is used is temporarily commented out.

6. Adding of:

one INTEGER ::= 1