Corrections made to the ASN.1 modules of Q.2763 (02/1995)

Module B-ISUPParameterElements:

 

1. Replace:

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)
}

with:

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)
}

Module B-ISUPParameters:

1. Replacement of:

InBandInformationInd ::=  SEQUENCE {
	parameterInstructionIndicators		ParameterInstructionIndicators,
	inBandInformationterWorkingIndicator	InBandInformationterWorkingIndicator
}

With:

InBandInformationInd ::=  SEQUENCE {
	parameterInstructionIndicators	ParameterInstructionIndicators,
	inBandInformationIndicator	InBandInformationIndicator
}

2. Replacement of:

TransitNetworkSelection ::= SEQUENCE	--	for national use
{
	parameterInstructionIndicators	ParameterInstructionIndicators,
	networkIdentificationPlan	NetworkIdentificationPlan,
	typesOfNetworkIdentification	TypesOfNetworkIdentification,
	networkIdentification		NetworkIdentification
}

With:

TransitNetworkSelection ::= SEQUENCE	--	for national use
{
	parameterInstructionIndicators	ParameterInstructionIndicators,
	networkIdentificationPlan	NetworkIdentificationPlan,
	typeOfNetworkIdentification	TypeOfNetworkIdentification,
	networkIdentification		NetworkIdentification
}

Module B-ISUPParameterConstructions:

1. Replacement of:

UserToUserResponse ::= SEQUENCE
	  {
	service1	UserToUserServiceResponse,
	service2	UserToUserServiceResponse,
	service3	UserToUserServiceResponse,
	userToUserNetworkDiscardIndicator	UserToUserNetworkDiscardIndicator
	  }
END

With:

UserToUserResponse ::= SEQUENCE
	  {
	service1	UserToUserServiceResponse,
	service2	UserToUserServiceResponse,
	service3	UserToUserServiceResponse,
	userToUserNetworkDiscardIndicator	NetworkDiscardIndicator
	  }
END