From b3a3d72825fb80de8cfba422e23c88e8ecd624d2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 8 Nov 2017 21:31:00 -0600 Subject: [PATCH] ifx: Use sim_initialized_notify --- plugins/ifx.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/ifx.c b/plugins/ifx.c index df36ba76..121789e6 100644 --- a/plugins/ifx.c +++ b/plugins/ifx.c @@ -152,10 +152,7 @@ static void ifx_set_sim_state(struct ifx_data *data, int state) break; case 2: /* PIN verification not needed – Ready */ case 3: /* PIN verified – Ready */ - /* - * State 3 is handled in the SIM atom driver - * while for state 2 we should be waiting for state 7 - */ + ofono_sim_initialized_notify(data->sim); break; case 10: /* SIM Reactivating */ case 11: /* SIM Reactivated */