[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 )

     {