Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
lteModulation Struct Reference

#include <qaGobiApiNas.h>

Data Fields

BYTE lte_modulation_len
 
ULONG lte_modulation [MAX_MODULATION_ARRRY_SIZE]
 

Detailed Description

This structure contains the LTE Downlink|Uplink Modulation.

Parameters
lte_modulation_len
  • Number of sets of the downlink_mod.
lte_modulation
  • LTE downlink|uplink modulation array.
    • Values:
      • CMAPI_LTE_API_MODULATION_BPSK (0x00) – BPSK
      • CMAPI_LTE_API_MODULATION_QPSK (0x01) – QPSK
      • CMAPI_LTE_API_MODULATION_16QAM (0x02) – 16-QAM
      • CMAPI_LTE_API_MODULATION_64QAM (0x03) – 64-QAM
      • CMAPI_LTE_API_MODULATION_256QAM (0x04) – 256-QAM
      • CMAPI_LTE_API_MODULATION_1024QAM (0x05) – 1024-QAM
      • CMAPI_LTE_API_MODULATION_UNKNOWN (0xFF) – Unknown modulation.

The documentation for this struct was generated from the following file: