comparison L1/cfile/l1_init.c @ 25:85b080d6fb39

L1/cfile/l1_{cmplx,init}.c: support for feature tch-reroute re-added
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Jun 2016 05:51:09 +0000
parents b80f0c5016ee
children
comparison
equal deleted inserted replaced
24:da9056962fb7 25:85b080d6fb39
1874 // Initialize statistics mode....... 1874 // Initialize statistics mode.......
1875 //================================================= 1875 //=================================================
1876 #if TRACE_TYPE==3 1876 #if TRACE_TYPE==3
1877 reset_stats(); 1877 reset_stats();
1878 #endif 1878 #endif
1879 #if(OP_L1_STANDALONE == 1 || L1_NAVC == 1 )//NAVC 1879 #if(OP_L1_STANDALONE == 1 || L1_NAVC == 1 )//NAVC
1880 Cust_navc_ctrl_status(1);//start - NAVC 1880 Cust_navc_ctrl_status(1);//start - NAVC
1881 #endif//end of (OP_L1_STANDALONE == 1 || L1_NAVC == 1 ) 1881 #endif//end of (OP_L1_STANDALONE == 1 || L1_NAVC == 1 )
1882 1882
1883 #if FEATURE_TCH_REROUTE
1884 feature_tch_reroute_init();
1885 #endif
1883 } 1886 }
1884 1887
1885 /*-------------------------------------------------------*/ 1888 /*-------------------------------------------------------*/
1886 /* l1_initialize_for_recovery */ 1889 /* l1_initialize_for_recovery */
1887 /*-------------------------------------------------------*/ 1890 /*-------------------------------------------------------*/