From 435cec04eebd297a6ebd29fffc2c254ee5ef6745 Mon Sep 17 00:00:00 2001 From: Andrii Pientsov Date: Mon, 22 Jun 2020 09:57:00 +0300 Subject: MTX-3449 mPower June20: GP-655 LNA7: SMS -> 3GPP vs. 3GPP2 --- src/atcmd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/atcmd.h') diff --git a/src/atcmd.h b/src/atcmd.h index dc3d5d9..1390dff 100644 --- a/src/atcmd.h +++ b/src/atcmd.h @@ -70,6 +70,8 @@ int atcmd_plus_cmgs_write_text(int fd, const char *addr, const char *msg, size_t int atcmd_plus_cmss_write(int fd, int index, const char *addr, int addr_type); int atcmd_plus_cmgd_write(int fd, int index); +int atcmd_plus_qcfg_write(int fd, int sms_format); + int isCdmaTypeModel(); #define STORE_NAME_LEN 2 @@ -120,6 +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_telit_model(void); int is_quectel_model(void); -- cgit v1.2.3