Re: [PATCH 1/3] sim: Add sim_service_available() for querying EFsst or EFust.

2010-11-10 Thread Denis Kenzior
Hi Andrew, On 11/09/2010 09:27 PM, Andrzej Zaborowski wrote: > The function is not public api because the service constants are in > src/simutil.h. > --- Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://list

[PATCH 1/3] sim: Add sim_service_available() for querying EFsst or EFust.

2010-11-10 Thread Andrzej Zaborowski
The function is not public api because the service constants are in src/simutil.h. --- src/ofono.h |5 + src/sim.c | 15 +++ 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index e5b4acb..4d76d20 100644 --- a/src/ofono.h +++ b/src/o