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
2a9c8add
Commit
2a9c8add
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-2 v2.5.1 (2010-08-10) agreed at LI#24 (Aachen, 2010-06-15)
parent
0386343f
Pipeline
#3964
passed with stage
in 6 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
102232-2/EmailPDU.asn
View file @
2a9c8add
EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
4(4
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
5(5
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
@@ -9,15 +9,15 @@ IMPORTS
-- from TS 101 671 [4]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
0
(1
0
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
2
(1
2
)};
-- ============================
-- Object Identifier Definition
-- ============================
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
4(4
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
1(1
) cC(2)}
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
5(5
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
5(5
) cC(2)}
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
...
...
@@ -131,7 +131,8 @@ AAAInformation ::= CHOICE
{
pOP3AAAInformation [0] POP3AAAInformation,
aSMTPAAAInformation [1] ASMTPAAAInformation,
...
...,
iMAPAAAInformation [2] IMAPAAAInformation
}
POP3AAAInformation ::= SEQUENCE
...
...
@@ -158,6 +159,15 @@ ASMTPAAAInformation ::= SEQUENCE
...
}
IMAPAAAInformation ::= SEQUENCE
--- The iMAPAAAInformation field contains the IMAP username & optionally the password
{
username [0] UTF8String (SIZE (0..64)),
password [1] UTF8String (SIZE (0..64)) OPTIONAL,
aAAResult [2] AAAResult OPTIONAL,
...
}
AAAResult ::= ENUMERATED
{
resultUnknown(1),
...
...
102232-2/portal/
Attachment_102232-2v241_
EmailPDU,
_
ver
4
.txt
→
102232-2/portal/EmailPDU,ver
5
.txt
View file @
2a9c8add
EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
4(4
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version
5(5
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
...
...
@@ -9,15 +9,15 @@ IMPORTS
-- from TS 101 671 [4]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
0
(1
0
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
2
(1
2
)};
-- ============================
-- Object Identifier Definition
-- ============================
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
4(4
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
1(1
) cC(2)}
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version
5(5
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version
5(5
) cC(2)}
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
...
...
@@ -131,7 +131,8 @@ AAAInformation ::= CHOICE
{
pOP3AAAInformation [0] POP3AAAInformation,
aSMTPAAAInformation [1] ASMTPAAAInformation,
...
...,
iMAPAAAInformation [2] IMAPAAAInformation
}
POP3AAAInformation ::= SEQUENCE
...
...
@@ -158,6 +159,15 @@ ASMTPAAAInformation ::= SEQUENCE
...
}
IMAPAAAInformation ::= SEQUENCE
--- The iMAPAAAInformation field contains the IMAP username & optionally the password
{
username [0] UTF8String (SIZE (0..64)),
password [1] UTF8String (SIZE (0..64)) OPTIONAL,
aAAResult [2] AAAResult OPTIONAL,
...
}
AAAResult ::= ENUMERATED
{
resultUnknown(1),
...
...
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