summaryrefslogtreecommitdiff
path: root/src/atcmd.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2020-06-23 10:58:03 -0500
committerJeff Hatch <jhatch@multitech.com>2020-06-23 10:58:03 -0500
commit358bae8230e3c946f6bb2d8c7960bcab85cfdd24 (patch)
treee5e9d77d3c0f0d10a303a4f45399e555c3436ab8 /src/atcmd.h
parent3d3c735f3bbd269f97bd59a246d5f18b010eda2b (diff)
parent4fc2e232b17be5ea12d152a6c3f72902594f1966 (diff)
downloadsms-utils-358bae8230e3c946f6bb2d8c7960bcab85cfdd24.tar.gz
sms-utils-358bae8230e3c946f6bb2d8c7960bcab85cfdd24.tar.bz2
sms-utils-358bae8230e3c946f6bb2d8c7960bcab85cfdd24.zip
Merge branch 'ap/GP-655_LNA7_SMS' into 'mpower-5.2-lna7'
[MTX-3449] mPower June20: GP-655 LNA7: SMS -> 3GPP vs. 3GPP2 See merge request !10
Diffstat (limited to 'src/atcmd.h')
-rw-r--r--src/atcmd.h3
1 files changed, 3 insertions, 0 deletions
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);