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.
This commit is contained in:
Dragos Tatulea 2016-03-17 18:02:14 +01:00 committed by Denis Kenzior
parent 02dcc2f36e
commit 573edbee58
1 changed files with 3 additions and 0 deletions

View File

@ -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