comparison gsm-fw/L1/cfile/l1_cmplx.c @ 1016:a6ca9ee289f7

gsm-fw feature tch-reroute: uplink substitution implemented
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Mon, 21 Mar 2016 02:27:51 +0000
parents 3bfeee466b0a
children
comparison
equal deleted inserted replaced
1015:9ced8e13cf91 1016:a6ca9ee289f7
235 #endif 235 #endif
236 236
237 #if FEATURE_TCH_REROUTE 237 #if FEATURE_TCH_REROUTE
238 extern BOOL tch_reroute_downlink; 238 extern BOOL tch_reroute_downlink;
239 extern void tch_send_downlink_bits(API *dsp_buffer); 239 extern void tch_send_downlink_bits(API *dsp_buffer);
240 extern void tch_substitute_uplink(API *dsp_buffer);
240 #endif 241 #endif
241 242
242 //#pragma DUPLICATE_FOR_INTERNAL_RAM_END 243 //#pragma DUPLICATE_FOR_INTERNAL_RAM_END
243 244
244 extern UWORD16 toa_tab[4]; 245 extern UWORD16 toa_tab[4];
5090 trace_flowchart_dsptx(dltsk_trace[TCHTF].name); 5091 trace_flowchart_dsptx(dltsk_trace[TCHTF].name);
5091 #endif 5092 #endif
5092 } 5093 }
5093 #endif 5094 #endif
5094 } 5095 }
5096 #if FEATURE_TCH_REROUTE
5097 else
5098 tch_substitute_uplink(l1s_dsp_com.dsp_ndb_ptr->a_du_1);
5099 #endif
5095 } 5100 }
5096 } 5101 }
5097 5102
5098 #if FF_L1_IT_DSP_DTX 5103 #if FF_L1_IT_DSP_DTX
5099 // Fast DTX active only in TCH AFS, for TDMA3 from speech block = 0, 1 [MOD 3] 5104 // Fast DTX active only in TCH AFS, for TDMA3 from speech block = 0, 1 [MOD 3]