ifx: Add warning for unknown SIM states

This commit is contained in:
Marcel Holtmann 2010-09-26 17:09:25 +09:00
parent f5eaf8a3fb
commit 592f927495
1 changed files with 3 additions and 0 deletions

View File

@ -166,6 +166,9 @@ static void xsim_notify(GAtResult *result, gpointer user_data)
data->have_sim = TRUE;
}
break;
default:
ofono_warn("Unknown SIM state %d received", state);
break;
}
}