mt6735Disable/Enable AT command写IMEI功能
0赞
发表于 11/15/2017 5:55:55 PM
阅读(1386)
mt6735Disable/Enable AT command写IMEI功能
[DESCRIPTION]
客户(特别是国外客户)经常有禁止采用AT command写IMEI的需求,可以从Modem侧实现Disable AT command写IMEI的功能。
[SOLUTION]
modem侧实现Disable AT command写IMEI的功能,请修改custom\modem\common\ps\custom_l4_utility.c中的custom_allow_at_write_imei()接口,将
return KAL_TRUE修改为return KAL_FALSE。
注意:对于不同的Modem Version,可能路径有所不同,但是不管是哪个平台(不区分Smart Phone,M2M,Feature Phone),修改接口均是custom_allow_at_write_imei(),都在文件custom_l4_utility.c中。
备注:如果是想实现Enable AT command 写IMEI功能,首先必须要确认custom_allow_at_write_imei()接口中是否为return KAL_TRUE,如果不是,请修改为return KAL_TRUE。