Commit f023290e authored by canterburym's avatar canterburym
Browse files

TS 102 232-3 v2.3.1 (2011-08-17) agreed at LI#27 (Aaland, 2011-06-28)

parent c77af551
Pipeline #3979 passed with stage
in 6 seconds
IPAccessPDU IPAccessPDU
{itu-t(0) dentified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version6(6)} {itu-t(0) dentified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version7(7)}
DEFINITIONS IMPLICIT TAGS ::= DEFINITIONS IMPLICIT TAGS ::=
BEGIN BEGIN
...@@ -8,15 +8,15 @@ IMPORTS ...@@ -8,15 +8,15 @@ IMPORTS
-- from ETSI TS 101 671 [1] -- from ETSI TS 101 671 [1]
IPAddress IPAddress
FROM HI2Operations FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version10(10)}; {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version14(14)};
-- ============================ -- ============================
-- Object Identifier Definition -- Object Identifier Definition
-- ============================ -- ============================
iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version6(6) iRI(1)} iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version7(7) iRI(1)}
iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version6(6) cC(2)} iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version7(7) cC(2)}
iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version6(6) iRIOnly(3)} iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version7(7) 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)}
...@@ -57,6 +57,9 @@ IPIRIContents ::= SEQUENCE ...@@ -57,6 +57,9 @@ IPIRIContents ::= SEQUENCE
targetIPAddress [4] IPAddress OPTIONAL, targetIPAddress [4] IPAddress OPTIONAL,
-- IP address may not be available in case of failed logon attempts. -- IP address may not be available in case of failed logon attempts.
-- If it is available, it must be sent. -- If it is available, it must be sent.
-- When iPVersion is iPV4 or iPV6, the IP address is carried by this parameter
-- when iPVersion is iPV4andV6 (Ex : in case of Dual Stack IPv4-IPv6 architecture),
-- the additional IP address is carried by parameter additionalIPaddress.
targetNetworkID [5] UTF8String (SIZE (1..20)) OPTIONAL, targetNetworkID [5] UTF8String (SIZE (1..20)) OPTIONAL,
-- Target network ID (e.g. MAC address, PSTN number) -- Target network ID (e.g. MAC address, PSTN number)
targetCPEID [6] UTF8String (SIZE (1..128)) OPTIONAL, targetCPEID [6] UTF8String (SIZE (1..128)) OPTIONAL,
...@@ -89,7 +92,8 @@ IPIRIContents ::= SEQUENCE ...@@ -89,7 +92,8 @@ IPIRIContents ::= SEQUENCE
-- The identifier or name of the POP -- The identifier or name of the POP
pOPIPAddress [19] IPAddress OPTIONAL, pOPIPAddress [19] IPAddress OPTIONAL,
-- The IP address of the POP -- The IP address of the POP
nationalIPIRIParameters [20] NationalIPIRIParameters OPTIONAL nationalIPIRIParameters [20] NationalIPIRIParameters OPTIONAL,
additionalIPAddress [21] IPAddress OPTIONAL
} }
AccessEventType ::= ENUMERATED AccessEventType ::= ENUMERATED
...@@ -142,8 +146,11 @@ IPVersion ::= ENUMERATED ...@@ -142,8 +146,11 @@ IPVersion ::= ENUMERATED
{ {
iPV4(1), iPV4(1),
-- The IPv4 protocol is used -- The IPv4 protocol is used
iPV6(2) iPV6(2),
-- The IPv6 protocol is used -- The IPv6 protocol is used
iPV4andV6(3),
-- The IPv4 and IPv6 protocols are used
...
} }
EndReason ::= ENUMERATED EndReason ::= ENUMERATED
......
IPAccessPDU IPAccessPDU
{itu-t(0) dentified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version6(6)} {itu-t(0) dentified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPAccess(3) version7(7)}
DEFINITIONS IMPLICIT TAGS ::= DEFINITIONS IMPLICIT TAGS ::=
BEGIN BEGIN
...@@ -8,15 +8,15 @@ IMPORTS ...@@ -8,15 +8,15 @@ IMPORTS
-- from ETSI TS 101 671 [1] -- from ETSI TS 101 671 [1]
IPAddress IPAddress
FROM HI2Operations FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version10(10)}; {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version14(14)};
-- ============================ -- ============================
-- Object Identifier Definition -- Object Identifier Definition
-- ============================ -- ============================
iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version6(6) iRI(1)} iPIRIObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version7(7) iRI(1)}
iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version6(6) cC(2)} iPCCObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version7(7) cC(2)}
iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version6(6) iRIOnly(3)} iPIRIOnlyObjId RELATIVE-OID ::= {li-ps(5) iPAccess(3) version7(7) 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)}
...@@ -57,6 +57,9 @@ IPIRIContents ::= SEQUENCE ...@@ -57,6 +57,9 @@ IPIRIContents ::= SEQUENCE
targetIPAddress [4] IPAddress OPTIONAL, targetIPAddress [4] IPAddress OPTIONAL,
-- IP address may not be available in case of failed logon attempts. -- IP address may not be available in case of failed logon attempts.
-- If it is available, it must be sent. -- If it is available, it must be sent.
-- When iPVersion is iPV4 or iPV6, the IP address is carried by this parameter
-- when iPVersion is iPV4andV6 (Ex : in case of Dual Stack IPv4-IPv6 architecture),
-- the additional IP address is carried by parameter additionalIPaddress.
targetNetworkID [5] UTF8String (SIZE (1..20)) OPTIONAL, targetNetworkID [5] UTF8String (SIZE (1..20)) OPTIONAL,
-- Target network ID (e.g. MAC address, PSTN number) -- Target network ID (e.g. MAC address, PSTN number)
targetCPEID [6] UTF8String (SIZE (1..128)) OPTIONAL, targetCPEID [6] UTF8String (SIZE (1..128)) OPTIONAL,
...@@ -89,7 +92,8 @@ IPIRIContents ::= SEQUENCE ...@@ -89,7 +92,8 @@ IPIRIContents ::= SEQUENCE
-- The identifier or name of the POP -- The identifier or name of the POP
pOPIPAddress [19] IPAddress OPTIONAL, pOPIPAddress [19] IPAddress OPTIONAL,
-- The IP address of the POP -- The IP address of the POP
nationalIPIRIParameters [20] NationalIPIRIParameters OPTIONAL nationalIPIRIParameters [20] NationalIPIRIParameters OPTIONAL,
additionalIPAddress [21] IPAddress OPTIONAL
} }
AccessEventType ::= ENUMERATED AccessEventType ::= ENUMERATED
...@@ -142,8 +146,11 @@ IPVersion ::= ENUMERATED ...@@ -142,8 +146,11 @@ IPVersion ::= ENUMERATED
{ {
iPV4(1), iPV4(1),
-- The IPv4 protocol is used -- The IPv4 protocol is used
iPV6(2) iPV6(2),
-- The IPv6 protocol is used -- The IPv6 protocol is used
iPV4andV6(3),
-- The IPv4 and IPv6 protocols are used
...
} }
EndReason ::= ENUMERATED EndReason ::= ENUMERATED
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment