GLSUPL_CellInfo Struct Reference

Cell Info. More...

#include <glsupllocationid.h>

Collaboration diagram for GLSUPL_CellInfo:

List of all members.


Detailed Description

Cell Info.

The following cell IDs are supported:

  • GSM Cell Info
  • WCDMA/TD-SCDMA Cell Info
  • CDMA Cell Info
  • HRPD Cell Info
  • UMB Cell Info
  • LTE Cell Info
  • WLAN AP Info
  • WiMAX BS Info

Reference: OMA SUPL TS (Section 10.11 Location ID)

ASN.1 specification:

CellInfo ::= CHOICE {
    gsmCell     GsmCellInformation,
    wcdmaCell   WcdmaCellInformation, --WCDMA Cell Information/TD-SCDMA Cell Information
    cdmaCell    CdmaCellInformation,
    ...,
    ver2-CellInfo-extension Ver2-CellInfo-extension
}
Ver2-CellInfo-extension ::= CHOICE {
  hrpdCell   HrpdCellInformation,
  umbCell    UmbCellInformation,
  lteCell    LteCellInformation,
  wlanAP     WlanAPInformation,
  wimaxBS    WimaxBSInformation,
  ...
}

The following cell IDs are supported:

  • GSM Cell Info
  • WCDMA Cell Info
  • CDMA Cell Info

Reference: OMA SUPL TS (Section 7.11 Location ID)

ASN.1 specification:

CellInfo ::= CHOICE {
    gsmCell     GsmCellInformation,
    wcdmaCell   WcdmaCellInformation,
    cdmaCell    CdmaCellInformation,
    ...
}

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