Mentioned one more potential error case

This commit is contained in:
Pierre Pronchery 2014-08-12 19:33:00 +02:00
parent 158830c004
commit 1564bf76fd

View File

@ -3041,6 +3041,7 @@ static void _on_code_cme_error(HayesChannel * channel, char const * answer)
case 4: /* operation not supported */
case 16: /* Incorrect SIM PIN/PUK */
case 20: /* Memory full */
case 263: /* Invalid block */
break;
}
}