Commit 8dcf08e7 authored by Jason Graham's avatar Jason Graham
Browse files

Update file LI-PS-PDU.asn

parent dbc41414
Loading
Loading
Loading
Loading
Loading
+21 −21
Original line number Diff line number Diff line
@@ -489,31 +489,31 @@ GcseIRI ::= CHOICE
--I hate this name but needed somewhere for the locations that are not known to be CPE provided or NPLI
--}

LocationList ::= CHOICE --This won't be a choice, but one of the two alternates below
{
    usingLocation [1] SEQUENCE OF Location
}
--LocationList ::= CHOICE --This won't be a choice, but one of the two alternates below
--{
--    usingLocation [1] SEQUENCE OF Location
--}


--These would only be needed if we chose [1] in LocationList

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

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

NewLocations ::= CHOICE
{
    umtsHI2Location               [0] UmtsHI2Operations.Location,
    epsLocation                   [1] EpsHI2Operations.EPSLocation,
--    umtsHI2Location               [0] UmtsHI2Operations.Location,
--    epsLocation                   [1] EpsHI2Operations.EPSLocation,
    wlanLocationAttributes        [2] WlanLocationAttributes,
    eTSI671HI2Location            [3] HI2Operations.Location,
    threeGPP33128UserLocation     [4] TS33128Payloads.UserLocation,
    wGS84CoordinateDecimal        [5] Common-Parameters.WGS84CoordinateDecimal,
    pIDF-LO                       [6] XMLType 
--    eTSI671HI2Location            [3] HI2Operations.Location,
--    threeGPP33128UserLocation     [4] TS33128Payloads.UserLocation,
--   wGS84CoordinateDecimal        [5] Common-Parameters.WGS84CoordinateDecimal,
--    pIDF-LO                       [6] XMLType 
    --I just realized that we probably don't need the Namespace element of this. The description of this would read something like what they say in 29.171:
    --"This IE contains a UTF-8 encoded PIDF-LO XML document as defined in IETF RFC 4119 [13]. 
    --The document shall only contain a civic address using the namespaces 
@@ -803,14 +803,14 @@ LawfulInterceptionIdentifier ::= Common-Parameters.LIID
    -- 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
}
--XMLType ::= SEQUENCE
--{
--    xMLNamespace [1] XMLNamespace,
--    xMLValue     [2] XMLValue
--}

XMLNamespace ::= UTF8String
--XMLNamespace ::= UTF8String

XMLValue ::= UTF8String
--XMLValue ::= UTF8String

END -- end of LI-PS-PDU