#include <qaGobiApiNas.h>
|
BYTE | ueInIdle |
|
BYTE | plmn [PLMN_LENGTH] |
|
WORD | tac |
|
ULONG | globalCellId |
|
WORD | earfcn |
|
WORD | servingCellId |
|
BYTE | cellReselPriority |
|
BYTE | sNonIntraSearch |
|
BYTE | threshServingLow |
|
BYTE | sIntraSearch |
|
BYTE | cellsLen |
|
cellParams | CellParams [MAX_DESCRIPTION_LENGTH] |
|
This structure contains information about the LTE Intra-Frequency Network.
- Parameters
-
ueInIdle |
- TRUE if the UE is in Idle mode, otherwise FALSE.
|
plmn[PLMN_LENGTH] |
- PLMN ID coded as octet 3, 4, and 5.
|
tac |
|
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.
|
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.
|
cellReselPriority |
- Priority for serving frequency.
- Range: 0 to 7.
- This field is only valid when ue_in_idle is TRUE.
|
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.
|
threshServingLow |
- Serving cell low threshold.
- Range: 0 to 31.
- This field is only valid when ue_in_idle is TRUE.
|
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.
|
cellsLen |
- Provides the number of set of cell params.
- If 0(zero), then no information follows it.
|
CellParams[MAX_DESCRIPTION_LENGTH] |
|
The documentation for this struct was generated from the following file: