summaryrefslogtreecommitdiff
path: root/src/atcmd.h
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-06-25 11:40:20 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-06-25 11:40:20 +0300
commit4b5c22b5d658982952e0d5c8f00ddbcff9751727 (patch)
tree2ad2da8b9405314d31f83432bb9a4294623ad84d /src/atcmd.h
parentce6d446011db06ed756b8abcdb78952241138425 (diff)
downloadsms-utils-4b5c22b5d658982952e0d5c8f00ddbcff9751727.tar.gz
sms-utils-4b5c22b5d658982952e0d5c8f00ddbcff9751727.tar.bz2
sms-utils-4b5c22b5d658982952e0d5c8f00ddbcff9751727.zip
[MTX-3489] mPower Oct20: Porting "LNA7 Intermediate Release" changes
Ported the Verizon LTE SMS format workaround from LNA7 to L4G1.
Diffstat (limited to 'src/atcmd.h')
-rw-r--r--src/atcmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atcmd.h b/src/atcmd.h
index 1390dff..28bc384 100644
--- a/src/atcmd.h
+++ b/src/atcmd.h
@@ -122,7 +122,7 @@ int atcmd_init(int fd, int read_timeout);
int sms_device_close(int fd);
int sms_device_open(void);
int is_vzw_lte(void);
-int is_vzw_lna7(void);
+int is_quectel_dual_sms_format(void);
int is_telit_model(void);
int is_quectel_model(void);