LinuxQMISDK-Lite  SLQS04.00.23
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nas_LTEInfoIntrafreq Struct Reference

Data Fields

uint8_t ueInIdle
 
uint8_t plmn [3]
 
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 [255]
 

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]

Field Documentation

nas_cellParams nas_LTEInfoIntrafreq::CellParams[255]
uint8_t nas_LTEInfoIntrafreq::cellReselPriority
uint8_t nas_LTEInfoIntrafreq::cellsLen
uint16_t nas_LTEInfoIntrafreq::earfcn
uint32_t nas_LTEInfoIntrafreq::globalCellId
uint8_t nas_LTEInfoIntrafreq::plmn[3]
uint16_t nas_LTEInfoIntrafreq::servingCellId
uint8_t nas_LTEInfoIntrafreq::sIntraSearch
uint8_t nas_LTEInfoIntrafreq::sNonIntraSearch
uint16_t nas_LTEInfoIntrafreq::tac
uint8_t nas_LTEInfoIntrafreq::threshServingLow
uint8_t nas_LTEInfoIntrafreq::ueInIdle

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved