dear all,
please disregard this patch, it breaks compilation because of a missing
include, and the comment is not clear enough.
I am submitting an update now.
best regards,
Giacinto
On Wed, Aug 8, 2018 at 8:29 PM Giacinto Cifelli <gciofono(a)gmail.com> wrote:
---
plugins/ublox.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/ublox.c b/plugins/ublox.c
index cfcdd3f..1c46d6f 100644
--- a/plugins/ublox.c
+++ b/plugins/ublox.c
@@ -286,6 +286,7 @@ static void ublox_pre_sim(struct ofono_modem *modem)
DBG("%p", modem);
ofono_devinfo_create(modem, 0, "atmodem", data->aux);
+ ofono_voicecall_create(modem, 0, "atmodem", data->app); /*
emergency calls already possible */
sim = ofono_sim_create(modem, data->vendor_family, "atmodem",
data->aux);
--
1.9.1