aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDragos Tatulea <dragos@endocode.com>2016-03-17 18:02:14 +0100
committerDenis Kenzior <denkenz@gmail.com>2016-03-17 12:33:25 -0500
commit573edbee58569627c1425f2b8ae22dd122a0674d (patch)
treeeb9b264dd7df3348e6a0b87235e94381e4113256 /include
parent02dcc2f36e7e54ea7f6fef1f86b7ca19d4ead938 (diff)
downloadandroid_external_ofono-573edbee58569627c1425f2b8ae22dd122a0674d.tar.gz
android_external_ofono-573edbee58569627c1425f2b8ae22dd122a0674d.tar.bz2
android_external_ofono-573edbee58569627c1425f2b8ae22dd122a0674d.zip
gprs: automatic context configuration notifier
Useful for LTE automatic bearer activation. This is called from the gprs driver to let the gprs atom know that a new context has been activated.
Diffstat (limited to 'include')
-rw-r--r--include/gprs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gprs.h b/include/gprs.h
index 8d2a260a..988d6102 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -80,6 +80,9 @@ void ofono_gprs_set_cid_range(struct ofono_gprs *gprs,
void ofono_gprs_add_context(struct ofono_gprs *gprs,
struct ofono_gprs_context *gc);
+void ofono_gprs_cid_activated(struct ofono_gprs *gprs, unsigned int cid,
+ const char *apn);
+
#ifdef __cplusplus
}
#endif