Broadcom LBS Client Data Types. More...
Broadcom LBS Client Data Types.
Copyright 2001-2010 Broadcom Corporation -- http://www.broadcom.com This program is the proprietary software of Broadcom Corporation and/or its licensors, and may only be used, duplicated, modified or distributed pursuant to the terms and conditions of a separate, written license agreement executed between you and Broadcom (an "Authorized License"). Except as set forth in an Authorized License, Broadcom grants no license (express or implied), right to use, or waiver of any kind with respect to the Software, and Broadcom expressly reserves all rights in and to the Software and all intellectual property rights therein. IF YOU HAVE NO AUTHORIZED LICENSE, THEN YOU HAVE NO RIGHT TO USE THIS SOFTWARE IN ANY WAY, AND SHOULD IMMEDIATELY NOTIFY BROADCOM AND DISCONTINUE ALL USE OF THE SOFTWARE.
#define GLLBS_MAX_MSMT_SIZE 12 |
GPS Measurement Information Element.
typedef enum GLLBS_ERRORS GLLBS_ERRORS |
Error codes.
Negative value indicate error. 0 and positive indicate success.
typedef struct GlLbsCellInfo GlLbsCellInfo |
Cell Info.
The following cell IDs are supported:
typedef enum GlLbsCellInfoType GlLbsCellInfoType |
Cell Info Type.
The following cell IDs are supported:
Reference: OMA SUPL TS (Section 7.11 Location ID)
typedef struct GlLbsCellMeasuredResults GlLbsCellMeasuredResults |
Cell Measured Results.
The Cell Measured Results of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info)
ASN.1 specification:
CellMeasuredResults ::= SEQUENCE { cellIdentity INTEGER(0..268435455) OPTIONAL, modeSpecificInfo }
typedef struct GlLbsCellMeasuredResultsList GlLbsCellMeasuredResultsList |
Cell Measured Results List.
The FDD Frequency Specific Info of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info)
ASN.1 specification:
maxCellMeas INTEGER ::= 32 CellMeasuredResultsList ::= SEQUENCE (SIZE (1..maxCellMeas)) OF CellMeasuredResults
Cell Measured Results.
The Cell Measured Results of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info)
ASN.1 specification:
modeSpecificInfo := CHOICE { fdd SEQUENCE { primaryCPICH-Info PrimaryCPICH-Info, cpich-Ec-N0 CPICH-Ec-N0 OPTIONAL, cpich-RSCP CPICH-RSCP OPTIONAL, pathloss Pathloss OPTIONAL }, tdd SEQUENCE { cellParametersID CellParametersID, proposedTGSN TGSN OPTIONAL, primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL, pathloss Pathloss OPTIONAL, timeslotISCP-List TimeslotISCP-List OPTIONAL } }
typedef struct GlLbsCellMeasuredResultsModeSpecificInfoFdd GlLbsCellMeasuredResultsModeSpecificInfoFdd |
FDD Specific Info.
The FDD Frequency Specific Info of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info)
ASN.1 specification:
fdd SEQUENCE { primaryCPICH-Info PrimaryCPICH-Info, cpich-Ec-N0 CPICH-Ec-N0 OPTIONAL, cpich-RSCP CPICH-RSCP OPTIONAL, pathloss Pathloss OPTIONAL },
typedef struct GlLbsCellMeasuredResultsModeSpecificInfoTdd GlLbsCellMeasuredResultsModeSpecificInfoTdd |
TDD Specific Info.
The TDD Frequency Specific Info of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
ASN.1 specification:
tdd SEQUENCE { cellParametersID CellParametersID, proposedTGSN TGSN OPTIONAL, primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL, pathloss Pathloss OPTIONAL, timeslotISCP-List TimeslotISCP-List OPTIONAL }
typedef struct GlLbsFrequencyInfo GlLbsFrequencyInfo |
Frequency info.
The Frequency info of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
typedef struct GlLbsFrequencyInfoFDD GlLbsFrequencyInfoFDD |
Frequency info FDD.
The FDD Frequency parameter of a WCDMA radio cell. FDD Frequency info can be: uarfcn-UL, range: (0..16383) uarfcn-DL, range: (0..16383) In case of fdd, uarfcn-UL is optional while uarfcn-DL is mandatory. If uarfcn-UL is not present, the default duplex distance defined for the operating frequency band shall be used [3GPP RRC].
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
ASN.1 specification:
FrequencyInfoFDD ::= SEQUENCE { uarfcn-UL UARFCN OPTIONAL, uarfcn-DL UARFCN, ... }
Frequency Info Mode.
Mode Specific Info of Frequency Info.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
ASN.1 specification:
FrequencyInfo ::= SEQUENCE { modeSpecificInfo CHOICE { fdd FrequencyInfoFDD, tdd FrequencyInfoTDD, ... }, ... }
typedef struct GlLbsFrequencyInfoTDD GlLbsFrequencyInfoTDD |
Frequency info TDD.
The TDD Frequency parameter of a WCDMA radio cell. TDD Frequency info can be: uarfcn-Nt, range: (0..16383)
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
ASN.1 specification:
FrequencyInfoTDD ::= SEQUENCE { uarfcn-Nt UARFCN, ... }
typedef enum GlLbsFrequencyInfoType GlLbsFrequencyInfoType |
Frequency info Type.
The Frequency info Type can be FDD or TDD.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
typedef struct GlLbsGsmCellInformation GlLbsGsmCellInformation |
GSM Cell Info.
This parameter defines the parameter of a GSM radio cell.
Reference: OMA SUPL TS (Section 7.11.1 GSM Cell Info).
ASN.1 specification:
GsmCellInformation ::= SEQUENCE { refMCC INTEGER(0..999), -- Mobile Country Code refMNC INTEGER(0..999), -- Mobile Network Code refLAC INTEGER(0..65535), -- Location area code refCI INTEGER(0..65535), -- Cell identity nMR NMR OPTIONAL, tA INTEGER(0..255) OPTIONAL, -- Timing Advance ... }
typedef struct GlLbsLteCellInformation GlLbsLteCellInformation |
LTE Cell Information.
This parameter defines the parameter of a LTE radio cell.
typedef struct GlLbsMeasuredResults GlLbsMeasuredResults |
Cell Measured Results.
The FDD Measured Results of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info)
ASN.1 specification:
MeasuredResults ::= SEQUENCE { frequencyInfo FrequencyInfo OPTIONAL, utra-CarrierRSSI UTRA-CarrierRSSI OPTIONAL, cellMeasuredResultsList CellMeasuredResultsList OPTIONAL }
typedef struct GlLbsMeasuredResultsList GlLbsMeasuredResultsList |
Measured Results List.
Network Measurement Report for WCDMA comprising both intra- and/or inter-frequency cell measurements (as per 3GPP TS 25.331).
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info)
ASN.1 specification:
maxFreq INTEGER ::= 8 MeasuredResultsList ::= SEQUENCE (SIZE (1..maxFreq)) OF MeasuredResults
Network Measurement Reports (NMR).
This parameter describes Contents of the Current Network Measurement Reports. Contains 1 to 15 NMR elements
Reference: OMA SUPL TS (Section 7.1 NMR).
ASN.1 specification:
NMR ::= SEQUENCE (SIZE (1..15)) OF NMRelement
typedef struct GlLbsNmrElement GlLbsNmrElement |
GSM Cell.
Network Measurement Reports (NMR). Describes Contents of the Current Network Measurement Reports. Contains 1 to 15 NMR elements
Reference: OMA SUPL TS (Section 7.1 NMR).
ASN.1 specification:
NMRelement ::= SEQUENCE { aRFCN INTEGER(0..1023), bSIC INTEGER(0..63), rxLev INTEGER(0..63), ... }
typedef struct GlLbsPrimaryCpichInfo GlLbsPrimaryCpichInfo |
TDD Specific Info.
The Primary CCPCH.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
ASN.1 specification:
PrimaryCCPCH-RSCP ::= INTEGER(0..127)
typedef struct GlLbsTimeslotIscpList GlLbsTimeslotIscpList |
Time slot.
The Time slot list for TDD Frequency of a WCDMA radio cell.
Reference: OMA SUPL TS (Section 7.11.2 WCDMA Cell Info).
ASN.1 specification:
maxTS INTEGER ::= 14 TimeslotISCP-List ::= SEQUENCE (SIZE (1..maxTS)) OF TimeslotISCP
typedef struct GlLbsWcdmaCellInformation GlLbsWcdmaCellInformation |
WCDMA Cell Information.
This parameter defines the parameter of a WCDMA radio cell.
enum GLLBS_ERRORS |
Error codes.
Negative value indicate error. 0 and positive indicate success.
enum GLLBS_GPS_AD_CODE |
GPS Assistance Data Request Type.
enum GlLbsCellInfoType |