gprs-context.h: add op for reading context config

This will be implemented by a gprs-context driver to support
automatic context activation. The gprs atom will call the driver
to read the ip configuration without activating the context.
This commit is contained in:
Dragos Tatulea 2016-03-18 12:58:51 +01:00 committed by Denis Kenzior
parent 561a9f94a2
commit 36289ab10d
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ struct ofono_gprs_context_driver {
ofono_gprs_context_cb_t cb, void *data);
void (*detach_shutdown)(struct ofono_gprs_context *gc,
unsigned int id);
void (*read_settings)(struct ofono_gprs_context *gc,
unsigned int cid,
ofono_gprs_context_cb_t cb, void *data);
};
void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc,