FreeCalypso > hg > freecalypso-sw
changeset 886:346a15ea8222
gsm-fw feature at-rvtmux: set ATI_CMD_MODE to make SMS notifications work
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Jun 2015 04:37:13 +0000 |
parents | cba11eec112a |
children | 7f305eb3c530 |
files | gsm-fw/g23m-aci/aci/ati_src_rvt.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/ati_src_rvt.c Sat Jun 27 16:14:14 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/ati_src_rvt.c Sun Jun 28 04:37:13 2015 +0000 @@ -183,4 +183,5 @@ rvt_src_id = ati_init (ATI_SRC_TYPE_TST, ati_src_rvt_result_cb, ati_src_rvt_line_state_cb); + ati_switch_mode(rvt_src_id, ATI_CMD_MODE); }