00001 00014 #ifndef __NAS_GET_RF_BAND_INFO_MSG_H__ 00015 #define __NAS_GET_RF_BAND_INFO_MSG_H__ 00016 00017 #include "qaGobiApiNas.h" 00018 00030 enum eQMI_NAS_GET_RF_INFO_RESP 00031 { 00032 eTLV_RF_BAND_INFO = 0x01 00033 00034 }; 00035 00036 00045 struct QmiNasGetRFBandInfoResp 00046 { 00052 struct qmTlvResult results; 00053 BYTE *pInstancesSize; 00054 struct RFBandInfoElements *pInstances; 00055 }; 00056 00063 extern enum eQCWWANError PkQmiNasGetRFBandInfo( 00064 WORD *pMlength, 00065 BYTE *pBuffer ); 00066 00067 extern enum eQCWWANError UpkQmiNasGetRFBandInfo( 00068 BYTE *pMdmResp, 00069 struct QmiNasGetRFBandInfoResp *pApiResp ); 00070 00071 #endif /* __NAS_GET_RF_BAND_INFO_MSG_H__ */