diff options
author | James Prestwood <james.prestwood@linux.intel.com> | 2017-11-06 09:49:31 -0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2017-11-06 16:13:06 -0600 |
commit | 9cdce0abccbc4ddd611bdfd68abbb16ffc9d1807 (patch) | |
tree | b7fa3b8ea77be29cdc15bbc1fc27a0a17c561ba5 /include | |
parent | f972ba88f1bd570c0b511f90c249816029ca701a (diff) | |
download | ofono-9cdce0abccbc4ddd611bdfd68abbb16ffc9d1807.tar.gz |
sim: header definitions for ISIM context API
This will allow an atom to create a SIM context to an ISIM
AID (if available). It is then possible to access EF's on the
ISIM using this SIM context.
Diffstat (limited to 'include')
-rw-r--r-- | include/sim.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sim.h b/include/sim.h index e10941fc..23a9bc29 100644 --- a/include/sim.h +++ b/include/sim.h @@ -244,6 +244,10 @@ ofono_bool_t ofono_sim_remove_spn_watch(struct ofono_sim *sim, unsigned int *id) void ofono_sim_inserted_notify(struct ofono_sim *sim, ofono_bool_t inserted); struct ofono_sim_context *ofono_sim_context_create(struct ofono_sim *sim); + +struct ofono_sim_context *ofono_sim_context_create_isim( + struct ofono_sim *sim); + void ofono_sim_context_free(struct ofono_sim_context *context); /* This will queue an operation to read all available records with id from the |