[Bugfix][API-1456][call]  if call lib terminated abnormally,  and cs call is still running, cs data for call will have error

       Affected branch: unknown
       Affected module: unknown
       Is it affected on both ZXIC and MTK: both
       Self-test: Yes
       Doc Update: No

Change-Id: I6da89065c01dc7f0a871387f2c14197e0404f116
diff --git a/src/lynq/framework/lynq-ril-service/src/ril.cpp b/src/lynq/framework/lynq-ril-service/src/ril.cpp
index db7d129..01829e2 100755
--- a/src/lynq/framework/lynq-ril-service/src/ril.cpp
+++ b/src/lynq/framework/lynq-ril-service/src/ril.cpp
@@ -4754,11 +4754,9 @@
 
 //unsol trigger other things.
     switch(unsolResponse) {
-#ifdef LED_SUPPORT
     case RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED:   //add this for API-720
         ARspRequest(RIL_REQUEST_GET_CURRENT_CALLS, soc_id);
         break;
-#endif
     case RIL_UNSOL_CALL_RING:
         callRing(soc_id);
         break;