Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
qaGobiApiSar.h
Go to the documentation of this file.
1 
9 /*
10  * Copyright: © 2011-2015 Sierra Wireless, Inc. all rights reserved
11  */
12 #ifndef __GOBI_API_SAR_H__
13 #define __GOBI_API_SAR_H__
14 
15 #define MAX_MTPL_LENGTH 64
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
38 {
39  QMI_SAR_RF_STATE_DEFAULT = 0,
40  QMI_SAR_RF_STATE_1,
41  QMI_SAR_RF_STATE_2,
42  QMI_SAR_RF_STATE_3,
43  QMI_SAR_RF_STATE_4,
44  QMI_SAR_RF_STATE_5,
45  QMI_SAR_RF_STATE_6,
46  QMI_SAR_RF_STATE_7,
47  QMI_SAR_RF_STATE_8
48 };
49 
74 typedef struct
75 {
76  ULONG moduleId;
77  BYTE enableDetection;
78  ULONG pmaxDbmQ7;
79  ULONG pmaxDbmQ7Mimo;
80  ULONG band;
81 } ModuleInfo;
82 
83 /*
84  * This structure contains the SarMpeBeamMtpl request parameters.
85  */
87 {
88  BYTE moduleInfoLen;
89  ModuleInfo moduleInfo[MAX_MTPL_LENGTH];
90 };
91 
92 #ifdef __cplusplus
93 } /* extern "C" { */
94 #endif
95 
96 #endif /* __GOBI_API_SAR_H__ */
Definition: qaGobiApiSar.h:74
eQMISARRFState
Definition: qaGobiApiSar.h:37
Definition: qaGobiApiSar.h:86