Commit 682ff1d6 authored by Jason Graham's avatar Jason Graham
Browse files

Update file LI-PS-PDU.asn

parent 90031124
Loading
Loading
Loading
Loading
Loading
+31 −4
Original line number Diff line number Diff line
@@ -403,12 +403,28 @@ Locations ::= SEQUENCE
LocationList ::= CHOICE
{
    usingLocation    [1] SEQUENCE OF Location,
    usingNewLocation [2] NewLocationj
    usingNewLocation [2] NewLocation
}

NewLocationj ::= Location
NewLocation ::= SEQUENCE (SIZE(1..MAX)) OF NewLocationFormat

NewLocationFormat ::= SEQUENCE
{
    location [1] NewLocations,
    -- locationProvenance [2] LocationProvenance
}

NewLocations ::= CHOICE
{
    umtsHI2Location               [0] UmtsHI2Operations.Location,
    epsLocation                   [1] EpsHI2Operations.EPSLocation,
    wlanLocationAttributes        [2] WlanLocationAttributes,
    eTSI671HI2Location            [3] HI2Operations.Location,
    threeGPP33128UserLocation     [4] TS33128Payloads.UserLocation,
    wGS84CoordinateDecimal        [5] wGS84CoordinateDecimal,
    pIDF-LO                       [6] XMLType 
}

EchoLocation ::= INTEGER

IRIType ::= ENUMERATED
{
@@ -703,7 +719,9 @@ Location ::= SEQUENCE
    wlanLocationAttributes        [2] WlanLocationAttributes OPTIONAL,
    eTSI671HI2Location            [3] HI2Operations.Location OPTIONAL,
    threeGPP33128UserLocation     [4] TS33128Payloads.UserLocation OPTIONAL,
    cPEProvidedLocationAttributes [5] CPEProvidedLocationAttributes OPTIONAL
    cPEProvidedLocationAttributes [5] CPEProvidedLocationAttributes OPTIONAL,
    wGS84CoordinateDecimal        [6] Common-Parameters.WGS84CoordinateDecimal OPTIONAL,
    pIDF-LO                       [7] XMLType OPTIONAL
}

WlanLocationAttributes ::= SEQUENCE
@@ -776,5 +794,14 @@ LawfulInterceptionIdentifier ::= Common-Parameters.LIID
    -- It is redefined as LawfulInterceptionIdentifier in this
    -- module to preserve the original type name during the
    -- removal of imports from ETSI TS 101 671 [4].
XMLType ::= SEQUENCE
{
    xMLNamespace [1] XMLNamespace,
    xMLValue     [2] XMLValue
}

XMLNamespace ::= UTF8String

XMLValue ::= UTF8String

END -- end of LI-PS-PDU