gemalto: signal sim initialized

Modem type PLS8-E, firmware 03.017
This commit is contained in:
Mark van der Putten 2018-04-19 17:54:26 +02:00 committed by Denis Kenzior
parent beed2aee9e
commit ac96c726f2
1 changed files with 5 additions and 0 deletions

View File

@ -204,6 +204,11 @@ static void gemalto_ciev_notify(GAtResult *result, gpointer user_data)
NULL);
break;
/* USIM initialization completed. UE has finished reading USIM data. */
case 5:
ofono_sim_initialized_notify(sim);
break;
default:
break;
}