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
c89ca560
Commit
c89ca560
authored
Jun 15, 2020
by
canterburym
Browse files
TS 102 232-3 v3.7.1 (2017-11-23) agreed at LI#46 (Rotterdam, 2017-10-03)
parent
62bb5824
Pipeline
#4134
failed with stage
in 6 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
102232-3/IPAccessPDU.asn
View file @
c89ca560
IPAccessPDU
IPAccessPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version1
2
(1
2
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version1
3
(1
3
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
BEGIN
IMPORTS
IMPORTS
-- from ETSI TS 101 671 [1]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version18(18)}
-- from ETSI TS 102 232-1 [2]
-- from ETSI TS 102 232-1 [2]
IPAddress
Location
Location
FROM LI-PS-PDU
FROM LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
4
(2
4
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
6
(2
6
)};
-- ============================
-- ============================
-- Object Identifier Definition
-- Object Identifier Definition
-- ============================
-- ============================
iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
2
(1
2
) iRI(1)}
iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
3
(1
3
) iRI(1)}
iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
2
(1
2
) cC(2)}
iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
3
(1
3
) cC(2)}
iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
2
(1
2
) iRIOnly(3)}
iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
3
(1
3
) iRIOnly(3)}
-- all three definitions relative to {itu-t(0) identified-organization(4)
-- all three definitions relative to {itu-t(0) identified-organization(4)
-- etsi(0) securityDomain(2) lawfulintercept(2)}
-- etsi(0) securityDomain(2) lawfulintercept(2)}
...
@@ -110,8 +106,14 @@ IPIRIContents ::= SEQUENCE
...
@@ -110,8 +106,14 @@ IPIRIContents ::= SEQUENCE
-- This parameter will carry the second and subsequent IPv4 or IPv6 target IP addresses
-- This parameter will carry the second and subsequent IPv4 or IPv6 target IP addresses
-- It is used when multiple subnet/prefix ranges are assigned to a target service.
-- It is used when multiple subnet/prefix ranges are assigned to a target service.
-- Use of this field is fully described in section 6.2.1
-- Use of this field is fully described in section 6.2.1
location [24] Location OPTIONAL
location [24] Location OPTIONAL
,
-- The location associated with the target
-- The location associated with the target
pOPPortID [25] OCTET STRING OPTIONAL,
-- This field will carry the NAS-Port-ID as defined in RFC 2869 [17]:
-- This parameter shall be populated with the RADIUS value.
framedRoutes [26] SEQUENCE OF FramedRoute OPTIONAL
-- It is used to list all the available Framed Route and Framed IPv6 Route information
}
}
...
@@ -124,7 +126,7 @@ AccessEventType ::= ENUMERATED
...
@@ -124,7 +126,7 @@ AccessEventType ::= ENUMERATED
accessReject(2),
accessReject(2),
-- IAS access is refused to the target
-- IAS access is refused to the target
accessFailed(3),
accessFailed(3),
-- The
a
ccess
A
ttempt timed-out or failed otherwise
-- The
A
ccess
_a
ttempt timed-out or failed otherwise
sessionStart(4),
sessionStart(4),
-- A target starts using the IAS; not in use anymore from version 4(4)
-- A target starts using the IAS; not in use anymore from version 4(4)
sessionEnd(5),
sessionEnd(5),
...
@@ -245,6 +247,19 @@ OtherTargetIdentifiers ::= CHOICE
...
@@ -245,6 +247,19 @@ OtherTargetIdentifiers ::= CHOICE
...
...
}
}
FramedRoute ::= CHOICE
{
-- Additional Framed Route prefix information associated with the target service
framedRoute [0] OCTET STRING,
-- This could contain an IPv4 as well as IPv6 FramedRoute information
-- including additional information such Gateway address and
-- one or more metrics in texual format.
-- This parameter shall be populated with the RADIUS value.
...
}
-- =====================================================
-- =====================================================
-- Intercept-related information for IRI-Only intercepts
-- Intercept-related information for IRI-Only intercepts
-- =====================================================
-- =====================================================
...
...
102232-3/portal/IPAccessPDU,ver1
2
.txt
→
102232-3/portal/IPAccessPDU,ver1
3
.txt
View file @
c89ca560
IPAccessPDU
IPAccessPDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version1
2
(1
2
)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version1
3
(1
3
)}
DEFINITIONS IMPLICIT TAGS ::=
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
BEGIN
IMPORTS
IMPORTS
-- from ETSI TS 101 671 [1]
IPAddress
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version18(18)}
-- from ETSI TS 102 232-1 [2]
-- from ETSI TS 102 232-1 [2]
IPAddress
Location
Location
FROM LI-PS-PDU
FROM LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
4
(2
4
)};
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version2
6
(2
6
)};
-- ============================
-- ============================
-- Object Identifier Definition
-- Object Identifier Definition
-- ============================
-- ============================
iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
2
(1
2
) iRI(1)}
iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
3
(1
3
) iRI(1)}
iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
2
(1
2
) cC(2)}
iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
3
(1
3
) cC(2)}
iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
2
(1
2
) iRIOnly(3)}
iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version1
3
(1
3
) iRIOnly(3)}
-- all three definitions relative to {itu-t(0) identified-organization(4)
-- all three definitions relative to {itu-t(0) identified-organization(4)
-- etsi(0) securityDomain(2) lawfulintercept(2)}
-- etsi(0) securityDomain(2) lawfulintercept(2)}
...
@@ -110,8 +106,14 @@ IPIRIContents ::= SEQUENCE
...
@@ -110,8 +106,14 @@ IPIRIContents ::= SEQUENCE
-- This parameter will carry the second and subsequent IPv4 or IPv6 target IP addresses
-- This parameter will carry the second and subsequent IPv4 or IPv6 target IP addresses
-- It is used when multiple subnet/prefix ranges are assigned to a target service.
-- It is used when multiple subnet/prefix ranges are assigned to a target service.
-- Use of this field is fully described in section 6.2.1
-- Use of this field is fully described in section 6.2.1
location [24] Location OPTIONAL
location [24] Location OPTIONAL
,
-- The location associated with the target
-- The location associated with the target
pOPPortID [25] OCTET STRING OPTIONAL,
-- This field will carry the NAS-Port-ID as defined in RFC 2869 [17]:
-- This parameter shall be populated with the RADIUS value.
framedRoutes [26] SEQUENCE OF FramedRoute OPTIONAL
-- It is used to list all the available Framed Route and Framed IPv6 Route information
}
}
...
@@ -124,7 +126,7 @@ AccessEventType ::= ENUMERATED
...
@@ -124,7 +126,7 @@ AccessEventType ::= ENUMERATED
accessReject(2),
accessReject(2),
-- IAS access is refused to the target
-- IAS access is refused to the target
accessFailed(3),
accessFailed(3),
-- The
a
ccess
A
ttempt timed-out or failed otherwise
-- The
A
ccess
_a
ttempt timed-out or failed otherwise
sessionStart(4),
sessionStart(4),
-- A target starts using the IAS; not in use anymore from version 4(4)
-- A target starts using the IAS; not in use anymore from version 4(4)
sessionEnd(5),
sessionEnd(5),
...
@@ -245,6 +247,19 @@ OtherTargetIdentifiers ::= CHOICE
...
@@ -245,6 +247,19 @@ OtherTargetIdentifiers ::= CHOICE
...
...
}
}
FramedRoute ::= CHOICE
{
-- Additional Framed Route prefix information associated with the target service
framedRoute [0] OCTET STRING,
-- This could contain an IPv4 as well as IPv6 FramedRoute information
-- including additional information such Gateway address and
-- one or more metrics in texual format.
-- This parameter shall be populated with the RADIUS value.
...
}
-- =====================================================
-- =====================================================
-- Intercept-related information for IRI-Only intercepts
-- Intercept-related information for IRI-Only intercepts
-- =====================================================
-- =====================================================
...
...
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