Commit 3062f1a7 authored by Jason Graham's avatar Jason Graham
Browse files

Update 2 files

- /103280/TS_103_280_Location.asn1
- /102232-1/LI-PS-PDU.asn
parent 38eb032d
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -8,12 +8,16 @@ BEGIN
IMPORTS
    -- Any of the IMPORTs may be commented out if they are not used (see clause A.3)

    -- from ETSI TS 103 280 [44]
    -- from ETSI TS 103 280 [44] Common-Parameters
    LIID,
    WGS84CoordinateDecimal
        FROM Common-Parameters
        {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version261(261)}

    -- from ETSI TS 103 280 [44] Common-Parameters
    Locations
        FROM commonLocations
        {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) commonLocations(39) genHeader(1) version1(1)}

    -- previously from ETSI TS 101 671 [4]; now provided with this specification
    IRI-Parameters,
@@ -385,10 +389,11 @@ IRIPayload ::= SEQUENCE
        -- 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
    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
    locationInformation     [7] CommonLocations.Locations OPTIONAL
}

IRIType ::= ENUMERATED
+16 −0
Original line number Diff line number Diff line
CommonLocations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) commonLocations(39) genHeader(1) version1(1)}

DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=

BEGIN

-- ====================
-- Top-level definition
-- ====================

Locations ::= SEQUENCE (SIZE (1..MAX)) OF Location

Location ::= NULL

END
 No newline at end of file