diff --git a/src/gsm.c b/src/gsm.c index f4e7796..7d8df28 100644 --- a/src/gsm.c +++ b/src/gsm.c @@ -132,7 +132,9 @@ static struct { 304, N_("Invalid PDU mode parameter") }, { 310, N_("SIM not inserted") }, { 311, N_("SIM PIN required") }, + { 320, N_("Memory failure") }, { 321, N_("Invalid memory index") }, + { 322, N_("Memory full") }, { 0, NULL } };