Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
nas_GSMSysInfo Struct Reference

#include <nas.h>

Data Fields

nas_sysInfoCommon sysInfoGSM
 
uint8_t lacValid
 
uint16_t lac
 
uint8_t cellIdValid
 
uint32_t cellId
 
uint8_t regRejectInfoValid
 
uint8_t rejectSrvDomain
 
uint8_t rejCause
 
uint8_t networkIdValid
 
uint8_t MCC [NAS_PLMN_LENGTH]
 
uint8_t MNC [NAS_PLMN_LENGTH]
 
uint8_t egprsSuppValid
 
uint8_t egprsSupp
 
uint8_t dtmSuppValid
 
uint8_t dtmSupp
 

Detailed Description

Structure for storing the GSM System Information.

Parameters
sysInfoGSM
lacValid
  • Indicates whether the location area code is valid..
    • 0x00 - Invalid
    • 0x01 - Valid
    • 0xFF - Not Available
lac
  • Location area code.
  • Only applies to 3GPP.
    • 0xFFFF - Not Available
cellIdValid
  • Indicates whether the cell ID is valid.
    • 0x00 - Invalid
    • 0x01 - Valid
    • 0xFF - Not Available
cellId
  • Cell ID.
    • 0xFFFFFFFF - Not Available
regRejectInfoValid
  • Indicates whether the registration reject information is valid.
    • 0x00 - Invalid
    • 0x01 - Valid
    • 0xFF - Not Available
rejectSrvDomain
  • Type of service domain in which the registration is rejected.
    • 0x00 - SYS_SRV_DOMAIN_NO_SRV - No service
    • 0x01 - Circuit-switched only
    • 0x02 - Packet-switched only
    • 0x03 - Circuit-switched and packet-switched
    • 0x04 - Camped
    • 0xFF - Not Available
rejCause
  • Reject cause values sent are specified in [3GPP TS 24.008, Section 10.5.3.6 and 10.5.5.14]
    • 0xFF - Not Available
networkIdValid
  • Indicates whether the network ID is valid.
    • 0x00 - Invalid
    • 0x01 - Valid
    • 0xFF - Not Available
MCC[NAS_PLMN_LENGTH]
  • Mobile Country Code.
  • MCC digits in ASCII characters
MNC[NAS_PLMN_LENGTH]
  • Mobile Network Code.
  • MNC digits in ASCII characters
  • An unused byte is set to 0xFF.
  • In case of two-digit MNC values, the third (unused) digit is set to 0xFF. For example, 15 (a two-digit MNC) is reported using the byte stream 0x31 0x35 0xFF.
egprsSuppValid
  • Indicates whether the EGPRS support is valid.
    • 0x00 - Invalid
    • 0x01 - Valid
    • 0xFF - Not Available
egprsSupp
  • EGPRS support indication.
  • Only applicable for GSM.
    • 0x00 - Not available
    • 0x01 - Available
    • 0xFF - Not Available
dtmSuppValid
  • Indicates whether Dual Transfer mode support is valid.
    • 0x00 - Invalid
    • 0x01 - Valid
    • 0xFF - Not Available
dtmSupp
  • Dual Transfer mode support indication.
  • Only applicable for GSM.
    • 0x00 - Not available
    • 0x01 - Available
    • 0xFF - Not Available

The documentation for this struct was generated from the following file: