Corrections made to the ASN.1 module of Q.860 (06/2000)
1.
Replacement of:
EXPORTS
GATPDU;
with:
EXPORTS
GATPDU {};
OPERATION
FROM Remote-Operations-Information-Objects {joint-iso-itu-t remote-operations(4) informationObjects(5)
version1(0)}
3.
Replacement of:
Interpretation-APDU
FROM Interpretation-APDU { iso standard pss1-generic-procedures(11582) interpretation-apdu(3) }
with:
InterpretationComponent
FROM Interpretation-component { iso standard pss1-generic-procedures(11582)
interpretation-component(3) }
4.
Replacement of:
GATPDU ::= SEQUENCE {
gatNetworkFacilityExtension GATNetworkFacilityExtension OPTIONAL,
serviceIndicator
ServiceIndicator,
localValueDiscriminator
LocalValueDiscriminator DEFAULT itu-tLocalValue,
interpretation-APDU
Interpretation-APDU OPTIONAL,
adpuPortion
ApduPortion
}
with:
GATPDU {OPERATION: Invokable, OPERATION: Returnable} ::= SEQUENCE {
gatNetworkFacilityExtension GATNetworkFacilityExtension OPTIONAL,
serviceIndicator
ServiceIndicator,
localValueDiscriminator
LocalValueDiscriminator DEFAULT itu-tLocalValue,
interpretation-APDU
InterpretationComponent OPTIONAL,
apduPortion
ApduPortion {{Invokable}, {Returnable}}
}