commit | 0902dae255b6577de8ab7e349ca48a7c0be558d8 | [log] [tgz] |
---|---|---|
author | l.yang <l.yang@mobiletek.cn> | Wed Sep 13 13:28:02 2023 +0800 |
committer | l.yang <l.yang@mobiletek.cn> | Wed Sep 13 13:28:02 2023 +0800 |
tree | 68e72e8ec3f7f7a4432710ef9d5a1bb81537beff | |
parent | c814c3afce16f7c8796022410133f3f389c72c16 [diff] |
[Bugfix][T106BUG-57] Abnormal call status get during multiple calls Only Configure:No Affected branch:master Affected module:Call Is it affected on both ZXIC and MTK: only ZXIC Self-test: Yes Doc Update:No Change-Id: I1d2f3d043121e28d2b54f382fc8844ded7706615
diff --git a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c index 1be7cb4..06d4b49 100755 --- a/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c +++ b/cap/zx297520v3/zxic_code/zxic_source/zxic_app_open/sdk/ril/reference-ril/ril_cc.c
@@ -422,6 +422,10 @@ goto exit; } + //l.yang modify for bug id T106BUG-57 2023/9/13 start + usleep(600000); + //l.yang modify for bug id T106BUG-57 2023/9/13 end + err = at_send_command_multiline("AT+CLCC", "+CLCC:", &response); if (err < 0 ) {