From 0727da1d5b004da0361f0a807ecbef2339cb35e2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 17 Jan 2014 14:37:41 -0600 Subject: emulator: Improve SLC establishment logic --- src/ofono.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ofono.h') diff --git a/src/ofono.h b/src/ofono.h index c3423299..bfcb58f5 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -505,8 +505,17 @@ void __ofono_gprs_provision_free_settings( int count); #include + +enum ofono_emulator_slc_condition { + OFONO_EMULATOR_SLC_CONDITION_CMER, + OFONO_EMULATOR_SLC_CONDITION_CHLD, + OFONO_EMULATOR_SLC_CONDITION_BIND, +}; + void __ofono_emulator_set_indicator_forced(struct ofono_emulator *em, const char *name, int value); +void __ofono_emulator_slc_condition(struct ofono_emulator *em, + enum ofono_emulator_slc_condition cond); #include #include -- cgit v1.2.3