Corrections made to the ASN.1 module of E.115 (02/1995)

1. Adding at the head of the module :

E515DirectoryMessages DEFINITIONS ::= 
BEGIN

2. Replacement of:

Inquiry	::= SEQUENCE { InquiryPart 1, InquiryPart 2 }

With:

Inquiry ::= SEQUENCE { inquiryPart1 InquiryPart1, inquiryPart2 InquiryPart2 }

3. Replacement of:

Reply	::= SEQUENCE {
	ReplyPart 1,
	ReplyPart 2,
	ReplyPart 3 OPTIONAL }

With:

Reply	::= SEQUENCE {
	replyPart1	ReplyPart1,
	replyPart2	ReplyPart2,
	replypart3	ReplyPart3 OPTIONAL }

4. Adding at the end of the module :

END