summaryrefslogtreecommitdiff
path: root/libgammu/phone/at/atgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgammu/phone/at/atgen.c')
-rw-r--r--libgammu/phone/at/atgen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgammu/phone/at/atgen.c b/libgammu/phone/at/atgen.c
index ebfa090..7feeab8 100644
--- a/libgammu/phone/at/atgen.c
+++ b/libgammu/phone/at/atgen.c
@@ -339,6 +339,8 @@ GSM_Error ATGEN_HandleCMEError(GSM_StateMachine *s)
case 31:
case 32:
return ERR_NETWORK_ERROR;
+ case 515:
+ return ERR_BUSY;
default:
return ERR_UNKNOWN;
}