summaryrefslogtreecommitdiff
path: root/src/atcmd.h
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2023-01-06 18:48:25 +0200
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2023-01-06 19:20:27 +0200
commit78a27efb55e1c509604fe9d96f8c421d6b1bda36 (patch)
tree00031ede7deeb96674eb000a336179f22ad32710 /src/atcmd.h
parente8b95d56ac9e06c3dc55f2c6fc3b2e177f9b10b0 (diff)
downloadsms-utils-78a27efb55e1c509604fe9d96f8c421d6b1bda36.tar.gz
sms-utils-78a27efb55e1c509604fe9d96f8c421d6b1bda36.tar.bz2
sms-utils-78a27efb55e1c509604fe9d96f8c421d6b1bda36.zip
[GP-1842] Update the Cellular code to use SIM IMSI for Verizon detection
The certifications lab uses special SIM cards with non-Verizon ICCID numbers and Verizon IMSI numbers (MCC/MNC prefixes or PLMN IDs). Update the code to detect Verizon properly for such "special" SIM cards.
Diffstat (limited to 'src/atcmd.h')
-rw-r--r--src/atcmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atcmd.h b/src/atcmd.h
index 1f15e62..bbab2d7 100644
--- a/src/atcmd.h
+++ b/src/atcmd.h
@@ -117,6 +117,8 @@ int atcmd_plus_cpbr_test(int fd, struct phonebook_store *store);
int atcmd_plus_gmm_read(int fd);
int atcmd_plus_gmi_read(int fd);
+int atcmd_plus_iccid_read(int fd);
+int atcmd_plus_imsi_read(int fd);
int atcmd_init(int fd, int read_timeout);
int sms_device_close(int fd);