summaryrefslogtreecommitdiff
path: root/src/sms_main.c
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2015-10-26 14:58:43 -0500
committerBrandon Bayer <bbayer@multitech.com>2015-11-06 13:49:06 -0600
commitbe01eb8a87f1582b1c15ec4e09a9a66770da87c5 (patch)
treed2044a650d334dca4aa2efb2521e3ecf887ac86b /src/sms_main.c
parentab80a82e2e0f5ea7cdef0394f80e69b377fab779 (diff)
downloadsms-utils-be01eb8a87f1582b1c15ec4e09a9a66770da87c5.tar.gz
sms-utils-be01eb8a87f1582b1c15ec4e09a9a66770da87c5.tar.bz2
sms-utils-be01eb8a87f1582b1c15ec4e09a9a66770da87c5.zip
feat: sms support for CE910-DUAL, DE910-DUAL, LE910-SVG0.0.8
- PDU is used for everything except LE910-SVG sending - a bug in radio requires radio reboot to send more than 1 PDU sms
Diffstat (limited to 'src/sms_main.c')
-rw-r--r--src/sms_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sms_main.c b/src/sms_main.c
index 1bf74fa..e91aaba 100644
--- a/src/sms_main.c
+++ b/src/sms_main.c
@@ -59,6 +59,7 @@ static int global_init(void)
Global.core.msg_store_send = strdup("SM");
Global.core.msg_store_new = strdup("SM");
Global.core.pb_store = strdup("SM");
+ Global.core.model = strdup("UNKNOWNMODEL");
Global.core.editor = strdup("vi");
Global.core.edit_file = strdup("${HOME}/.smsmsg");