1.跳過usb net設置apn
This commit is contained in:
parent
cf4325d784
commit
c609da3722
|
@ -491,6 +491,7 @@ SINT32 eg91_usb_net_apn_cfg(SF_FN_PARAM_S *pfnParam)
|
|||
UINT16 count = 0;
|
||||
SINT32 ret = SF_SUCCESS;
|
||||
SINT32 ret1 = SF_SUCCESS;
|
||||
return ret;
|
||||
//SINT32 fd = 0;
|
||||
//int retryTime = 0;
|
||||
//SF_CHAR ttyData[SF_TTYUSB_RECV_MAX] = { 0 };
|
||||
|
@ -4622,7 +4623,14 @@ SINT32 sf_get_ntp(SINT32 value, SF_PARA_TIME_S *current_time)
|
|||
eSmsLocation = SMS_SIM_INIT_ATCNTP;
|
||||
calltime = 0;
|
||||
}
|
||||
|
||||
else if(strstr((const char *)gsmPara, "ERROR") != NULL)
|
||||
{
|
||||
SLOGE(gsmPara);
|
||||
sprintf((char *)logStr, "Error Code:0x%08X\n",ret);
|
||||
SLOGE(logStr);
|
||||
ret = SF_SIM_ERROR_NTP;
|
||||
goto SF_GEN_NTP_END;
|
||||
}
|
||||
break;
|
||||
|
||||
case SMS_SIM_INIT_ATCNTP:
|
||||
|
|
Loading…
Reference in New Issue
Block a user