GLRRLP_GPS_MsrSetElement Struct Reference

Sequence Of GPS Measurement Parameters (one set) 3GPP TS 44.031 (Table A.5: GPS Measurement Information element content) 3GPP TS 44.031 (A.2.2.4a: GPS Reference Time Uncertainty element) More...

#include <glrrlps8.h>

Collaboration diagram for GLRRLP_GPS_MsrSetElement:

List of all members.

Public Attributes

unsigned short refFrame
 Reference Frame number.
unsigned long gpsTOW
 GPS Time of Week.
unsigned char gpsReferenceTimeUncertainty
 Uncertainty TOW in K (0..127)

Detailed Description

Sequence Of GPS Measurement Parameters (one set) 3GPP TS 44.031 (Table A.5: GPS Measurement Information element content) 3GPP TS 44.031 (A.2.2.4a: GPS Reference Time Uncertainty element)


ASN.1 specification:

-- GPS measurement information 1-3 times in message
GPS-MsrSetElement ::= SEQUENCE {
    refFrame        INTEGER (0..65535)  OPTIONAL,   -- Reference Frame number
    gpsTOW          GPSTOW24b,                      -- GPS TOW
    -- Note that applicable range for refFrame is 0 - 42431
    -- N_SAT can be read from number of elements of gps-msrList
    gps-msrList     SeqOfGPS-MsrElement
}
-- 24 bit presentation for GPSTOW
GPSTOW24b ::= INTEGER (0..14399999)

GPSReferenceTimeUncertainty ::= INTEGER (0 .. 127) --  Coding according to Annex

GPSTimeAssistanceMeasurements ::= SEQUENCE {
    referenceFrameMSB  INTEGER (0 .. 63), -- MSB of frame number
    gpsTowSubms        INTEGER (0 .. 9999)   OPTIONAL, -- in units of 100ns, for MS based AGPS
    deltaTow           INTEGER (0 .. 127)   OPTIONAL,  -- for MS assisted AGPS
    gpsReferenceTimeUncertainty        GPSReferenceTimeUncertainty   OPTIONAL
}

Rel-98-MsrPosition-Rsp-Extension ::= SEQUENCE {
    -- First extension to Release 98
    rel-98-Ext-MeasureInfo  SEQUENCE {
        otd-MeasureInfo-R98-Ext OTD-MeasureInfo-R98-Ext OPTIONAL
    },
    ...,
    timeAssistanceMeasurements    GPSTimeAssistanceMeasurements   OPTIONAL
    -- Further R98 extensions here
}

Member Data Documentation

Uncertainty TOW in K (0..127)

Uncertainty TOW in ms.


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