Skip to content
Snippets Groups Projects
Commit 2e71c0d2 authored by canterburym's avatar canterburym
Browse files

Updates to align with r1

parent a0cf8a22
No related branches found
No related tags found
1 merge request!29TS 102 232-2 CR034
Pipeline #7465 passed
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
...@@ -76,11 +76,11 @@ EmailIRI ::= SEQUENCE ...@@ -76,11 +76,11 @@ EmailIRI ::= SEQUENCE
client-Octets-Sent [7] INTEGER, client-Octets-Sent [7] INTEGER,
protocol-ID [8] E-mail-Protocol, protocol-ID [8] E-mail-Protocol,
e-mail-Sender [9] UTF8String (SIZE (0..255)) OPTIONAL, e-mail-Sender [9] UTF8String (SIZE (0..255)) OPTIONAL,
-- Not available in some cases; if a value is available, it must be provided -- 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 -- 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, e-mail-Recipients [10] E-mail-Address-List OPTIONAL,
-- Not available in some cases; if a value is available, it must be provided -- 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 -- Note that as of version 3.13.1, this field may contain RFC 6530-compliant addresses.
status [11] E-mail-Status, status [11] E-mail-Status,
total-Recipient-Count [12] INTEGER (0..4294967295) OPTIONAL, total-Recipient-Count [12] INTEGER (0..4294967295) OPTIONAL,
message-ID [13] OCTET STRING OPTIONAL, message-ID [13] OCTET STRING OPTIONAL,
...@@ -391,7 +391,7 @@ Messaging-Party-Identity ::= CHOICE ...@@ -391,7 +391,7 @@ Messaging-Party-Identity ::= CHOICE
-- E.164 address of the node in international format. Coded in the same format as -- 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]) -- the calling party number parameter of the ISUP (parameter part: EN 300 356 [23])
email-address [2] E-mail-Address-List, 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, ip-address [3] IPAddress,
--IPAddress is defined by IETF RFC 791 [31] and RFC 2460 [34] --IPAddress is defined by IETF RFC 791 [31] and RFC 2460 [34]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment