* [RFC 3/3] plugin/ifx: Enable support of Neighbor Cell Info
@ 2010-11-23 5:12 jun.wei
0 siblings, 0 replies; only message in thread
From: jun.wei @ 2010-11-23 5:12 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 887 bytes --]
From: Jun Wei <jun.wei@intel.com>
---
plugins/ifx.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/ifx.c b/plugins/ifx.c
index 037273a..e61008c 100644
--- a/plugins/ifx.c
+++ b/plugins/ifx.c
@@ -58,6 +58,7 @@
#include <ofono/audio-settings.h>
#include <ofono/stk.h>
#include <ofono/log.h>
+#include <ofono/cell-info.h>
#include <drivers/atmodem/atutil.h>
#include <drivers/atmodem/vendor.h>
@@ -729,6 +730,7 @@ static void ifx_post_online(struct ofono_modem *modem)
ofono_call_meter_create(modem, 0, "atmodem", data->dlcs[AUX_DLC]);
ofono_call_barring_create(modem, 0, "atmodem", data->dlcs[AUX_DLC]);
ofono_call_volume_create(modem, 0, "atmodem", data->dlcs[AUX_DLC]);
+ ofono_cell_info_create(modem, 0, "ifxmodem", data->dlcs[AUX_DLC]);
mw = ofono_message_waiting_create(modem);
if (mw)
--
1.7.2.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-23 5:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 5:12 [RFC 3/3] plugin/ifx: Enable support of Neighbor Cell Info jun.wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox