summaryrefslogtreecommitdiffstats
path: root/plugins/ifx.c
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-01-14 15:10:01 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-14 14:34:48 +0100
commit00a2335ed4d093d9f70845f7d56d4eb6d390c651 (patch)
treeb6bf59f14647ddba1e1671aee11baba2d2fb817c /plugins/ifx.c
parentfb60a960275f7efc95136c12f30ff3a6e4771ac2 (diff)
downloadofono-00a2335ed4d093d9f70845f7d56d4eb6d390c651.tar.bz2
ifx: add ctm create to ifx plugin
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r--plugins/ifx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c
index c0a69c2d..61c60c14 100644
--- a/plugins/ifx.c
+++ b/plugins/ifx.c
@@ -57,6 +57,7 @@
#include <ofono/radio-settings.h>
#include <ofono/audio-settings.h>
#include <ofono/stk.h>
+#include <ofono/ctm.h>
#include <ofono/log.h>
#include <drivers/atmodem/atutil.h>
@@ -692,6 +693,7 @@ static void ifx_pre_sim(struct ofono_modem *modem)
ofono_voicecall_create(modem, 0, "ifxmodem", data->dlcs[VOICE_DLC]);
ofono_audio_settings_create(modem, 0,
"ifxmodem", data->dlcs[VOICE_DLC]);
+ ofono_ctm_create(modem, 0, "ifxmodem", data->dlcs[AUX_DLC]);
}
static void ifx_post_sim(struct ofono_modem *modem)