GLRRLP_LocationInfo Struct Reference

Location Information. More...

#include <glrrlps.h>

Collaboration diagram for GLRRLP_LocationInfo:

List of all members.


Detailed Description

Location Information.

The purpose of Location Information element is to provide the location estimate from the MS to the network, if the MS is capable of determining its own position. Optionally, the element may contain the velocity parameters computed by the MS. 3GPP 44.031 (Section A.3.2.4 Location Information Element)
ASN.1 specification:

-- Location information IE
LocationInfo ::= SEQUENCE {
    refFrame            INTEGER (0..65535), -- Reference Frame number
    -- If refFrame is within (42432..65535), it shall be ignored by the receiver
    -- in that case the MS should provide GPS TOW if available
    gpsTOW              INTEGER (0..14399999)   OPTIONAL,   -- GPS TOW
    fixType             FixType,
    -- Note that applicable range for refFrame is 0 - 42431
    -- Possible shapes carried in posEstimate are
    -- ellipsoid point,
    -- ellipsoid point with uncertainty circle
    -- ellipsoid point with uncertainty ellipse
    -- ellipsoid point with altitude
    -- ellipsoid point with altitude and uncertainty ellipsoid
    posEstimate        Ext-GeographicalInformation

}

The documentation for this struct was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines