Commit bc72b37c authored by Jason Graham's avatar Jason Graham
Browse files

Update file Location.asn

parent 4e258c5f
Loading
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@ IMPORTS


    -- previously from ETSI TS 101 671; now provided with ETSI TS 102 232-1 [1]
    -- Location
    --   FROM HI2Operations
    --    {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version17(18)}
     Location
       FROM HI2OperationsLocation
        {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2Location(331) version17(18)}

    -- from 3GPP TS 33.108 [AA]
    -- Location
@@ -82,8 +82,11 @@ STEIJE ::= SEQUENCE
-- Issue 4, Point 4, Conclusion 2
LocationInformation ::= CHOICE
{
    nativeFormat [1] NativeLocationFormat
    -- This is where we would add choices for imported location formats from other specifications. These imports woudl ideally be a CHOICE of formats defined by that specification.
    nativeFormat          [1] NativeLocationFormat,
    -- This is where we would add choices for imported location formats from other specifications. 
    -- These imports woudl ideally be a CHOICE of formats defined by that specification.
    -- For example:
    hI2OperationsLocation [2] HI2OperationsLocation.Location
}

NativeLocationFormat ::= SEQUENCE