commit | 74a73b720381aa4fbb4fc8238d027186e63a0ed7 | [log] [tgz] |
---|---|---|
author | ll <ll@exm.com> | Mon Oct 17 10:30:58 2022 +0800 |
committer | rjw <rjw@exm.com> | Thu Nov 03 11:24:27 2022 +0800 |
tree | 36974b2e89fa4f2eeaf3aebdaf330a1c63eb5cdf | |
parent | c9c79f7c48f1f7894399625708099d0151c0ef95 [diff] [blame] |
[Bugfix][API-626][Sim]When lynq_reset_modem is called for the first time after brushing the software, ret=-1 is returned Change-Id: Ia603b4e0883a1e46f0155aa120f4607e4a780622
diff --git a/lib/liblynq-sim/src/lynq_sim.cpp b/lib/liblynq-sim/src/lynq_sim.cpp index 65ea97f..b229c57 100755 --- a/lib/liblynq-sim/src/lynq_sim.cpp +++ b/lib/liblynq-sim/src/lynq_sim.cpp
@@ -1071,6 +1071,7 @@ static void wait_reset_mipc_response(int *response) { + usleep(500*1000); int outfd = open("/data/tp",O_RDONLY); if(outfd == -1){ RLOGD("open error");