summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/cell.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2020-08-09 02:07:13 +0200
committerUros Majstorovic <majstor@majstor.org>2020-08-09 02:07:13 +0200
commit9dd66a7dd0c5ba39f9b602daafea88a00cef75e8 (patch)
tree390e414ff712e8316d71d9a57535ca60224e9e8d /fw/fe310/eos/cell.h
parent8c76421b174c6c53109df411a6670160a85933a1 (diff)
unicode utf_len added; cell sms services added
Diffstat (limited to 'fw/fe310/eos/cell.h')
-rw-r--r--fw/fe310/eos/cell.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fw/fe310/eos/cell.h b/fw/fe310/eos/cell.h
index d8206f9..92c8c7c 100644
--- a/fw/fe310/eos/cell.h
+++ b/fw/fe310/eos/cell.h
@@ -27,6 +27,11 @@
#define EOS_CELL_MTYPE_VOICE_END 6
#define EOS_CELL_MTYPE_VOICE_MISSED 7
+#define EOS_CELL_MTYPE_SMS_LIST 1
+#define EOS_CELL_MTYPE_SMS_SEND 2
+#define EOS_CELL_MTYPE_SMS_MSG_NEW 3
+#define EOS_CELL_MTYPE_SMS_MSG_ITEM 4
+
#define EOS_CELL_MTYPE_USSD_REQUEST 1
#define EOS_CELL_MTYPE_USSD_REPLY 2
@@ -34,5 +39,9 @@
#define EOS_CELL_MTYPE_DATA_CONNECT 2
#define EOS_CELL_MTYPE_DATA_DISCONNECT 3
+#define EOS_CELL_SMS_ADDRTYPE_INTL 1
+#define EOS_CELL_SMS_ADDRTYPE_ALPHA 2
+#define EOS_CELL_SMS_ADDRTYPE_OTHER 3
+
void eos_cell_init(void);
void eos_cell_set_handler(unsigned char mtype, eos_evt_handler_t handler); \ No newline at end of file