From c292d771b7ede5399c820f870c753969d8f798e1 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Wed, 20 Jun 2018 18:06:42 +0300 Subject: [PATCH] voicecall: Implement ofono_voicecall_get_modem --- src/voicecall.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/voicecall.c b/src/voicecall.c index e4f6a4c0..7d4f6a11 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -3734,6 +3734,11 @@ void *ofono_voicecall_get_data(struct ofono_voicecall *vc) return vc->driver_data; } +struct ofono_modem *ofono_voicecall_get_modem(struct ofono_voicecall *vc) +{ + return __ofono_atom_get_modem(vc->atom); +} + int ofono_voicecall_get_next_callid(struct ofono_voicecall *vc) { struct ofono_modem *modem;