GLSUPL_SupportedBearers Struct Reference

This parameter indicates which bearers the SET supports Note that each bearer in this list must be supported by the SET, but not all at the same time. More...

#include <glsupl2.h>

List of all members.


Detailed Description

This parameter indicates which bearers the SET supports Note that each bearer in this list must be supported by the SET, but not all at the same time.

The parameter indicates support for one or more of the following:

  • GSM
  • WCDMA/TD-SCDMA
  • CDMA
  • HRPD
  • UMB
  • LTE
  • WLAN
  • WiMAX

Reference: OMA SUPL TS (Section 10.10 SET capabilities).

ASN.1 specification:

SupportedBearers ::= SEQUENCE {
  gsm		BOOLEAN,
  wcdma		BOOLEAN,
  lte		BOOLEAN,
  cdma		BOOLEAN,
  hprd		BOOLEAN,
  umb		BOOLEAN,
  wlan		BOOLEAN,
  wiMAX		BOOLEAN,
  ...
}

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