# HG changeset patch # User Space Falcon # Date 1435466233 0 # Node ID 346a15ea8222d3121410d46e08646eb9bba03969 # Parent cba11eec112a7cfe31c1dc7154495f250dbb68e9 gsm-fw feature at-rvtmux: set ATI_CMD_MODE to make SMS notifications work diff -r cba11eec112a -r 346a15ea8222 gsm-fw/g23m-aci/aci/ati_src_rvt.c --- 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); }