Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
qaNasGetRFBandInfo.h
1 
14 #ifndef __NAS_GET_RF_BAND_INFO_MSG_H__
15 #define __NAS_GET_RF_BAND_INFO_MSG_H__
16 
17 #include "qaGobiApiNas.h"
18 
34 enum eQMI_NAS_GET_RF_INFO_RESP
35 {
36  eTLV_RF_BAND_INFO = 0x01,
37  eTLV_RF_DEDICATED_BAND_INFO = 0x10,
38  eTLV_RF_EXT_FORMAT_BAND_INFO = 0x11,
39  eTLV_RF_BANDWIDTH_INFO = 0x12,
40  eTLV_LTE_OPERATIONAL_MODE = 0x13,
41 };
42 
43 
55 {
63  struct qmTlvResult results;
64  BYTE *pInstancesSize;
65  struct RFBandInfoElements *pRFBandInfoElements;
66  RfDedicatedBandInfo *pRfDedicatedBandInfo;
67  RfBandInfoExtFormat *pRfBandInfoExtFormat;
68  RfBandwidthInfo *pRfBandwidthInfo;
69  LTEOperationMode *pLTEOperationMode;
70 };
71 
80 extern enum eQCWWANError PkQmiNasGetRFBandInfo(
81  WORD *pMlength,
82  BYTE *pBuffer );
83 
84 extern enum eQCWWANError UpkQmiNasGetRFBandInfo(
85  BYTE *pMdmResp,
86  struct QmiNasGetRFBandInfoResp *pApiResp );
87 
88 #endif /* __NAS_GET_RF_BAND_INFO_MSG_H__ */
Network Access Service API function prototypes.
Definition: qaGobiApiNas.h:347
Definition: qaNasGetRFBandInfo.h:54
Definition: qaGobiApiNas.h:307
Definition: qaGobiApiNas.h:361
Definition: SwiDataTypes.h:57
Definition: qaGobiApiNas.h:189
Definition: qaGobiApiNas.h:327