diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 3a535a96f74449b20a352c6d293103c457c26a77..f085bbe9de1833fd4469c6400251c6447b7751ac 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -1,5 +1,5 @@ LI-PS-PDU -{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version18(18)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version19(19)} DEFINITIONS IMPLICIT TAGS ::= @@ -48,7 +48,7 @@ IMPORTS IPMMCC, IPMMIRI FROM IPMultimediaPDU - {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version6(6)} + {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version7(7)} -- from TS 102 232-06 [36] PstnIsdnCC, @@ -59,7 +59,8 @@ IMPORTS -- from 3GPP TS 33.108 [9] IRI-Parameters, UmtsIRIsContent, - CorrelationValues + CorrelationValues, + Location FROM UmtsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) hi2(1)} -- The relevant module (including the UMTS release and version number) needs @@ -75,7 +76,8 @@ IMPORTS -- from 3GPP TS 33.108 [9] IRI-Parameters, - EpsIRIsContent + EpsIRIsContent, + EPSLocation FROM EpsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) hi2eps(8)} -- The relevant module (including the UMTS release and version number) needs @@ -128,7 +130,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) version18(18)} +li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version19(19)} -- ==================== -- Top-level definition @@ -501,4 +503,16 @@ EncryptedPayloadType ::= ENUMERATED -- encrypted payload is TS 102 232 part 1 (the present document) } +-- ================== +-- Common Parameters +-- ================== + +Location ::= SEQUENCE + -- This is a common parameter, the use of this parameter is described in clause 4.5 +{ + umtsHI2Location [0] UmtsHI2Operations.Location OPTIONAL, + epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL, + ... +} + END --end of LI-PS-PDU diff --git a/102232-1/portal/LI-PS-PDU,ver18.txt b/102232-1/portal/LI-PS-PDU,ver19.txt similarity index 96% rename from 102232-1/portal/LI-PS-PDU,ver18.txt rename to 102232-1/portal/LI-PS-PDU,ver19.txt index 3a535a96f74449b20a352c6d293103c457c26a77..f085bbe9de1833fd4469c6400251c6447b7751ac 100644 --- a/102232-1/portal/LI-PS-PDU,ver18.txt +++ b/102232-1/portal/LI-PS-PDU,ver19.txt @@ -1,5 +1,5 @@ LI-PS-PDU -{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version18(18)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version19(19)} DEFINITIONS IMPLICIT TAGS ::= @@ -48,7 +48,7 @@ IMPORTS IPMMCC, IPMMIRI FROM IPMultimediaPDU - {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version6(6)} + {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) iPMultimedia(5) version7(7)} -- from TS 102 232-06 [36] PstnIsdnCC, @@ -59,7 +59,8 @@ IMPORTS -- from 3GPP TS 33.108 [9] IRI-Parameters, UmtsIRIsContent, - CorrelationValues + CorrelationValues, + Location FROM UmtsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) hi2(1)} -- The relevant module (including the UMTS release and version number) needs @@ -75,7 +76,8 @@ IMPORTS -- from 3GPP TS 33.108 [9] IRI-Parameters, - EpsIRIsContent + EpsIRIsContent, + EPSLocation FROM EpsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) hi2eps(8)} -- The relevant module (including the UMTS release and version number) needs @@ -128,7 +130,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) version18(18)} +li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version19(19)} -- ==================== -- Top-level definition @@ -501,4 +503,16 @@ EncryptedPayloadType ::= ENUMERATED -- encrypted payload is TS 102 232 part 1 (the present document) } +-- ================== +-- Common Parameters +-- ================== + +Location ::= SEQUENCE + -- This is a common parameter, the use of this parameter is described in clause 4.5 +{ + umtsHI2Location [0] UmtsHI2Operations.Location OPTIONAL, + epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL, + ... +} + END --end of LI-PS-PDU