Commit 2fd61316 authored by Chris Chapman's avatar Chris Chapman Committed by canterburym
Browse files

TS 102232-1 CR0100 - Extending options for location information

parent ebf3d4ff
LI-PS-PDU LI-PS-PDU
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version33(33)} {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version34(34)}
DEFINITIONS IMPLICIT TAGS ::= DEFINITIONS IMPLICIT TAGS ::=
...@@ -190,7 +190,8 @@ IMPORTS ...@@ -190,7 +190,8 @@ IMPORTS
-- from 3GPP TS 33.128 [46] -- from 3GPP TS 33.128 [46]
LINotificationPayload, LINotificationPayload,
IRIPayload, IRIPayload,
CCPayload CCPayload,
UserLocation
FROM TS33128Payloads FROM TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19)}; {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19)};
-- The relevant module (including the 3GPP release and version number) -- The relevant module (including the 3GPP release and version number)
...@@ -204,7 +205,7 @@ IMPORTS ...@@ -204,7 +205,7 @@ IMPORTS
lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)} 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) version33(33)} li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version34(34)}
-- ==================== -- ====================
-- Top-level definition -- Top-level definition
...@@ -667,7 +668,8 @@ Location ::= SEQUENCE ...@@ -667,7 +668,8 @@ Location ::= SEQUENCE
epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL, epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL,
..., ...,
wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL, wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL,
eTSI671HI2Location [3] HI2Operations.Location OPTIONAL eTSI671HI2Location [3] HI2Operations.Location OPTIONAL,
threeGPP33128UserLocation [4] TS33128Payloads.UserLocation OPTIONAL
} }
WlanLocationAttributes ::= SEQUENCE WlanLocationAttributes ::= SEQUENCE
......
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