commit | 90e66230421457e3bea30cc3bcb4629180f8dd31 | [log] [tgz] |
---|---|---|
author | lh <lh@exm.com> | Wed Dec 13 19:22:37 2023 +0800 |
committer | Gerrit Code Review <jenkins2@jenkins2-Vostro-3690> | Wed Dec 13 19:22:37 2023 +0800 |
tree | b815a4fae52d116c7025ce49ad8bf1666bd490a5 | |
parent | 08719203bfce6023fef98bb7c7e79060d8d1d601 [diff] | |
parent | f6ba988b8f1ec091ef1db4af69e046391a7b9e2b [diff] |
Merge "[BugFix][API-1421]Continuous apn insertion will cause the last apn reload insertion to fail" into GSW3.0-No-Connman
diff --git a/src/telephonyware/3.0/libvendor-ril/mtk-rilproxy/telephony/apn/RpApnController.cpp b/src/telephonyware/3.0/libvendor-ril/mtk-rilproxy/telephony/apn/RpApnController.cpp index 1deddf0..4145f51 100755 --- a/src/telephonyware/3.0/libvendor-ril/mtk-rilproxy/telephony/apn/RpApnController.cpp +++ b/src/telephonyware/3.0/libvendor-ril/mtk-rilproxy/telephony/apn/RpApnController.cpp
@@ -346,7 +346,7 @@ int count = 0; while((false == dataController->getApnReady()) && (count <100)) { - usleep(50); + usleep(10*1000); count ++; } logD(RFX_LOG_TAG, "[reloadApnDB]start: %d, dataController->getApnReady() =%d, count =%d", i,