comparison gsm-fw/L1/cfile/l1_cmplx.c @ 1007:3bfeee466b0a

gsm-fw feature tch-reroute: downlink sending implemented
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 20 Mar 2016 19:31:39 +0000
parents 6455c06fceb3
children a6ca9ee289f7
comparison
equal deleted inserted replaced
1006:6e1fcffd3266 1007:3bfeee466b0a
232 #if (RF_FAM == 61) 232 #if (RF_FAM == 61)
233 void cust_get_if_dco_ctl_algo (UWORD16* dco_algo_ctl, UWORD8* if_ctl, 233 void cust_get_if_dco_ctl_algo (UWORD16* dco_algo_ctl, UWORD8* if_ctl,
234 UWORD8 input_level_flag, UWORD8 input_level, UWORD16 radio_freq, UWORD8 if_threshold); 234 UWORD8 input_level_flag, UWORD8 input_level, UWORD16 radio_freq, UWORD8 if_threshold);
235 #endif 235 #endif
236 236
237 #if FEATURE_TCH_REROUTE
238 extern BOOL tch_reroute_downlink;
239 extern void tch_send_downlink_bits(API *dsp_buffer);
240 #endif
237 241
238 //#pragma DUPLICATE_FOR_INTERNAL_RAM_END 242 //#pragma DUPLICATE_FOR_INTERNAL_RAM_END
239 243
240 extern UWORD16 toa_tab[4]; 244 extern UWORD16 toa_tab[4];
241 245
9365 os_send_sig(msg, L1C1_QUEUE); 9369 os_send_sig(msg, L1C1_QUEUE);
9366 DEBUGMSG(status,NU_SEND_QUEUE_ERR) 9370 DEBUGMSG(status,NU_SEND_QUEUE_ERR)
9367 } 9371 }
9368 #endif 9372 #endif
9369 9373
9374 #if FEATURE_TCH_REROUTE
9375 if (tch_reroute_downlink)
9376 tch_send_downlink_bits(l1s_dsp_com.dsp_ndb_ptr->a_dd_0);
9377 #endif
9378
9370 if(channel_mode == TCH_24F_MODE) 9379 if(channel_mode == TCH_24F_MODE)
9371 { 9380 {
9372 #if IDS 9381 #if IDS
9373 // Integrated Data Services implementation 9382 // Integrated Data Services implementation
9374 { 9383 {