---
drivers/rilmodem/voicecall.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/rilmodem/voicecall.c b/drivers/rilmodem/voicecall.c
index b7180b9..585f216 100644
--- a/drivers/rilmodem/voicecall.c
+++ b/drivers/rilmodem/voicecall.c
@@ -288,7 +288,7 @@ no_calls:
* arrives, or RING is used, then signal the call
* here
*/
- if (nc->status == CALL_STATUS_INCOMING &&
+ if (nc->status == OFONO_CALL_STATUS_INCOMING &&
(vd->flags & FLAG_NEED_CLIP)) {
if (nc->type)
ofono_voicecall_notify(vc, nc);
@@ -490,7 +490,7 @@ void ril_dial(struct ofono_voicecall *vc, const struct
ofono_phone_number *ph,
for (l = vd->calls; l; l = l->next) {
call = l->data;
- if (call->status == CALL_STATUS_ACTIVE) {
+ if (call->status == OFONO_CALL_STATUS_ACTIVE) {
current_active = 1;
break;
}
@@ -536,7 +536,7 @@ void ril_hangup_all(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb,
for (l = vd->calls; l; l = l->next) {
call = l->data;
- if (call->status == CALL_STATUS_INCOMING) {
+ if (call->status == OFONO_CALL_STATUS_INCOMING) {
/*
* Need to use this request so that declined
* calls in this state, are properly forwarded
--
1.9.1
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono