This will allow an atom to create a SIM context to a specific AID on the sim, which it can then access EF's on through the context. --- include/sim.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/sim.h b/include/sim.h index aeceef6..30f6c2d 100644 --- a/include/sim.h +++ b/include/sim.h @@ -239,6 +239,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 -- 2.7.4