diff options
author | Lasse Kunnasluoto <lasse.kunnasluoto@tieto.com> | 2011-02-01 16:49:47 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-02-01 16:44:33 +0100 |
commit | 98e942d11b32cacef4d3051697e40f1bb918d1e9 (patch) | |
tree | 3b47d5d3561947b27b961d6855cfe6bd7a3b5df0 /plugins | |
parent | fa96b806bdc6725632c0df13cea3d131d599b15e (diff) |
ste: Add support for CBS interface
STE modems support standard AT commands in CBS
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ste.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ste.c b/plugins/ste.c index 0b02a0de..cf8aed8e 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -48,6 +48,7 @@ #include <ofono/netreg.h> #include <ofono/phonebook.h> #include <ofono/sim.h> +#include <ofono/cbs.h> #include <ofono/sms.h> #include <ofono/ssn.h> #include <ofono/ussd.h> @@ -373,6 +374,7 @@ static void ste_post_online(struct ofono_modem *modem) ofono_call_barring_create(modem, 0, "atmodem", data->chat); ofono_ssn_create(modem, 0, "atmodem", data->chat); ofono_call_volume_create(modem, 0, "atmodem", data->chat); + ofono_cbs_create(modem, 0, "atmodem", data->chat); gprs = ofono_gprs_create(modem, OFONO_VENDOR_MBM, "atmodem", data->chat); |