Merge "[Bugfix][API-1423][T8TSK-285]Fix the problem that oemapp is not mounted" into GSW3.0-No-Connman
diff --git a/framework/lynq-ril-service/src/ril.cpp b/framework/lynq-ril-service/src/ril.cpp
index db7d129..01829e2 100755
--- a/framework/lynq-ril-service/src/ril.cpp
+++ b/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;