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
TC LI schemas definitions
Commits
521bd7d8
Commit
521bd7d8
authored
Sep 20, 2021
by
canterburym
Browse files
Rebasing
parents
4ab6bd4e
f15c859a
Changes
42
Expand all
Hide whitespace changes
Inline
Side-by-side
102232-1/LI-PS-PDU.asn
View file @
521bd7d8
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
1
(3
1
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
2
(3
2
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -11,7 +11,7 @@ IMPORTS
-- from ETSI TS 103 280 [44]
LIID
FROM Common-Parameters
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version2
1
1(2
1
1)}
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version2
3
1(2
3
1)}
-- from ETSI TS 101 671 [4]
...
...
@@ -20,12 +20,12 @@ IMPORTS
Location,
Network-Element-Identifier
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
7
(1
7
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
8
(1
8
)}
-- from ETSI TS 101 671 [4]
HI1-Operation
FROM HI1NotificationOperations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi1(0) notificationOperations(1) version
6(6
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi1(0) notificationOperations(1) version
7(7
)}
-- from ETSI TS 102 232-2 [5]
EmailCC,
...
...
@@ -34,7 +34,7 @@ IMPORTS
MessagingMMCC,
MessagingIRI
FROM EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
7
(1
7
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
8
(1
8
)}
-- from ETSI TS 102 232-3 [6]
IPCC,
...
...
@@ -181,21 +181,10 @@ IMPORTS
FROM TS101909202
{itu-t(0) identified-organization(4) etsi(0) ts101909(1909) part20(20) subpart2(2) interceptVersion(0)}
-- from J-STD-025-B [39]
LAESProtocol
FROM Laesp-j-std-025-b
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) j-std-025(0) j-std-025-b(2) version-1(0)}
CDMA2000LAESMessage
FROM CDMA2000CIIModule
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cii(0) version-2(1)}
CCIPPacketHeader
FROM CDMA2000CCModule
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cc(1) version-1(0)}
-- from ETSI TS 103 462 [45]
ILHIPayload
FROM ILHIPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version
1(1
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version
2(2
)}
-- This import is only used for the handover between LEMFs.
-- from 3GPP TS 33.128 [46]
...
...
@@ -215,7 +204,7 @@ IMPORTS
lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version3
1
(3
1
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version3
2
(3
2
)}
-- ====================
-- Top-level definition
...
...
@@ -242,7 +231,11 @@ PSHeader ::= SEQUENCE
interceptionPointID [6] PrintableString (SIZE (1..8)) OPTIONAL,
-- see clause 5.2.11
microSecondTimeStamp [7] MicroSecondTimeStamp OPTIONAL,
timeStampQualifier [8] TimeStampQualifier OPTIONAL
timeStampQualifier [8] TimeStampQualifier OPTIONAL,
extendedInterceptionPointID [9] OCTET STRING (SIZE (1..65535)) OPTIONAL,
-- see clause 5.2.13
networkFunctionIdentifier [10] OCTET STRING (SIZE (1..65535)) OPTIONAL
-- see clause 5.2.14
}
Payload ::= CHOICE
...
...
@@ -283,10 +276,10 @@ HI4Payload ::= CHOICE
CommunicationIdentifier ::= SEQUENCE
{
networkIdentifier [0] NetworkIdentifier,
communicationIdentityNumber [1] INTEGER (0..4294967295) OPTIONAL,
communicationIdentityNumber
[1] INTEGER (0..4294967295) OPTIONAL,
-- in case of transport of HI1 messages not required
-- Mandatory for CC and IRI, with certain exceptions (see clause 5.2.4)
deliveryCountryCode [2] PrintableString (SIZE (2)) OPTIONAL,
deliveryCountryCode
[2] PrintableString (SIZE (2)) OPTIONAL,
-- see clause 5.2.4
...,
cINExtension [3] CorrelationValues OPTIONAL
...
...
@@ -336,10 +329,13 @@ PayloadDirection ::= ENUMERATED
CCContents ::= CHOICE
-- Any of these choices may be commented out if they are not being used, see clause A.3
{
-- tag [0] deprecated in version15, ETSI TS 102 232-1 V3.3.1 (2013-02)
emailCC [1] EmailCC,
iPCC [2] IPCC,
-- tag [3] not used
uMTSCC [4] OCTET STRING,
...,
-- tag [5] deprecated in version15, ETSI TS 102 232-1 V3.3.1 (2013-02)
l2CC [6] L2CC,
tTRAFFIC-1 [7] TS101909201.TTRAFFIC,
cTTRAFFIC-1 [8] TS101909201.CTTRAFFIC,
...
...
@@ -347,7 +343,7 @@ CCContents ::= CHOICE
cTTRAFFIC-2 [10] TS101909202.CTTRAFFIC,
pstnIsdnCC [11] PstnIsdnCC,
iPMMCC [12] IPMMCC,
cCIPPacketHeader [13] CDMA2000CCModule.CCIPPacketHeader,
-- tag [13] deprecated in version32, ETSI TS 102 232-1 V3.24.1 (2021-07)
messagingCC [14] MessagingCC,
ePSCC [15] OCTET STRING,
uMTSCC-CC-PDU [16] Umts-HI3-PS.CC-PDU,
...
...
@@ -404,6 +400,7 @@ IRIType ::= ENUMERATED
IRIContents ::= CHOICE
-- Any of these choices may be commented out if they are not being used (see clause A.3)
{
-- tag [0] deprecated in version15, ETSI TS 102 232-1 V3.3.1 (2013-02)
emailIRI [1] EmailIRI,
iPIRI [2] IPIRI,
iPIRIOnly [3] IPIRIOnly,
...
...
@@ -416,8 +413,8 @@ IRIContents ::= CHOICE
tARGETACTIVITYMONITOR-2 [9] TS101909202.TARGETACTIVITYMONITOR,
pstnIsdnIRI [10] PstnIsdnIRI,
iPMMIRI [11] IPMMIRI,
lAESProtocol [12] Laesp-j-std-025-b.LAESProtocol,
cDMA2000LAESMessage [13] CDMA2000CIIModule.CDMA2000LAESMessage,
-- tag [12] deprecated in version32, ETSI TS 102 232-1 V3.24.1 (2021-07)
-- tag [13] deprecated in version32, ETSI TS 102 232-1 V3.24.1 (2021-07)
messagingIRI [14] MessagingIRI,
ePSIRI [15] EPSIRI,
confIRI [16] ConfIRI,
...
...
@@ -735,4 +732,4 @@ LawfulInterceptionIdentifier ::= LIID
-- module to preserve the original type name during the
-- removal of imports from ETSI TS 101 671 [4].
END --end of LI-PS-PDU
END --end of LI-PS-PDU
\ No newline at end of file
102232-1/portal/LI-PS-PDU,ver3
1
.txt
→
102232-1/portal/LI-PS-PDU,ver3
2
.txt
View file @
521bd7d8
LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
1
(3
1
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version3
2
(3
2
)}
DEFINITIONS IMPLICIT TAGS ::=
...
...
@@ -11,7 +11,7 @@ IMPORTS
-- from ETSI TS 103 280 [44]
LIID
FROM Common-Parameters
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version2
1
1(2
1
1)}
{itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version2
3
1(2
3
1)}
-- from ETSI TS 101 671 [4]
...
...
@@ -20,12 +20,12 @@ IMPORTS
Location,
Network-Element-Identifier
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
7
(1
7
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version1
8
(1
8
)}
-- from ETSI TS 101 671 [4]
HI1-Operation
FROM HI1NotificationOperations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi1(0) notificationOperations(1) version
6(6
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi1(0) notificationOperations(1) version
7(7
)}
-- from ETSI TS 102 232-2 [5]
EmailCC,
...
...
@@ -34,7 +34,7 @@ IMPORTS
MessagingMMCC,
MessagingIRI
FROM EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
7
(1
7
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
8
(1
8
)}
-- from ETSI TS 102 232-3 [6]
IPCC,
...
...
@@ -181,21 +181,10 @@ IMPORTS
FROM TS101909202
{itu-t(0) identified-organization(4) etsi(0) ts101909(1909) part20(20) subpart2(2) interceptVersion(0)}
-- from J-STD-025-B [39]
LAESProtocol
FROM Laesp-j-std-025-b
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) j-std-025(0) j-std-025-b(2) version-1(0)}
CDMA2000LAESMessage
FROM CDMA2000CIIModule
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cii(0) version-2(1)}
CCIPPacketHeader
FROM CDMA2000CCModule
{iso(1) member-body(2) us(840) tia(113737) laes(2) tr45(0) cdma2000(1) cc(1) version-1(0)}
-- from ETSI TS 103 462 [45]
ILHIPayload
FROM ILHIPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version
1(1
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) informationHandover(4) ilhi(0) ilhiPdu(0) version
2(2
)}
-- This import is only used for the handover between LEMFs.
-- from 3GPP TS 33.128 [46]
...
...
@@ -215,7 +204,7 @@ IMPORTS
lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version3
1
(3
1
)}
li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version3
2
(3
2
)}
-- ====================
-- Top-level definition
...
...
@@ -242,7 +231,11 @@ PSHeader ::= SEQUENCE
interceptionPointID [6] PrintableString (SIZE (1..8)) OPTIONAL,
-- see clause 5.2.11
microSecondTimeStamp [7] MicroSecondTimeStamp OPTIONAL,
timeStampQualifier [8] TimeStampQualifier OPTIONAL
timeStampQualifier [8] TimeStampQualifier OPTIONAL,
extendedInterceptionPointID [9] OCTET STRING (SIZE (1..65535)) OPTIONAL,
-- see clause 5.2.13
networkFunctionIdentifier [10] OCTET STRING (SIZE (1..65535)) OPTIONAL
-- see clause 5.2.14
}
Payload ::= CHOICE
...
...
@@ -283,10 +276,10 @@ HI4Payload ::= CHOICE
CommunicationIdentifier ::= SEQUENCE
{
networkIdentifier [0] NetworkIdentifier,
communicationIdentityNumber [1] INTEGER (0..4294967295) OPTIONAL,
communicationIdentityNumber
[1] INTEGER (0..4294967295) OPTIONAL,
-- in case of transport of HI1 messages not required
-- Mandatory for CC and IRI, with certain exceptions (see clause 5.2.4)
deliveryCountryCode [2] PrintableString (SIZE (2)) OPTIONAL,
deliveryCountryCode
[2] PrintableString (SIZE (2)) OPTIONAL,
-- see clause 5.2.4
...,
cINExtension [3] CorrelationValues OPTIONAL
...
...
@@ -336,10 +329,13 @@ PayloadDirection ::= ENUMERATED
CCContents ::= CHOICE
-- Any of these choices may be commented out if they are not being used, see clause A.3
{
-- tag [0] deprecated in version15, ETSI TS 102 232-1 V3.3.1 (2013-02)
emailCC [1] EmailCC,
iPCC [2] IPCC,
-- tag [3] not used
uMTSCC [4] OCTET STRING,
...,
-- tag [5] deprecated in version15, ETSI TS 102 232-1 V3.3.1 (2013-02)
l2CC [6] L2CC,
tTRAFFIC-1 [7] TS101909201.TTRAFFIC,
cTTRAFFIC-1 [8] TS101909201.CTTRAFFIC,
...
...
@@ -347,7 +343,7 @@ CCContents ::= CHOICE
cTTRAFFIC-2 [10] TS101909202.CTTRAFFIC,
pstnIsdnCC [11] PstnIsdnCC,
iPMMCC [12] IPMMCC,
cCIPPacketHeader [13] CDMA2000CCModule.CCIPPacketHeader,
-- tag [13] deprecated in version32, ETSI TS 102 232-1 V3.24.1 (2021-07)
messagingCC [14] MessagingCC,
ePSCC [15] OCTET STRING,
uMTSCC-CC-PDU [16] Umts-HI3-PS.CC-PDU,
...
...
@@ -404,6 +400,7 @@ IRIType ::= ENUMERATED
IRIContents ::= CHOICE
-- Any of these choices may be commented out if they are not being used (see clause A.3)
{
-- tag [0] deprecated in version15, ETSI TS 102 232-1 V3.3.1 (2013-02)
emailIRI [1] EmailIRI,
iPIRI [2] IPIRI,
iPIRIOnly [3] IPIRIOnly,
...
...
@@ -416,8 +413,8 @@ IRIContents ::= CHOICE
tARGETACTIVITYMONITOR-2 [9] TS101909202.TARGETACTIVITYMONITOR,
pstnIsdnIRI [10] PstnIsdnIRI,
iPMMIRI [11] IPMMIRI,
lAESProtocol [12] Laesp-j-std-025-b.LAESProtocol,
cDMA2000LAESMessage [13] CDMA2000CIIModule.CDMA2000LAESMessage,
-- tag [12] deprecated in version32, ETSI TS 102 232-1 V3.24.1 (2021-07)
-- tag [13] deprecated in version32, ETSI TS 102 232-1 V3.24.1 (2021-07)
messagingIRI [14] MessagingIRI,
ePSIRI [15] EPSIRI,
confIRI [16] ConfIRI,
...
...
102232-2/EmailPDU.asn
View file @
521bd7d8
This diff is collapsed.
Click to expand it.
102232-2/portal/EmailPDU,ver1
7
.txt
→
102232-2/portal/EmailPDU,ver1
8
.txt
View file @
521bd7d8
-- ============================
-- Description of the Email PDU
-- ============================
EmailPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
7
(1
7
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) email(2) version1
8
(1
8
)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
-- from TS 102 232-1 [3]
-- from
ETSI
TS 102 232-1 [3]
IPAddress
FROM LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version26(26)}
-- from TS 102 232-5 [38]
-- from
ETSI
TS 102 232-5 [38]
IPMMCC
FROM IPMultimediaPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version8(8)};
...
...
@@ -21,11 +25,12 @@ IMPORTS
-- Object Identifier Definition
-- ============================
emailIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version17(17) iRI(1)}
emailCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version17(17) cC(2)}
messagingIRIObjId RELATIVE-OID ::= {li-ps(5) email(2) version17(17) messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version17(17) messagingCC(4)}
messagingMMCCObjId RELATIVE-OID ::= {li-ps(5) email(2) version17(17) messagingMMCC(5)}
emailPDUObjId RELATIVE-OID ::= {li-ps(5) email(2) version18(18)}
emailIRIObjId RELATIVE-OID ::= {emailPDUObjId iRI(1)}
emailCCObjId RELATIVE-OID ::= {emailPDUObjId cC(2)}
messagingIRIObjId RELATIVE-OID ::= {emailPDUObjId messagingIRI(3)}
messagingCCObjId RELATIVE-OID ::= {emailPDUObjId messagingCC(4)}
messagingMMCCObjId RELATIVE-OID ::= {emailPDUObjId messagingMMCC(5)}
-- definitions are relative to
-- {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)}
...
...
@@ -76,9 +81,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
-- Not available in some cases; if a value is available, it shall 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
-- Not available in some cases; if a value is available, it shall 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,
...
...
@@ -149,7 +156,7 @@ AAAInformation ::= CHOICE
-- The AAAInformation field allows for POP3 and authenticated SMTP AAA information
{
pOP3AAAInformation [0] POP3AAAInformation,
aSMTPAAAInformation
[1] ASMTPAAAInformation,
aSMTPAAAInformation [1] ASMTPAAAInformation,
...,
iMAPAAAInformation [2] IMAPAAAInformation
}
...
...
@@ -210,7 +217,7 @@ AAAauthMethod ::= ENUMERATED
MessagingCC ::= SEQUENCE
-- MessagingCC is the PDU sent for the captured content
{
messaging-cc-obj-id
[0] RELATIVE-OID,
messaging-cc-obj-id [0] RELATIVE-OID,
event-identifier [1] INTEGER (0..4294967295),
-- Used to correlate to MessagingIRI within the same CIN
content-identifier [2] INTEGER (0..4294967295) OPTIONAL,
...
...
@@ -225,6 +232,7 @@ MessagingCC ::= SEQUENCE
-- Refer to IETF RFC 2045 [20]
}
MessagingMMCC ::= SEQUENCE
-- MessagingMMCC is the PDU sent for the captured IPMMCC content
{
...
...
@@ -306,8 +314,7 @@ Messaging-Box-Event ::= ENUMERATED
disconnect(16),
connect(17),
...,
unknown(0),
unknown(0),
greeting-play(18),
language-change(19),
pin-security-enable(20),
...
...
@@ -317,7 +324,11 @@ Messaging-Box-Event ::= ENUMERATED
personal-operator-remove(24),
additional-destination-add(25),
additional-destination-change(26),
additional-destination-remove(27), auto-play-enable(28), auto-play-disable(29), header-play-enable(30), header-play-disable(31)
additional-destination-remove(27),
auto-play-enable(28),
auto-play-disable(29),
header-play-enable(30),
header-play-disable(31)
}
Messaging-Notification-Event ::= ENUMERATED
...
...
@@ -357,7 +368,7 @@ Messaging-Party-Information ::= SEQUENCE
party-identity [1] Messaging-Party-Identity,
...,
party-validity [2] Messaging-Party-Validity OPTIONAL,
copy-qualifier [3]
Messaging-Copy-Qualifier OPTIONAL
copy-qualifier [3]
Messaging-Copy-Qualifier OPTIONAL
}
Messaging-Party-Qualifier ::= ENUMERATED
...
...
@@ -372,52 +383,54 @@ Messaging-Party-Qualifier ::= ENUMERATED
-- the terminating party and all information provided by this party.
...,
associated-party(3)
-- In this case, the partyInformation parameter provides the identites related to
-- an associated party and all information provided by this party
-- In this case, the partyInformation parameter provides the identit
i
es related to
-- an associated party and all information provided by this party
.
}
Messaging-Party-Identity ::= CHOICE
{
msisdn [0] OCTET STRING (SIZE (1..9)),
msisdn
[0] OCTET STRING (SIZE (1..9)),
-- MSISDN of the target, encoded in the same format as the AddressString
-- parameters defined in MAP format 3GPP TS 09.02 [22], clause 17.7.8.
e164-format [1] OCTET STRING (SIZE (1..25)),
e164-format
[1] OCTET STRING (SIZE (1..25)),
-- 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,
email-address [2] E-mail-Address-List,
-- 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
246
0 [34]
alphanumeric [4] UTF8String,
ip-address-and-port
[5] IP-Address-And-Port,
imsi [6] OCTET STRING (SIZE (3..8)),
ip-address
[3] IPAddress,
–
-IPAddress is defined by IETF RFC 791 [31] and RFC
820
0 [34]
alphanumeric
[4] UTF8String,
ip-address-and-port
[5] IP-Address-And-Port,
imsi
[6] OCTET STRING (SIZE (3..8)),
-- International Mobile Subscriber Identity of the target, encoded in the same format as the
-- 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)),
-- International Mobile Equipment Identity of the target, encoded in the same format as the
-- TBCD-STRING parameter defined in MAP format 3GPP TS 23.003 [37] clause 6
fax-url [8] OCTET STRING,
-- TBCD-STRING parameter defined in MAP format 3GPP TS 29.002 [36], clause 17.7.8.
–- It is defined in 3GPP TS 23.003 [37] clause 6.
fax-url [8] OCTET STRING,
-- see format defined in RFC 2806 [29].
tel-url [9] OCTET STRING,
-- see format used in TS
1
33.108 [5], TS 24
229[30] and defined in RFC 2806 [29].
modem-url [10] OCTET STRING,
tel-url
[9] OCTET STRING,
-- see format used in
3GPP
TS 33.108 [5],
3GPP
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
1
33.108 [5] and defined in RFC 3261 [32].
sips-uri [12] OCTET STRING,
sip-uri
[11] OCTET STRING,
-- see format used in in
3GPP
TS 33.108 [5] and defined in RFC 3261 [32].
sips-uri
[12] OCTET STRING,
-- see format defined in RFC 3261 [32].
nai [13] OCTET STRING
nai
[13] OCTET STRING
-- Network Access Identity of the party, encoded in the same format as used EPS
-
- domain in TS
1
33.108 [5] and defined in RFC
428
2 [33].
–
- domain in
3GPP
TS 33.108 [5] and defined in RFC
754
2 [33].
}
IP-Address-And-Port ::= SEQUENCE
{
ip-address [0] IPAddress,
-
- IPAddress is defined by IETF RFC 791 [31] and RFC
246
0 [34]
–
- IPAddress is defined by IETF RFC 791 [31] and RFC
820
0 [34]
port-number [1] INTEGER,
-
- port-number is defined by IETF RFC 6
5
33 [35]
–
- port-number is defined by IETF RFC 633
5
[35]
...
}
...
...
@@ -438,7 +451,6 @@ Messaging-Copy-Qualifier ::= ENUMERATED
...
}
Messaging-Trigger ::= ENUMERATED
{
unknown(0),
...
...
@@ -457,9 +469,9 @@ Messaging-Property ::= CHOICE
greeting-type [2] Messaging-Property-Greeting-Type,
notification-type [3] Messaging-Property-Notification-Type,
language [4] OCTET STRING,
-- Language according to RFC
306
6 [24]
message-identifier [5]
OCTET STRING,
subject [6]
UTF8String,
-- Language according to RFC
464
6 [24]
message-identifier [5]
OCTET STRING,
subject [6]
UTF8String,
user-agent [7] UTF8String,
password [8] OCTET STRING,
message-status [9] Messaging-Property-Message-Status,
...
...
@@ -498,7 +510,10 @@ Messaging-Property-Notification-Type ::= ENUMERATED
allow-delivery-report(6),
deny-delivery-report(7),
message-wait-indication(8),
voice-to-text(9), new-message-sms(10), new-message-outcall(11), new-message-reminder(12)
voice-to-text(9),
new-message-sms(10),
new-message-outcall(11),
new-message-reminder(12)
}
Messaging-Property-Message-Status ::= ENUMERATED
...
...
103120/dictionaries/ts_103120_Dictionaries.xsd
View file @
521bd7d8
...
...
@@ -29,4 +29,3 @@
</xs:sequence>
</xs:complexType>
</xs:schema>
103120/portal/dictionaries/ts_103120v010
8
01p0_Dictionaries.xsd
→
103120/portal/dictionaries/ts_103120v010
9
01p0_Dictionaries.xsd
View file @
521bd7d8
File moved
103120/portal/dictionaries/ts_103120v010
8
01p0_ETSIDictionaryDefinitions.xml
→
103120/portal/dictionaries/ts_103120v010
9
01p0_ETSIDictionaryDefinitions.xml
View file @
521bd7d8
File moved
103120/portal/examples/example.key
0 → 100644
View file @
521bd7d8
-----BEGIN PRIVATE KEY-----
MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDc9UQSsRmchhOC
ixyrHvmjmDFeIApVlfTfVV5RJL/280wDlAYymhAcEcvMOyvBCHq4c3M8hBxt9zKD
mV+NbcDqXyblt8rVpjzbggn3Ch2dMJ/kLNO+O+WJSl3Jpyx3b4r8IVoUDXai2sjX
8jLNYI4TC673X3xX1VikzcGwFjt2zbL+WLHEnvUVeG/8FJfRl2ttWlSFMA2252ak
OwtAPF4AKJBW5pXSeILA+K32bf+Y5JMODWwI+njylAafTFV1eM/dTOSEKYCHVCN0
cxiO6KCC2GSzLeQEGWmh/C+uyhSlLW/6EyEHJcLdi6eTPunYJGanai6PLLr5zNWX
lvcj/YbZAgMBAAECggEAbm1BPRo3U4uKWpaNmFPdrU3VdlYK9CUCgU8X2PPF4HRN
TAiBZG6smGqocIQt5MYJFv/T2q2ny6lcHHrdT0BHxpoRRYMqIsZ26bk+o7DxheqU
LiPdGtiyaX+6CZq71WDwk/tTGmx0GwW+lHXdv9h+iLQxGD4nVXoxWAPgxdEGnONY
gSYbOhXz+MEFZaW8HnVPfoA+RR9Hg59gnmBCZlhbahqf3WnjAwgS0nsbSUN57wVi
FcWHWLyzv94bQHcTgalXqVakQv5+ymJKF4ImiYUP2rLPQ8ubqwmdQ6xI8Gp3AGCr
FY5koP3JT2mMY+aZJEEGWE3U4JRDyrkOpI34No8iEQKBgQD6niFOopCjE2k7eIFr
c+s5Khp3ITmcgV4tycxngXOQw8GnPEzzZUW7xodTiMPLYz/8lFbJvCAWCeQpmVWX
U8OX9anzY0U0ILbolXpdpGdZkBHbKWtAVBNOZ/lY0SAmt6/ZWf/EcqpMm/fH+iph
aqafwQuX4qhy9HlwY2qwyj5y5QKBgQDhtBH9/9Hy0X2HI+uzNRaU0y1BqvuqjHOf
1v57DM5uYF0MAp1SAfAJcx+jUXdf28Nr4GlxBIvQumq6rsvfKhqBINsKgJf/4+PA
Lv+fofeUEEqrGHuecB4NbdHP5XIIiuyyuOtRhGq/sclOQSZAa1kxajGvDI1AVHL4
LCwcy9HA5QKBgQDIq+2HhWvC6DwOvoMCgyMJ9siSMyxqQLwkdb0R8/mRJO3e9s22
5pRbsq+RF6WPKb2GhVCo39XhT7I+DOUX8p5fAvo+RHKZNsi+m1ILwSRv9ogVsKiM
LcX3thFWKL1RwysvIn1F03rBNPHGUm206yzYJj8eMwMmaNMERtabEJXIcQKBgHct
Kvbwlr5daafrCrDkzlilLVdoXlzOrtrung8BUxsrHNaTptg/l6yVslX9VUgzdXvH
0kVP/jenx2VtmM7sn3Qhkid4gUon3gGDj4yN7HmtJJA1bEjbsLKsk0XwRIdIO/We
+PphLjCsQrxkYDtRs5YJGdTxjsAyF0b9pAlMgiQVAoGBAK/NGV5+IPDHEmz0CNJN
ApaA2jG8KrsIPWNpgOC3CxPMT3kWYK601y0CLw8ZpUnVTMfPkKMSOVsqaOpHV6eP
Oecq3bP1CiNunro+j3EOIDIST2ttrlNuKIBaiz63ZMNDbs/DyaGL8Zf688OJCXsb
yCWSJh8NbrNblNfI0jaMoTGw
-----END PRIVATE KEY-----
103120/portal/examples/example.pem
0 → 100644
View file @
521bd7d8
-----BEGIN CERTIFICATE-----
MIIC/zCCAeegAwIBAgIUUOGdj0hEfnnW9gqIOCTJ9EUocnMwDQYJKoZIhvcNAQEL
BQAwDzENMAsGA1UEAwwEdGVzdDAeFw0yMTA2MjUwNzIyMDlaFw0yNDAzMjEwNzIy
MDlaMA8xDTALBgNVBAMMBHRlc3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQDc9UQSsRmchhOCixyrHvmjmDFeIApVlfTfVV5RJL/280wDlAYymhAcEcvM
OyvBCHq4c3M8hBxt9zKDmV+NbcDqXyblt8rVpjzbggn3Ch2dMJ/kLNO+O+WJSl3J
pyx3b4r8IVoUDXai2sjX8jLNYI4TC673X3xX1VikzcGwFjt2zbL+WLHEnvUVeG/8
FJfRl2ttWlSFMA2252akOwtAPF4AKJBW5pXSeILA+K32bf+Y5JMODWwI+njylAaf
TFV1eM/dTOSEKYCHVCN0cxiO6KCC2GSzLeQEGWmh/C+uyhSlLW/6EyEHJcLdi6eT
PunYJGanai6PLLr5zNWXlvcj/YbZAgMBAAGjUzBRMB0GA1UdDgQWBBSFT3NqexF1
LcYkjqUr9MMTIFp/ATAfBgNVHSMEGDAWgBSFT3NqexF1LcYkjqUr9MMTIFp/ATAP
BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQCzwydpNgq680qWmd0D
4ya9fHUopeX7LBSYOU7NU3CagjXnUMwaCmSpokkH0Wvn1UtXDUF+slA9bEeXkfZm
70YW8msIEt1mljDi4CBI+MvaJ40OJkXwkQUE3dhj9LJl5Nv0UBEyv7k/a/6+eO9K
OQoHIVqXwrWs9JHTW6T4diN1w7xcgvSXhlcOySHjfNzFzferqx8i0/Wz6jD/7YSC
FOEaUrXbeFS3asRoZRLW6uXgfDJ7qfCmUZZ853OF3MN63OwWjPGxtFmeZAqMS/K0
FKgwMCrmZlVq6Fx87E+sc3eppXIceCau/+CHG91mRvMSha6jQD7jLMT9xjND5Dob
/scV
-----END CERTIFICATE-----
103120/portal/examples/mutliple-auth-example-request.xml
View file @
521bd7d8
...
...
@@ -12,7 +12,7 @@
<TransactionIdentifier>
d442c58c-d5e1-4fd9-90ec-9c228ad947f1
</TransactionIdentifier>
<Timestamp>
2020-09-22T08:06:17.025833Z
</Timestamp>
<Version>
<ETSIVersion>
V1.
8
.1
</ETSIVersion>
<ETSIVersion>
V1.
9
.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.1.1
</NationalProfileVersion>
</Version>
...
...
103120/portal/examples/request1.xml
View file @
521bd7d8
...
...
@@ -12,7 +12,7 @@
<TransactionIdentifier>
c02358b2-76cf-4ba4-a8eb-f6436ccaea2e
</TransactionIdentifier>
<Timestamp>
2015-09-01T12:00:00.000000Z
</Timestamp>
<Version>
<ETSIVersion>
V1.
8
.1
</ETSIVersion>
<ETSIVersion>
V1.
9
.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.0
</NationalProfileVersion>
</Version>
...
...
103120/portal/examples/request2.xml
View file @
521bd7d8
...
...
@@ -12,7 +12,7 @@
<TransactionIdentifier>
45002c1e-dc4a-470a-9152-8e752638c86c
</TransactionIdentifier>
<Timestamp>
2015-09-01T12:01:00.000000Z
</Timestamp>
<Version>
<ETSIVersion>
V1.
8
.1
</ETSIVersion>
<ETSIVersion>
V1.
9
.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.0
</NationalProfileVersion>
</Version>
...
...
103120/portal/examples/request3.xml
View file @
521bd7d8
...
...
@@ -12,7 +12,7 @@
<TransactionIdentifier>
69353ac0-9582-4c71-b162-86259c99de20
</TransactionIdentifier>
<Timestamp>
2015-09-01T12:02:00.000000Z
</Timestamp>
<Version>
<ETSIVersion>
V1.
8
.1
</ETSIVersion>
<ETSIVersion>
V1.
9
.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.0
</NationalProfileVersion>
</Version>
...
...
103120/portal/examples/request4.xml
View file @
521bd7d8
...
...
@@ -12,7 +12,7 @@
<TransactionIdentifier>
c02358b2-76cf-4ba4-a8eb-f6436ccaea2e
</TransactionIdentifier>
<Timestamp>
2019-09-30T13:37:00.000000Z
</Timestamp>
<Version>
<ETSIVersion>
V1.
8
.1
</ETSIVersion>
<ETSIVersion>
V1.
9
.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.0
</NationalProfileVersion>
</Version>
...
...
103120/portal/examples/request5-Binary-Delivery.xml
View file @
521bd7d8
...
...
@@ -12,7 +12,7 @@
<TransactionIdentifier>
8854cfad-44ac-43b8-99ae-530b690b43da
</TransactionIdentifier>
<Timestamp>
2019-09-30T13:37:37.000000Z
</Timestamp>
<Version>
<ETSIVersion>
V1.
8
.1
</ETSIVersion>
<ETSIVersion>
V1.
9
.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.0
</NationalProfileVersion>
</Version>
...
...
103120/portal/examples/request5-XML-Delivery.xml
View file @
521bd7d8
...
...
@@ -12,7 +12,7 @@
<TransactionIdentifier>
8854cfad-44ac-43b8-99ae-530b690b43da
</TransactionIdentifier>
<Timestamp>
2019-09-30T13:37:37.000000Z
</Timestamp>
<Version>
<ETSIVersion>
V1.
8
.1
</ETSIVersion>
<ETSIVersion>
V1.
9
.1
</ETSIVersion>
<NationalProfileOwner>
XX
</NationalProfileOwner>
<NationalProfileVersion>
v1.0
</NationalProfileVersion>
</Version>
...
...
103120/portal/examples/request6.xml
0 → 100644
View file @
521bd7d8
<?xml version="1.0" encoding="utf-8"?>
<HI1Message
xmlns=
"http://uri.etsi.org/03120/common/2019/10/Core"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:common=
"http://uri.etsi.org/03120/common/2016/02/Common"
xmlns:task=
"http://uri.etsi.org/03120/common/2020/09/Task"
xmlns:auth=
"http://uri.etsi.org/03120/common/2020/09/Authorisation"
>
<Header>
<SenderIdentifier>
<CountryCode>
XX
</CountryCode>
<UniqueIdentifier>
ACTOR01
</UniqueIdentifier>
</SenderIdentifier>
<ReceiverIdentifier>
<CountryCode>
XX
</CountryCode>
<UniqueIdentifier>
ACTOR02
</UniqueIdentifier>
</ReceiverIdentifier>
<TransactionIdentifier>
9964584e-c1a5-4ffa-b949-d9da504c4efb
</TransactionIdentifier>
<Timestamp>
2021-06-25T12:00:00.000000Z
</Timestamp>
<Version>