Corrections made to the ASN.1 modules of Q.2763 (02/1995)
CallingAddressSignal ::= ENUMERATED {
digit(0),
digit(1),
digit(2),
digit(3),
digit(4),
digit(5),
digit(6),
digit(7),
digit(8),
digit(9),
code11(11),
code12(12)
}
CallingAddressSignal ::= ENUMERATED {
digit0(0),
digit1(1),
digit2(2),
digit3(3),
digit4(4),
digit5(5),
digit6(6),
digit7(7),
digit8(8),
digit9(9),
code11(11),
code12(12)
}
InBandInformationInd ::= SEQUENCE {
parameterInstructionIndicators ParameterInstructionIndicators,
inBandInformationterWorkingIndicator InBandInformationterWorkingIndicator
}
InBandInformationInd ::= SEQUENCE {
parameterInstructionIndicators ParameterInstructionIndicators,
inBandInformationIndicator InBandInformationIndicator
}
TransitNetworkSelection ::= SEQUENCE -- for national use
{
parameterInstructionIndicators ParameterInstructionIndicators,
networkIdentificationPlan NetworkIdentificationPlan,
typesOfNetworkIdentification TypesOfNetworkIdentification,
networkIdentification NetworkIdentification
}
TransitNetworkSelection ::= SEQUENCE -- for national use
{
parameterInstructionIndicators ParameterInstructionIndicators,
networkIdentificationPlan NetworkIdentificationPlan,
typeOfNetworkIdentification TypeOfNetworkIdentification,
networkIdentification NetworkIdentification
}
UserToUserResponse ::= SEQUENCE
{
service1 UserToUserServiceResponse,
service2 UserToUserServiceResponse,
service3 UserToUserServiceResponse,
userToUserNetworkDiscardIndicator UserToUserNetworkDiscardIndicator
}
END
UserToUserResponse ::= SEQUENCE
{
service1 UserToUserServiceResponse,
service2 UserToUserServiceResponse,
service3 UserToUserServiceResponse,
userToUserNetworkDiscardIndicator NetworkDiscardIndicator
}
END