From 573edbee58569627c1425f2b8ae22dd122a0674d Mon Sep 17 00:00:00 2001 From: Dragos Tatulea Date: Thu, 17 Mar 2016 18:02:14 +0100 Subject: [PATCH] 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. --- include/gprs.h | 3 +++ 1 file changed, 3 insertions(+) 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