Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
504a4431
Commit
504a4431
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-2 v3.4.1 (2013-02-08) agreed at LI#32 (Sophia Antipolis, 2013-01-14)
parent
68245b05
Pipeline
#4020
passed with stage
in 6 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
102232-2/EmailPDU.asn
View file @
504a4431
EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
9(9
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
10(10
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
@@ -16,10 +16,10 @@ IMPORTS
-- Object Identifier Definition
-- ============================
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) cC(2)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) messagingCC(4)}
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) cC(2)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) messagingCC(4)}
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
...
...
@@ -171,7 +171,7 @@ ASMTPAAAInformation ::= SEQUENCE
}
IMAPAAAInformation ::= SEQUENCE
--
-
The iMAPAAAInformation field contains the IMAP username & optionally the password
-- The iMAPAAAInformation field contains the IMAP username & optionally the password
{
username [0] UTF8String (SIZE (0..64)),
password [1] UTF8String (SIZE (0..64)) OPTIONAL,
...
...
@@ -349,7 +349,37 @@ Messaging-Party-Identity ::= CHOICE
email-address [2] E-mail-Address-List,
...,
ip-address [3] IPAddress,
alphanumeric [4] UTF8String
--IPAddress is defined by IETF RFC 791 [31] and RFC 2460 [34]
alphanumeric [4] UTF8String,
ip-address-and-port [5] IP-Address-And-Port,
imsi [6] OCTET STRING (SIZE (3..8)),
-- see MAP format in TS 133.108 [5] for International Mobile Station Identity
-- ITU-T E 212 [27] number beginning with Mobile Country Code.
imei [7] OCTET STRING (SIZE (8)),
-- see MAP format in TS 133.108 [5] for International Mobile Equipment Identity number.
-- It is defined in 3GPP TS 22.016 [28].
fax-url [8] OCTET STRING,
-- see format defined in RFC 2806 [29].
tel-url [9] OCTET STRING,
-- see format used in TS 133.108 [5], TS 24 229[30] and defined in RFC 2806 [29].
modem-url [10] OCTET STRING,
-- see format defined in RFC 2806 [29].
sip-uri [11] OCTET STRING,
-- see format used in in TS 133.108 [5] and defined in RFC 3261 [32].
sips-uri [12] OCTET STRING,
-- see format defined in RFC 3261 [32].
nai [13] OCTET STRING
-- Network Access Identity of the party, encoded in the same format as used EPS
-- domain in TS 133.108 [5] and defined in RFC 4282 [33].
}
IP-Address-And-Port ::= SEQUENCE
{
ip-address [0] IPAddress,
-- IPAddress is defined by IETF RFC 791 [31] and RFC 2460 [34]
port-number [1] INTEGER,
-- port-number is defined by IETF RFC 6533 [35]
...
}
Messaging-Trigger ::= ENUMERATED
...
...
@@ -396,7 +426,8 @@ Messaging-Property-Notification-Type ::= ENUMERATED
{
empty-call(1),
lost-call(2),
...
...,
message-to-email(3)
}
END -- end of EmailPDU
102232-2/portal/EmailPDU,ver
9
.txt
→
102232-2/portal/EmailPDU,ver
10
.txt
View file @
504a4431
EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
9(9
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
10(10
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
@@ -16,10 +16,10 @@ IMPORTS
-- Object Identifier Definition
-- ============================
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) cC(2)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
9(9
) messagingCC(4)}
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) cC(2)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
10(10
) messagingCC(4)}
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
...
...
@@ -171,7 +171,7 @@ ASMTPAAAInformation ::= SEQUENCE
}
IMAPAAAInformation ::= SEQUENCE
--
-
The iMAPAAAInformation field contains the IMAP username & optionally the password
-- The iMAPAAAInformation field contains the IMAP username & optionally the password
{
username [0] UTF8String (SIZE (0..64)),
password [1] UTF8String (SIZE (0..64)) OPTIONAL,
...
...
@@ -349,7 +349,37 @@ Messaging-Party-Identity ::= CHOICE
email-address [2] E-mail-Address-List,
...,
ip-address [3] IPAddress,
alphanumeric [4] UTF8String
--IPAddress is defined by IETF RFC 791 [31] and RFC 2460 [34]
alphanumeric [4] UTF8String,
ip-address-and-port [5] IP-Address-And-Port,
imsi [6] OCTET STRING (SIZE (3..8)),
-- see MAP format in TS 133.108 [5] for International Mobile Station Identity
-- ITU-T E 212 [27] number beginning with Mobile Country Code.
imei [7] OCTET STRING (SIZE (8)),
-- see MAP format in TS 133.108 [5] for International Mobile Equipment Identity number.
-- It is defined in 3GPP TS 22.016 [28].
fax-url [8] OCTET STRING,
-- see format defined in RFC 2806 [29].
tel-url [9] OCTET STRING,
-- see format used in TS 133.108 [5], TS 24 229[30] and defined in RFC 2806 [29].
modem-url [10] OCTET STRING,
-- see format defined in RFC 2806 [29].
sip-uri [11] OCTET STRING,
-- see format used in in TS 133.108 [5] and defined in RFC 3261 [32].
sips-uri [12] OCTET STRING,
-- see format defined in RFC 3261 [32].
nai [13] OCTET STRING
-- Network Access Identity of the party, encoded in the same format as used EPS
-- domain in TS 133.108 [5] and defined in RFC 4282 [33].
}
IP-Address-And-Port ::= SEQUENCE
{
ip-address [0] IPAddress,
-- IPAddress is defined by IETF RFC 791 [31] and RFC 2460 [34]
port-number [1] INTEGER,
-- port-number is defined by IETF RFC 6533 [35]
...
}
Messaging-Trigger ::= ENUMERATED
...
...
@@ -396,7 +426,8 @@ Messaging-Property-Notification-Type ::= ENUMERATED
{
empty-call(1),
lost-call(2),
...
...,
message-to-email(3)
}
END -- end of EmailPDU
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment