Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
nas_UMTSInfo Struct Reference

#include <nas.h>

Data Fields

uint16_t cellID
 
uint8_t plmn [NAS_PLMN_LENGTH]
 
uint16_t lac
 
uint16_t uarfcn
 
uint16_t psc
 
int16_t rscp
 
int16_t ecio
 
uint8_t umtsInst
 
nas_UMTSinstInfo UMTSInstInfo [NAS_MAX_DESCRIPTION_LENGTH]
 
uint8_t geranInst
 
nas_geranInstInfo GeranInstInfo [NAS_MAX_DESCRIPTION_LENGTH]
 

Detailed Description

This structure contains information about the UMTS Network.

Parameters
cellID
  • Cell ID.
  • 0xFFFFFFFF indicates cell ID information is not present.
plmn[NAS_PLMN_LENGTH]
  • MCC/MNC information coded as octet 3, 4, and 5.
  • This field is ignored when nmrCellID is not present.
lac
  • Location area code.
  • This field is ignored when nmrCellID is not present.
    • 0xFFFF - Not Available
uarfcn
  • UTRA absolute RF channel number.
    • 0xFFFF - Not Available
psc
  • Primary scrambling code.
    • 0xFFFF - Not Available
rscp
  • Received signal code power.
    • 0xFFFF - Not Available
ecio
  • ECIO(Signal-to-Interference-ratio).
    • 0xFFFF - Not Available
umtsInst
  • Provides the number of set of UMTS info instances.
  • If 0(zero), then no information follows it.
UMTSInstInfo[NAS_MAX_DESCRIPTION_LENGTH]
geranInst
  • Provides the number of set of GERAN info instances.
  • If 0(zero), then no information follows it.
GeranInstInfo[NAS_MAX_DESCRIPTION_LENGTH]

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