[PATCH 1/3] sim: add ofono_sim_get_spn API header

2011-01-27 Thread Jukka Saunamaki
--- 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(struc

Re: [PATCH 1/3] sim: add ofono_sim_get_spn API header

2011-01-27 Thread Marcel Holtmann
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

Re: [PATCH 1/3] sim: add ofono_sim_get_spn API header

2011-01-27 Thread Jukka Saunamaki
Hi On Thu, 2011-01-27 at 14:56 +0100, ext Marcel Holtmann wrote: > > +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.