Hi Jukka, > include/sim.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/sim.h b/include/sim.h > index 5e3ba5b..7e573fd 100644 > --- a/include/sim.h > +++ b/include/sim.h > @@ -180,6 +180,8 @@ void *ofono_sim_get_data(struct ofono_sim *sim); > const char *ofono_sim_get_imsi(struct ofono_sim *sim); > const char *ofono_sim_get_mcc(struct ofono_sim *sim); > const char *ofono_sim_get_mnc(struct ofono_sim *sim); > +const char *ofono_sim_get_spn(struct ofono_sim *sim); > +unsigned char ofono_sim_get_spn_dc(struct ofono_sim *sim);
what is the spn_dc for? We are converting everything into UTF-8 anyway and that should be sufficient. Regards Marcel _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
