Sample code for SIM Select

//--------------------------------------------------------------------------------------------------
/**
* Test: SIM selection.
*
*/
//--------------------------------------------------------------------------------------------------
void simTest_SimSelect
(
)
{
// Select the embedded SIM
LE_ASSERT(res == LE_OK);
 
// Get the selected card
 
// Select the embedded SIM
LE_ASSERT(res == LE_OK);
 
// Get the selected card
}