GLSUPL_PosProtocol Struct Reference

Positioning protocol. More...

#include <glsupl2.h>

Collaboration diagram for GLSUPL_PosProtocol:

List of all members.


Detailed Description

Positioning protocol.

Zero or more of the following positioning protocols (bitmap):

  • RRLP
  • RRC
  • TIA-801

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

ASN.1 specification:

PosProtocol ::= SEQUENCE {
  tia801 BOOLEAN,
  rrlp  BOOLEAN,
  rrc   BOOLEAN,
  ...
}

Zero or more of the following positioning protocols (bitmap):

  • RRLP
  • RRC
  • TIA-801

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

ASN.1 specification:

PosProtocol ::= SEQUENCE {
  tia801 BOOLEAN,
  rrlp  BOOLEAN,
  rrc   BOOLEAN,
  ...,
  ver2-PosProtocol-extension    Ver2-PosProtocol-extension OPTIONAL
}

Ver2-PosProtocol-extension ::= SEQUENCE {
  lpp     BOOLEAN,
posProtocolVersionRRLP	PosProtocolVersion3GPP OPTIONAL,
posProtocolVersionRRC	PosProtocolVersion3GPP OPTIONAL,
posProtocolVersionTIA801	PosProtocolVersion3GPP2 OPTIONAL,
posProtocolVersionLPP  PosProtocolVersion3GPP OPTIONAL,
...}

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