Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
nas_lteOpModeTlv Struct Reference

#include <nas.h>

Data Fields

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]
 

Detailed Description

This structure contains the LTE Operational Mode response parameters.

Parameters
lteOpModeLen
  • Number of sets of the following elements
    • MCC
    • MNC
    • lteOpMode
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: