#include <nas.h>
|
|
uint8_t | cellReselPriority |
| |
|
uint8_t | threshGsmHigh |
| |
|
uint8_t | threshGsmLow |
| |
|
uint8_t | nccPermitted |
| |
|
uint8_t | cells_len |
| |
|
nas_gsmCellInfo | GsmCellInfo [NAS_MAX_DESCRIPTION_LENGTH] |
| |
This structure contains information about the LTE GSM Cell.
- Parameters
-
| cellReselPriority |
- Priority of this frequency group.
- Range: 0 to 7.
- This field is only valid when ue_in_idle is TRUE.
|
| threshGsmHigh |
- Reselection threshold for high priority layers.
- Range: 0 to 31.
- This field is only valid when ue_in_idle is TRUE.
|
| threshGsmLow |
- Reselection threshold for low priority layers.
- Range: 0 to 31.
- This field is only valid when ue_in_idle is TRUE.
|
| nccPermitted |
- Bitmask specifying whether a neighbor with a specific network color code is to be reported.
- Range: 0 to 255.
- Bit n set to 1 means a neighbor with NCC n must be included in the report. This flag is synonymous with a blacklist in other RATs.
- This field is only valid when ue_in_idle is TRUE.
|
| cells_len |
- Provides the number of set of gsm cells.
|
| GsmCellInfo[NAS_MAX_DESCRIPTION_LENGTH] |
|
The documentation for this struct was generated from the following file: