From 2e71c0d246c95e1a2f1290bc8eb733404734d321 Mon Sep 17 00:00:00 2001
From: markc <markc@tencastle.com>
Date: Tue, 22 Jun 2021 16:10:32 +0200
Subject: [PATCH] Updates to align with r1

---
 102232-2/EmailPDU.asn | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/102232-2/EmailPDU.asn b/102232-2/EmailPDU.asn
index 05bba73..f988346 100644
--- a/102232-2/EmailPDU.asn
+++ b/102232-2/EmailPDU.asn
@@ -76,11 +76,11 @@ EmailIRI ::= SEQUENCE
 	client-Octets-Sent			[7] INTEGER,
 	protocol-ID					[8] E-mail-Protocol,
 	e-mail-Sender				[9] UTF8String (SIZE (0..255)) OPTIONAL,
-		-- Not available in some cases; if a value is available, it must be provided
-		-- Note that as of version 3.13.1, this field may contain RFC 6530-compliant addresses		
+		-- Not available in some cases; if a value is available, it must be provided.
+		-- Note that as of version 3.13.1, this field may contain RFC 6530-compliant addresses.
 	e-mail-Recipients			[10] E-mail-Address-List OPTIONAL,
-		-- Not available in some cases; if a value is available, it must be provided
-		-- Note that as of version 3.13.1, this field may contain RFC 6530-compliant addresses		
+		-- Not available in some cases; if a value is available, it must be provided.
+		-- Note that as of version 3.13.1, this field may contain RFC 6530-compliant addresses.		
 	status						[11] E-mail-Status,
 	total-Recipient-Count 		[12] INTEGER (0..4294967295) OPTIONAL,
 	message-ID					[13] OCTET STRING OPTIONAL,
@@ -391,7 +391,7 @@ Messaging-Party-Identity ::= CHOICE
 		-- E.164 address of the node in international format. Coded in the same format as 
 		-- the calling party number parameter of the ISUP (parameter part: EN 300 356 [23])
 	email-address		[2] E-mail-Address-List,
-		-- Note that as of version 3.13.1, this field may contain RFC 6530-compliant addresses
+		-- Note that as of version 3.13.1, this field may contain RFC 6530-compliant addresses.
 	...,
 	ip-address			[3] IPAddress,
 		--IPAddress is defined by IETF RFC 791 [31] and RFC 2460 [34]
-- 
GitLab