diff 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
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/l1_cmplx.c	Sun Mar 20 18:58:07 2016 +0000
+++ b/gsm-fw/L1/cfile/l1_cmplx.c	Sun Mar 20 19:31:39 2016 +0000
@@ -234,6 +234,10 @@
   UWORD8 input_level_flag, UWORD8 input_level, UWORD16 radio_freq, UWORD8 if_threshold);
 #endif
 
+#if FEATURE_TCH_REROUTE
+extern BOOL tch_reroute_downlink;
+extern void tch_send_downlink_bits(API *dsp_buffer);
+#endif
 
 //#pragma DUPLICATE_FOR_INTERNAL_RAM_END
 
@@ -9367,6 +9371,11 @@
               }
             #endif
 
+            #if FEATURE_TCH_REROUTE
+              if (tch_reroute_downlink)
+                tch_send_downlink_bits(l1s_dsp_com.dsp_ndb_ptr->a_dd_0);
+            #endif
+
             if(channel_mode == TCH_24F_MODE)
             {
               #if IDS