Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
4064af08
Commit
4064af08
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-2 v3.5.1 (2013-07-18) agreed at LI#33 (Joensuu, 2013-06-11)
parent
09ccd759
Pipeline
#4029
failed with stage
in 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
148 additions
and
28 deletions
+148
-28
102232-2/EmailPDU.asn
102232-2/EmailPDU.asn
+74
-14
102232-2/portal/EmailPDU,ver11.txt
102232-2/portal/EmailPDU,ver11.txt
+74
-14
No files found.
102232-2/EmailPDU.asn
View file @
4064af08
EmailPDU
EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
0
(1
0
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
1
(1
1
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
BEGIN
...
@@ -16,10 +16,10 @@ IMPORTS
...
@@ -16,10 +16,10 @@ IMPORTS
-- Object Identifier Definition
-- Object Identifier Definition
-- ============================
-- ============================
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) iRI(1)}
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) cC(2)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) cC(2)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) messagingIRI(3)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) messagingCC(4)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) messagingCC(4)}
-- definitions are relative to
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
...
@@ -295,7 +295,8 @@ Messaging-Notification-Event ::= ENUMERATED
...
@@ -295,7 +295,8 @@ Messaging-Notification-Event ::= ENUMERATED
sms-pin-reminder(4),
sms-pin-reminder(4),
email(5),
email(5),
fax-to-email(6),
fax-to-email(6),
...
...,
mms(7)
}
}
Messaging-Call-Event ::= ENUMERATED
Messaging-Call-Event ::= ENUMERATED
...
@@ -312,14 +313,17 @@ Messaging-Status ::= ENUMERATED
...
@@ -312,14 +313,17 @@ Messaging-Status ::= ENUMERATED
operation-succeeded(3),
operation-succeeded(3),
operation-cancelled(4),
operation-cancelled(4),
operation-started(5),
operation-started(5),
...
...,
operation-lost(6)
}
}
Messaging-Party-Information ::= SEQUENCE
Messaging-Party-Information ::= SEQUENCE
{
{
party-qualifier [0] Messaging-Party-Qualifier,
party-qualifier [0] Messaging-Party-Qualifier,
party-identity [1] Messaging-Party-Identity,
party-identity [1] Messaging-Party-Identity,
...
...,
party-validity [2] Messaging-Party-Validity OPTIONAL,
copy-qualifier [3] Messaging-Copy-Qualifier OPTIONAL
}
}
Messaging-Party-Qualifier ::= ENUMERATED
Messaging-Party-Qualifier ::= ENUMERATED
...
@@ -353,11 +357,12 @@ Messaging-Party-Identity ::= CHOICE
...
@@ -353,11 +357,12 @@ Messaging-Party-Identity ::= CHOICE
alphanumeric [4] UTF8String,
alphanumeric [4] UTF8String,
ip-address-and-port [5] IP-Address-And-Port,
ip-address-and-port [5] IP-Address-And-Port,
imsi [6] OCTET STRING (SIZE (3..8)),
imsi [6] OCTET STRING (SIZE (3..8)),
-- see MAP format in TS 133.108 [5] for International Mobile Station Identity
-- International Mobile Subscriber Identity of the target, encoded in the same format as the
-- ITU-T E 212 [27] number beginning with Mobile Country Code.
-- TBCD-STRING parameter defined in MAP format 3GPP TS 29.002 [36], clause 17.7.8.
-- It is described in 3GPP TS 23.003 [37] clause 2.2.
imei [7] OCTET STRING (SIZE (8)),
imei [7] OCTET STRING (SIZE (8)),
--
see MAP format in TS 133.108 [5] for
International Mobile Equipment Identity
number.
-- International Mobile Equipment Identity
of the target, encoded in the same format as the
--
It is
defined in 3GPP TS 2
2
.0
16 [28].
--
TBCD-STRING parameter
defined in
MAP format
3GPP TS 2
3
.0
03 [37] clause 6
fax-url [8] OCTET STRING,
fax-url [8] OCTET STRING,
-- see format defined in RFC 2806 [29].
-- see format defined in RFC 2806 [29].
tel-url [9] OCTET STRING,
tel-url [9] OCTET STRING,
...
@@ -382,6 +387,24 @@ IP-Address-And-Port ::= SEQUENCE
...
@@ -382,6 +387,24 @@ IP-Address-And-Port ::= SEQUENCE
...
...
}
}
Messaging-Party-Validity ::= ENUMERATED
{
unknown(0),
trusted(1),
untrusted(2),
...
}
Messaging-Copy-Qualifier ::= ENUMERATED
{
unknown(0),
none(1),
cc(2),
bcc(3),
...
}
Messaging-Trigger ::= ENUMERATED
Messaging-Trigger ::= ENUMERATED
{
{
unknown(0),
unknown(0),
...
@@ -399,8 +422,16 @@ Messaging-Property ::= CHOICE
...
@@ -399,8 +422,16 @@ Messaging-Property ::= CHOICE
priority [1] Messaging-Property-Priority,
priority [1] Messaging-Property-Priority,
greeting-type [2] Messaging-Property-Greeting-Type,
greeting-type [2] Messaging-Property-Greeting-Type,
notification-type [3] Messaging-Property-Notification-Type,
notification-type [3] Messaging-Property-Notification-Type,
language [4] OCTET STRING
language [4] OCTET STRING
,
-- Language according to RFC 3066 [24]
-- Language according to RFC 3066 [24]
message-identifier [5] OCTET STRING,
subject [6] UTF8String,
user-agent [7] UTF8String,
password [8] OCTET STRING,
message-status [9] Messaging-Property-Message-Status,
requested-reports [10] Messaging-Property-Requested-Reports,
expires [11] GeneralizedTime,
message-date [12] GeneralizedTime
}
}
Messaging-Property-Priority ::= ENUMERATED
Messaging-Property-Priority ::= ENUMERATED
...
@@ -427,7 +458,36 @@ Messaging-Property-Notification-Type ::= ENUMERATED
...
@@ -427,7 +458,36 @@ Messaging-Property-Notification-Type ::= ENUMERATED
empty-call(1),
empty-call(1),
lost-call(2),
lost-call(2),
...,
...,
message-to-email(3)
message-to-email(3),
read-report(4),
delivery-report(5),
allow-delivery-report(6),
deny-delivery-report(7)
}
Messaging-Property-Message-Status ::= ENUMERATED
{
indeterminate(0),
expired(1),
retrieved(2),
rejected(3),
deferred(4),
forwarded(5),
unrecognized(6),
unreachable(7),
read(8),
deleted-without-being-read(9),
delivery-condition-not-met(10),
...
}
Messaging-Property-Requested-Reports ::= ENUMERATED
{
none(0),
delivery(1),
read(2),
delivery-and-read(3),
...
}
}
END -- end of EmailPDU
END -- end of EmailPDU
102232-2/portal/EmailPDU,ver1
0
.txt
→
102232-2/portal/EmailPDU,ver1
1
.txt
View file @
4064af08
EmailPDU
EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
0
(1
0
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
1
(1
1
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
BEGIN
...
@@ -16,10 +16,10 @@ IMPORTS
...
@@ -16,10 +16,10 @@ IMPORTS
-- Object Identifier Definition
-- Object Identifier Definition
-- ============================
-- ============================
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) iRI(1)}
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) cC(2)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) cC(2)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) messagingIRI(3)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
0
(1
0
) messagingCC(4)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version1
1
(1
1
) messagingCC(4)}
-- definitions are relative to
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
...
@@ -295,7 +295,8 @@ Messaging-Notification-Event ::= ENUMERATED
...
@@ -295,7 +295,8 @@ Messaging-Notification-Event ::= ENUMERATED
sms-pin-reminder(4),
sms-pin-reminder(4),
email(5),
email(5),
fax-to-email(6),
fax-to-email(6),
...
...,
mms(7)
}
}
Messaging-Call-Event ::= ENUMERATED
Messaging-Call-Event ::= ENUMERATED
...
@@ -312,14 +313,17 @@ Messaging-Status ::= ENUMERATED
...
@@ -312,14 +313,17 @@ Messaging-Status ::= ENUMERATED
operation-succeeded(3),
operation-succeeded(3),
operation-cancelled(4),
operation-cancelled(4),
operation-started(5),
operation-started(5),
...
...,
operation-lost(6)
}
}
Messaging-Party-Information ::= SEQUENCE
Messaging-Party-Information ::= SEQUENCE
{
{
party-qualifier [0] Messaging-Party-Qualifier,
party-qualifier [0] Messaging-Party-Qualifier,
party-identity [1] Messaging-Party-Identity,
party-identity [1] Messaging-Party-Identity,
...
...,
party-validity [2] Messaging-Party-Validity OPTIONAL,
copy-qualifier [3] Messaging-Copy-Qualifier OPTIONAL
}
}
Messaging-Party-Qualifier ::= ENUMERATED
Messaging-Party-Qualifier ::= ENUMERATED
...
@@ -353,11 +357,12 @@ Messaging-Party-Identity ::= CHOICE
...
@@ -353,11 +357,12 @@ Messaging-Party-Identity ::= CHOICE
alphanumeric [4] UTF8String,
alphanumeric [4] UTF8String,
ip-address-and-port [5] IP-Address-And-Port,
ip-address-and-port [5] IP-Address-And-Port,
imsi [6] OCTET STRING (SIZE (3..8)),
imsi [6] OCTET STRING (SIZE (3..8)),
-- see MAP format in TS 133.108 [5] for International Mobile Station Identity
-- International Mobile Subscriber Identity of the target, encoded in the same format as the
-- ITU-T E 212 [27] number beginning with Mobile Country Code.
-- TBCD-STRING parameter defined in MAP format 3GPP TS 29.002 [36], clause 17.7.8.
-- It is described in 3GPP TS 23.003 [37] clause 2.2.
imei [7] OCTET STRING (SIZE (8)),
imei [7] OCTET STRING (SIZE (8)),
--
see MAP format in TS 133.108 [5] for
International Mobile Equipment Identity
number.
-- International Mobile Equipment Identity
of the target, encoded in the same format as the
--
It is
defined in 3GPP TS 2
2
.0
16 [28].
--
TBCD-STRING parameter
defined in
MAP format
3GPP TS 2
3
.0
03 [37] clause 6
fax-url [8] OCTET STRING,
fax-url [8] OCTET STRING,
-- see format defined in RFC 2806 [29].
-- see format defined in RFC 2806 [29].
tel-url [9] OCTET STRING,
tel-url [9] OCTET STRING,
...
@@ -382,6 +387,24 @@ IP-Address-And-Port ::= SEQUENCE
...
@@ -382,6 +387,24 @@ IP-Address-And-Port ::= SEQUENCE
...
...
}
}
Messaging-Party-Validity ::= ENUMERATED
{
unknown(0),
trusted(1),
untrusted(2),
...
}
Messaging-Copy-Qualifier ::= ENUMERATED
{
unknown(0),
none(1),
cc(2),
bcc(3),
...
}
Messaging-Trigger ::= ENUMERATED
Messaging-Trigger ::= ENUMERATED
{
{
unknown(0),
unknown(0),
...
@@ -399,8 +422,16 @@ Messaging-Property ::= CHOICE
...
@@ -399,8 +422,16 @@ Messaging-Property ::= CHOICE
priority [1] Messaging-Property-Priority,
priority [1] Messaging-Property-Priority,
greeting-type [2] Messaging-Property-Greeting-Type,
greeting-type [2] Messaging-Property-Greeting-Type,
notification-type [3] Messaging-Property-Notification-Type,
notification-type [3] Messaging-Property-Notification-Type,
language [4] OCTET STRING
language [4] OCTET STRING
,
-- Language according to RFC 3066 [24]
-- Language according to RFC 3066 [24]
message-identifier [5] OCTET STRING,
subject [6] UTF8String,
user-agent [7] UTF8String,
password [8] OCTET STRING,
message-status [9] Messaging-Property-Message-Status,
requested-reports [10] Messaging-Property-Requested-Reports,
expires [11] GeneralizedTime,
message-date [12] GeneralizedTime
}
}
Messaging-Property-Priority ::= ENUMERATED
Messaging-Property-Priority ::= ENUMERATED
...
@@ -427,7 +458,36 @@ Messaging-Property-Notification-Type ::= ENUMERATED
...
@@ -427,7 +458,36 @@ Messaging-Property-Notification-Type ::= ENUMERATED
empty-call(1),
empty-call(1),
lost-call(2),
lost-call(2),
...,
...,
message-to-email(3)
message-to-email(3),
read-report(4),
delivery-report(5),
allow-delivery-report(6),
deny-delivery-report(7)
}
Messaging-Property-Message-Status ::= ENUMERATED
{
indeterminate(0),
expired(1),
retrieved(2),
rejected(3),
deferred(4),
forwarded(5),
unrecognized(6),
unreachable(7),
read(8),
deleted-without-being-read(9),
delivery-condition-not-met(10),
...
}
Messaging-Property-Requested-Reports ::= ENUMERATED
{
none(0),
delivery(1),
read(2),
delivery-and-read(3),
...
}
}
END -- end of EmailPDU
END -- end of EmailPDU
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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