mt6735Modem 信号上报频率怎样修改?
时间:10-02
整理:3721RD
点击:
[DESCRIPTION]
Modem 2G/3G 的信号上报频率怎样修改?
[SOLUTION]
在modem customer_pwr_level_report.c
里可以修改如下的define 值来更改信号上报给AP 的频率。
/* For customer define the refresh rate of pwr_level_report period in idle state, unit
second */
#define PWR_LEVEL_REP_PERIOD_IDLE 10
/* For customer define the refresh rate of pwr_level_report period in dedicated state,
helf second */
#define PWR_LEVEL_REP_PERIOD_DEDI 5 /* 5: 2.5s */
/* For 3G */
/* For customer define the refresh rate of pwr_level_report period in idle/PCH states,
mini second */
#define UAS_PWR_LEVEL_REP_PERIOD_IDLEPCH 5000
/* For customer define the refresh rate of pwr_level_report period in FACH/DCH states,
mini second */
#define UAS_PWR_LEVEL_REP_PERIOD_FACHDCH 2500
补充说明:
1) 信号上报AP 的AT 是ECSQ
2) 当前后两次的信号值一样的时候,不会再上报给AP
Modem 2G/3G 的信号上报频率怎样修改?
[SOLUTION]
在modem customer_pwr_level_report.c
里可以修改如下的define 值来更改信号上报给AP 的频率。
/* For customer define the refresh rate of pwr_level_report period in idle state, unit
second */
#define PWR_LEVEL_REP_PERIOD_IDLE 10
/* For customer define the refresh rate of pwr_level_report period in dedicated state,
helf second */
#define PWR_LEVEL_REP_PERIOD_DEDI 5 /* 5: 2.5s */
/* For 3G */
/* For customer define the refresh rate of pwr_level_report period in idle/PCH states,
mini second */
#define UAS_PWR_LEVEL_REP_PERIOD_IDLEPCH 5000
/* For customer define the refresh rate of pwr_level_report period in FACH/DCH states,
mini second */
#define UAS_PWR_LEVEL_REP_PERIOD_FACHDCH 2500
补充说明:
1) 信号上报AP 的AT 是ECSQ
2) 当前后两次的信号值一样的时候,不会再上报给AP
:)路过!
多谢分享