summaryrefslogtreecommitdiff
path: root/src/atcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atcmd.c')
-rw-r--r--src/atcmd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atcmd.c b/src/atcmd.c
index 90d2774..b988a57 100644
--- a/src/atcmd.c
+++ b/src/atcmd.c
@@ -1312,6 +1312,9 @@ int atcmd_plus_iccid_read(int fd)
if (is_telit_model()) {
command = "AT#CCID";
+ if (strstr(Global.core.model, "FN980")) {
+ command = "AT+ICCID";
+ }
} else if (is_quectel_model()) {
command = "AT+QCCID";
} else {