#include <nas.h>
|
uint8_t | lteOpModeLen |
|
uint16_t | MCC [LITE_NW_SCAN_LTE_OP_MODE_MAX_LENGTH] |
|
uint16_t | MNC [LITE_NW_SCAN_LTE_OP_MODE_MAX_LENGTH] |
|
uint32_t | lteOpMode [LITE_NW_SCAN_LTE_OP_MODE_MAX_LENGTH] |
|
This structure contains the LTE Operational Mode response parameters.
- Parameters
-
lteOpModeLen |
- Number of sets of the following elements
|
MCC |
- Mobile Country Code
- A 16-bit integer representation of MCC
- Range: 0 to 999
|
MNC |
- Mobile Network Code
- A 16-bit integer representation of MNC
- Range: 0 to 999
|
lteOpMode |
- Indicates the LTE mode of operation.
- Values:
- NAS_CIOT_SYS_MODE_NO_SRV (0x00) - No service
- NAS_CIOT_SYS_MODE_LTE_WB (0x01) - Camped on LTE wideband
- NAS_CIOT_SYS_MODE_LTE_M1 (0x02) - Camped on LTE M1
- NAS_CIOT_SYS_MODE_LTE_NB1 (0x03) - Camped on LTE NB1
|
The documentation for this struct was generated from the following file: