GlLbsGsmCellInformation Struct Reference

GSM Cell Info. More...

#include <gllbs_types.h>

List of all members.


Detailed Description

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
    ...
}

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