Hi Guillaume, > plugins/ofono.c | 246 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++- > 1 files changed, 245 insertions(+), 1 deletions(-) > > diff --git a/plugins/ofono.c b/plugins/ofono.c > index 1bd9a30..80555ce 100644 > --- a/plugins/ofono.c > +++ b/plugins/ofono.c > @@ -50,6 +50,8 @@ > #define OFONO_CONTEXT_INTERFACE OFONO_SERVICE > ".ConnectionContext" > #define OFONO_SIM_INTERFACE OFONO_SERVICE ".SimManager" > #define OFONO_REGISTRATION_INTERFACE OFONO_SERVICE ".NetworkRegistration" > +#define OFONO_CDMA_SIM_INTERFACE OFONO_SERVICE ".cdma.SimManager" > +#define OFONO_CDMA_CONNECTION_MANAGER_INTERFACE OFONO_SERVICE > ".cdma.ConnectionManager"
the cdma.SimManager has not been specified inside oFono and until that is and we support it, this patch is not doing anything useful. Please rework this. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
