Hi Dara,
+enum cdma_call_status {
+ CDMA_CALL_STATUS_ACTIVE = 0,
+ CDMA_CALL_STATUS_DIALING = 1,
+ CDMA_CALL_STATUS_ALERTING = 2,
+ CDMA_CALL_STATUS_INCOMING = 4,
Should be 3 ?
+ CDMA_CALL_STATUS_DISCONNECTED
+};
We can use the existing gsm call status itself ?
Just that we wont use the HELD and WAITING status
in CDMA.
BR,
Rajesh