GLSUPL_Notification Struct Reference

Notification field for SUPL INIT. More...

#include <glsuplinit.h>

Collaboration diagram for GLSUPL_Notification:

List of all members.


Detailed Description

Notification field for SUPL INIT.

Describes the notification/verification mechanism to be applied. The purpose of this field is to provide instructions to the SET with respect to SUPL notification and privacy.

Reference: OMA SUPL TS (Section 10.12 Notification and Section 9.2.1 SUPL INIT).

ASN.1 specification:

Notification ::= SEQUENCE {
    notificationType    NotificationType,
    encodingType        EncodingType                            OPTIONAL,
    requestorId         OCTET STRING(SIZE (1..maxReqLength))    OPTIONAL,
    requestorIdType     FormatIndicator                         OPTIONAL,
    clientName          OCTET STRING(SIZE (1..maxClientLength)) OPTIONAL,
    clientNameType      FormatIndicator                         OPTIONAL,
    ...,
    ver2-Notification-extension Ver2-Notification-extension     OPTIONAL
}

Ver2-Notification-extension ::= SEQUENCE {
  emergencyCallLocation  NULL OPTIONAL,
  ...}

Describes the notification/verification mechanism to be applied. The purpose of this field is to provide instructions to the SET with respect to SUPL notification and privacy.

Reference: OMA SUPL TS (Section 7.12 Notification and Section 6.2.1 SUPL INIT).

ASN.1 specification:

Notification ::= SEQUENCE {
    notificationType    NotificationType,
    encodingType        EncodingType                            OPTIONAL,
    requestorId         OCTET STRING(SIZE (1..maxReqLength))    OPTIONAL,
    requestorIdType     FormatIndicator                         OPTIONAL,
    clientName          OCTET STRING(SIZE (1..maxClientLength)) OPTIONAL,
    clientNameType      FormatIndicator                         OPTIONAL,
    ...
}

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