From 94d0d38ba3ee310b32f23aa3acd2c2fb2bce6f6e Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 15 Jun 2020 12:31:35 +0100 Subject: [PATCH] TS 102 232-1 v3.10.1 (2015-11-20) agreed at LI#40 (Aachen, 2015-09-08) --- 102232-1/LI-PS-PDU.asn | 30 +++++++++++++++---- ...I-PS-PDU,ver21.txt => LI-PS-PDU,ver22.txt} | 30 +++++++++++++++---- 2 files changed, 48 insertions(+), 12 deletions(-) rename 102232-1/portal/{LI-PS-PDU,ver21.txt => LI-PS-PDU,ver22.txt} (94%) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index d64c2ec..6607e34 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) version21(21)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version22(22)} DEFINITIONS IMPLICIT TAGS ::= @@ -142,7 +142,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) version21(21)} +li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version22(22)} -- ==================== -- Top-level definition @@ -243,8 +243,7 @@ PayloadDirection ::= ENUMERATED toTarget(1), ..., indeterminate(2), - -- Indication whether intercepted CC was travelling to or from the target - -- or that the direction was indeterminate + -- Indication that the direction was indeterminate combined(3), -- Indication applicable to some services that the traffic is actually a combination -- of To and From @@ -296,7 +295,16 @@ IRIPayload ::= SEQUENCE ..., microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL, -- For aggregated payloads (see clause 6.2.3) - timeStampQualifier [4] TimeStampQualifier OPTIONAL + timeStampQualifier [4] TimeStampQualifier OPTIONAL, + sessionDirection [5] PayloadDirection OPTIONAL, + -- If the sessionDirection field is to be used for a given service then + -- the exact meaning and use of the field will be described in the + -- relevant service-specific details + payloadDirection [6] PayloadDirection OPTIONAL + -- If the payloadDirection field is to be used for a given service then + -- the exact meaning and use of the field will be described in the + -- relevant service-specific details + } IRIType ::= ENUMERATED @@ -527,7 +535,17 @@ Location ::= SEQUENCE { umtsHI2Location [0] UmtsHI2Operations.Location OPTIONAL, epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL, - ... + ..., + wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL + } +WlanLocationAttributes ::= SEQUENCE +{ + wlanAPMACAddress [0] OCTET STRING (SIZE(6)) OPTIONAL, + -- 48-bit (6 octet) MAC address of the WLAN access point derived from the BSSID + ... +} + + END --end of LI-PS-PDU diff --git a/102232-1/portal/LI-PS-PDU,ver21.txt b/102232-1/portal/LI-PS-PDU,ver22.txt similarity index 94% rename from 102232-1/portal/LI-PS-PDU,ver21.txt rename to 102232-1/portal/LI-PS-PDU,ver22.txt index d64c2ec..6607e34 100644 --- a/102232-1/portal/LI-PS-PDU,ver21.txt +++ b/102232-1/portal/LI-PS-PDU,ver22.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) version21(21)} +{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) li-ps(5) genHeader(1) version22(22)} DEFINITIONS IMPLICIT TAGS ::= @@ -142,7 +142,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) version21(21)} +li-psDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId li-ps(5) genHeader(1) version22(22)} -- ==================== -- Top-level definition @@ -243,8 +243,7 @@ PayloadDirection ::= ENUMERATED toTarget(1), ..., indeterminate(2), - -- Indication whether intercepted CC was travelling to or from the target - -- or that the direction was indeterminate + -- Indication that the direction was indeterminate combined(3), -- Indication applicable to some services that the traffic is actually a combination -- of To and From @@ -296,7 +295,16 @@ IRIPayload ::= SEQUENCE ..., microSecondTimeStamp [3] MicroSecondTimeStamp OPTIONAL, -- For aggregated payloads (see clause 6.2.3) - timeStampQualifier [4] TimeStampQualifier OPTIONAL + timeStampQualifier [4] TimeStampQualifier OPTIONAL, + sessionDirection [5] PayloadDirection OPTIONAL, + -- If the sessionDirection field is to be used for a given service then + -- the exact meaning and use of the field will be described in the + -- relevant service-specific details + payloadDirection [6] PayloadDirection OPTIONAL + -- If the payloadDirection field is to be used for a given service then + -- the exact meaning and use of the field will be described in the + -- relevant service-specific details + } IRIType ::= ENUMERATED @@ -527,7 +535,17 @@ Location ::= SEQUENCE { umtsHI2Location [0] UmtsHI2Operations.Location OPTIONAL, epsLocation [1] EpsHI2Operations.EPSLocation OPTIONAL, - ... + ..., + wlanLocationAttributes [2] WlanLocationAttributes OPTIONAL + } +WlanLocationAttributes ::= SEQUENCE +{ + wlanAPMACAddress [0] OCTET STRING (SIZE(6)) OPTIONAL, + -- 48-bit (6 octet) MAC address of the WLAN access point derived from the BSSID + ... +} + + END --end of LI-PS-PDU -- GitLab