summaryrefslogtreecommitdiffstats
path: root/plugins/phonesim.c
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-04-09 08:50:00 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-04-15 16:49:42 -0500
commitb34c35d82239873e5ddf3046320d5295b101ef67 (patch)
tree315f8986981c4ac6b2b2016f01249b4e83f02ffb /plugins/phonesim.c
parent50264a311dca215f6adc1b312dcd22c5c7a545d6 (diff)
downloadofono-b34c35d82239873e5ddf3046320d5295b101ef67.tar.bz2
Add AT driver for STK atom.
Diffstat (limited to 'plugins/phonesim.c')
-rw-r--r--plugins/phonesim.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/phonesim.c b/plugins/phonesim.c
index 4c3b3ce8..9153e1b8 100644
--- a/plugins/phonesim.c
+++ b/plugins/phonesim.c
@@ -50,6 +50,7 @@
#include <ofono/netreg.h>
#include <ofono/phonebook.h>
#include <ofono/sim.h>
+#include <ofono/stk.h>
#include <ofono/sms.h>
#include <ofono/ssn.h>
#include <ofono/ussd.h>
@@ -289,6 +290,8 @@ static void phonesim_pre_sim(struct ofono_modem *modem)
else
ofono_voicecall_create(modem, 0, "atmodem", data->chat);
+ ofono_stk_create(modem, 0, "atmodem", data->chat);
+
if (sim)
ofono_sim_inserted_notify(sim, TRUE);
}