summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2014-01-17 14:37:41 -0600
committerDenis Kenzior <denkenz@gmail.com>2014-10-20 13:40:27 -0500
commit0727da1d5b004da0361f0a807ecbef2339cb35e2 (patch)
treef11627aeda55c6a20a3a707abe3c8d18237aea82 /src/ofono.h
parentd292e0e0ede635b2398f2176a4ddfa01022f0ef3 (diff)
downloadofono-0727da1d5b004da0361f0a807ecbef2339cb35e2.tar.bz2
emulator: Improve SLC establishment logic
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h9
1 files changed, 9 insertions, 0 deletions
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 <ofono/emulator.h>
+
+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 <ofono/gnss.h>
#include <ofono/cdma-sms.h>