Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
nas_LTEInfoIntrafreq Struct Reference

#include <nas.h>

Data Fields

uint8_t ueInIdle
 
uint8_t plmn [NAS_PLMN_LENGTH]
 
uint16_t tac
 
uint32_t globalCellId
 
uint16_t earfcn
 
uint16_t servingCellId
 
uint8_t cellReselPriority
 
uint8_t sNonIntraSearch
 
uint8_t threshServingLow
 
uint8_t sIntraSearch
 
uint8_t cellsLen
 
nas_cellParams CellParams [NAS_MAX_DESCRIPTION_LENGTH]
 

Detailed Description

This structure contains information about the LTE Intra-Frequency Network.

Parameters
ueInIdle
  • TRUE if the UE is in Idle mode, otherwise FALSE.
    • 0xFF - Not Available
plmn[NAS_PLMN_LENGTH]
  • PLMN ID coded as octet 3, 4, and 5.
tac
  • Tracking area code.
    • 0xFFFF - Not Available
globalCellId
  • Global cell ID in the system information block.
    • 0xFFFFFFFF - Not Available
earfcn
  • E-UTRA absolute radio frequency channel number of the serving cell.
  • Range: 0 to 65535.
    • 0xFFFF - Not Available
servingCellId
  • LTE serving cell ID.
  • Range: 0 to 503.
  • This is the cell ID of the serving cell and can be found in the cell list.
    • 0xFFFF - Not Available
cellReselPriority
  • Priority for serving frequency.
  • Range: 0 to 7.
  • This field is only valid when ue_in_idle is TRUE.
    • 0xFF - Not Available
sNonIntraSearch
  • S non-intra search threshold to control non-intrafrequency searches.
  • Range: 0 to 31.
  • This field is only valid when ue_in_idle is TRUE.
    • 0xFF - Not Available
threshServingLow
  • Serving cell low threshold.
  • Range: 0 to 31.
  • This field is only valid when ue_in_idle is TRUE.
    • 0xFF - Not Available
sIntraSearch
  • S Intra search threshold.
  • Range: 0 to 31.
  • The current cell measurement must fall below this threshold to consider intrafrequency for reselection.
  • This field is only valid when ue_in_idle is TRUE.
    • 0xFF - Not Available
cellsLen
  • Provides the number of set of cell params.
  • If 0(zero), then no information follows it.
CellParams[NAS_MAX_DESCRIPTION_LENGTH]

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